@aws-sdk/client-servicediscovery 3.943.0 → 3.947.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 (62) hide show
  1. package/dist-cjs/index.js +24 -234
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ServiceDiscoveryClient.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 +24 -234
  8. package/dist-types/ServiceDiscovery.d.ts +1 -1
  9. package/dist-types/ServiceDiscoveryClient.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/CreateHttpNamespaceCommand.d.ts +3 -3
  13. package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +3 -3
  14. package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateServiceCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteServiceAttributesCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
  19. package/dist-types/commands/DeregisterInstanceCommand.d.ts +3 -3
  20. package/dist-types/commands/DiscoverInstancesCommand.d.ts +3 -3
  21. package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +3 -3
  22. package/dist-types/commands/GetInstanceCommand.d.ts +3 -3
  23. package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +3 -3
  24. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
  25. package/dist-types/commands/GetOperationCommand.d.ts +3 -3
  26. package/dist-types/commands/GetServiceAttributesCommand.d.ts +3 -3
  27. package/dist-types/commands/GetServiceCommand.d.ts +3 -3
  28. package/dist-types/commands/ListInstancesCommand.d.ts +3 -3
  29. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
  30. package/dist-types/commands/ListOperationsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListServicesCommand.d.ts +3 -3
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/RegisterInstanceCommand.d.ts +3 -3
  34. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +3 -3
  37. package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateServiceAttributesCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -3
  42. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  43. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  44. package/dist-types/extensionConfiguration.d.ts +4 -4
  45. package/dist-types/models/ServiceDiscoveryServiceException.d.ts +1 -1
  46. package/dist-types/models/errors.d.ts +1 -1
  47. package/dist-types/pagination/GetInstancesHealthStatusPaginator.d.ts +1 -1
  48. package/dist-types/pagination/Interfaces.d.ts +1 -1
  49. package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListOperationsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  54. package/dist-types/runtimeConfig.d.ts +1 -1
  55. package/dist-types/runtimeConfig.native.d.ts +1 -1
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  57. package/dist-types/runtimeExtensions.d.ts +1 -1
  58. package/dist-types/schemas/schemas_0.d.ts +1 -1
  59. package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +3 -3
  60. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  61. package/dist-types/ts3.4/models/ServiceDiscoveryServiceException.d.ts +1 -1
  62. package/package.json +13 -12
@@ -253,17 +253,7 @@ export var CreateServiceRequest = [
253
253
  [0, 0, [0, 4], 0, () => DnsConfig, () => HealthCheckConfig, () => HealthCheckCustomConfig, () => TagList, 0],
254
254
  ];
255
255
  export var CreateServiceResponse = [3, n0, _CSRr, 0, [_S], [() => Service]];
256
- export var CustomHealthNotFound = [
257
- -3,
258
- n0,
259
- _CHNF,
260
- {
261
- [_e]: _c,
262
- [_hE]: 404,
263
- },
264
- [_M],
265
- [0],
266
- ];
256
+ export var CustomHealthNotFound = [-3, n0, _CHNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
267
257
  TypeRegistry.for(n0).registerError(CustomHealthNotFound, __CustomHealthNotFound);
268
258
  export var DeleteNamespaceRequest = [3, n0, _DNR, 0, [_I], [0]];
269
259
  export var DeleteNamespaceResponse = [3, n0, _DNRe, 0, [_OI], [0]];
@@ -295,17 +285,7 @@ export var DnsConfig = [3, n0, _DC, 0, [_NI, _RP, _DR], [0, 0, () => DnsRecordLi
295
285
  export var DnsConfigChange = [3, n0, _DCC, 0, [_DR], [() => DnsRecordList]];
296
286
  export var DnsProperties = [3, n0, _DP, 0, [_HZI, _SOA], [0, () => SOA]];
297
287
  export var DnsRecord = [3, n0, _DRn, 0, [_Ty, _TTL], [0, 1]];
298
- export var DuplicateRequest = [
299
- -3,
300
- n0,
301
- _DRu,
302
- {
303
- [_e]: _c,
304
- [_hE]: 409,
305
- },
306
- [_M, _DOI],
307
- [0, 0],
308
- ];
288
+ export var DuplicateRequest = [-3, n0, _DRu, { [_e]: _c, [_hE]: 409 }, [_M, _DOI], [0, 0]];
309
289
  TypeRegistry.for(n0).registerError(DuplicateRequest, __DuplicateRequest);
310
290
  export var GetInstanceRequest = [3, n0, _GIR, 0, [_SI, _II], [0, 0]];
311
291
  export var GetInstanceResponse = [3, n0, _GIRe, 0, [_RO, _Ins], [0, () => Instance]];
@@ -339,30 +319,10 @@ export var HttpInstanceSummary = [
339
319
  export var HttpNamespaceChange = [3, n0, _HNC, 0, [_D], [0]];
340
320
  export var HttpProperties = [3, n0, _HP, 0, [_HN], [0]];
341
321
  export var Instance = [3, n0, _Ins, 0, [_I, _CRI, _A, _CBA], [0, 0, 128 | 0, 0]];
342
- export var InstanceNotFound = [
343
- -3,
344
- n0,
345
- _INF,
346
- {
347
- [_e]: _c,
348
- [_hE]: 404,
349
- },
350
- [_M],
351
- [0],
352
- ];
322
+ export var InstanceNotFound = [-3, n0, _INF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
353
323
  TypeRegistry.for(n0).registerError(InstanceNotFound, __InstanceNotFound);
354
324
  export var InstanceSummary = [3, n0, _IS, 0, [_I, _A, _CBA], [0, 128 | 0, 0]];
355
- export var InvalidInput = [
356
- -3,
357
- n0,
358
- _IIn,
359
- {
360
- [_e]: _c,
361
- [_hE]: 400,
362
- },
363
- [_M],
364
- [0],
365
- ];
325
+ export var InvalidInput = [-3, n0, _IIn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
366
326
  TypeRegistry.for(n0).registerError(InvalidInput, __InvalidInput);
367
327
  export var ListInstancesRequest = [3, n0, _LIR, 0, [_SI, _NT, _MR], [0, 0, 1]];
368
328
  export var ListInstancesResponse = [
@@ -428,26 +388,13 @@ export var NamespaceAlreadyExists = [
428
388
  -3,
429
389
  n0,
430
390
  _NAE,
431
- {
432
- [_e]: _c,
433
- [_hE]: 400,
434
- },
391
+ { [_e]: _c, [_hE]: 400 },
435
392
  [_M, _CRI, _NI],
436
393
  [0, 0, 0],
437
394
  ];
438
395
  TypeRegistry.for(n0).registerError(NamespaceAlreadyExists, __NamespaceAlreadyExists);
439
396
  export var NamespaceFilter = [3, n0, _NF, 0, [_N, _Va, _C], [0, [() => FilterValues, 0], 0]];
440
- export var NamespaceNotFound = [
441
- -3,
442
- n0,
443
- _NNF,
444
- {
445
- [_e]: _c,
446
- [_hE]: 404,
447
- },
448
- [_M],
449
- [0],
450
- ];
397
+ export var NamespaceNotFound = [-3, n0, _NNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
451
398
  TypeRegistry.for(n0).registerError(NamespaceNotFound, __NamespaceNotFound);
452
399
  export var NamespaceProperties = [
453
400
  3,
@@ -474,17 +421,7 @@ export var Operation = [
474
421
  [0, 0, 0, 0, 0, 0, 4, 4, 128 | 0],
475
422
  ];
476
423
  export var OperationFilter = [3, n0, _OF, 0, [_N, _Va, _C], [0, [() => FilterValues, 0], 0]];
477
- export var OperationNotFound = [
478
- -3,
479
- n0,
480
- _ONF,
481
- {
482
- [_e]: _c,
483
- [_hE]: 404,
484
- },
485
- [_M],
486
- [0],
487
- ];
424
+ export var OperationNotFound = [-3, n0, _ONF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
488
425
  TypeRegistry.for(n0).registerError(OperationNotFound, __OperationNotFound);
489
426
  export var OperationSummary = [3, n0, _OS, 0, [_I, _St], [0, 0]];
490
427
  export var PrivateDnsNamespaceChange = [
@@ -548,53 +485,13 @@ export var RegisterInstanceRequest = [
548
485
  [0, 0, [0, 4], 128 | 0],
549
486
  ];
550
487
  export var RegisterInstanceResponse = [3, n0, _RIRe, 0, [_OI], [0]];
551
- export var RequestLimitExceeded = [
552
- -3,
553
- n0,
554
- _RLE,
555
- {
556
- [_e]: _c,
557
- [_hE]: 429,
558
- },
559
- [_M],
560
- [0],
561
- ];
488
+ export var RequestLimitExceeded = [-3, n0, _RLE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
562
489
  TypeRegistry.for(n0).registerError(RequestLimitExceeded, __RequestLimitExceeded);
563
- export var ResourceInUse = [
564
- -3,
565
- n0,
566
- _RIU,
567
- {
568
- [_e]: _c,
569
- [_hE]: 409,
570
- },
571
- [_M],
572
- [0],
573
- ];
490
+ export var ResourceInUse = [-3, n0, _RIU, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
574
491
  TypeRegistry.for(n0).registerError(ResourceInUse, __ResourceInUse);
575
- export var ResourceLimitExceeded = [
576
- -3,
577
- n0,
578
- _RLEe,
579
- {
580
- [_e]: _c,
581
- [_hE]: 400,
582
- },
583
- [_M],
584
- [0],
585
- ];
492
+ export var ResourceLimitExceeded = [-3, n0, _RLEe, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
586
493
  TypeRegistry.for(n0).registerError(ResourceLimitExceeded, __ResourceLimitExceeded);
587
- export var ResourceNotFoundException = [
588
- -3,
589
- n0,
590
- _RNFE,
591
- {
592
- [_e]: _c,
593
- [_hE]: 404,
594
- },
595
- [_M],
596
- [0],
597
- ];
494
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
598
495
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
599
496
  export var Service = [
600
497
  3,
@@ -608,10 +505,7 @@ export var ServiceAlreadyExists = [
608
505
  -3,
609
506
  n0,
610
507
  _SAE,
611
- {
612
- [_e]: _c,
613
- [_hE]: 400,
614
- },
508
+ { [_e]: _c, [_hE]: 400 },
615
509
  [_M, _CRI, _SI, _SAe],
616
510
  [0, 0, 0, 0],
617
511
  ];
@@ -621,10 +515,7 @@ export var ServiceAttributesLimitExceededException = [
621
515
  -3,
622
516
  n0,
623
517
  _SALEE,
624
- {
625
- [_e]: _c,
626
- [_hE]: 400,
627
- },
518
+ { [_e]: _c, [_hE]: 400 },
628
519
  [_M],
629
520
  [0],
630
521
  ];
@@ -638,17 +529,7 @@ export var ServiceChange = [
638
529
  [0, () => DnsConfigChange, () => HealthCheckConfig],
639
530
  ];
640
531
  export var ServiceFilter = [3, n0, _SF, 0, [_N, _Va, _C], [0, [() => FilterValues, 0], 0]];
641
- export var ServiceNotFound = [
642
- -3,
643
- n0,
644
- _SNF,
645
- {
646
- [_e]: _c,
647
- [_hE]: 404,
648
- },
649
- [_M],
650
- [0],
651
- ];
532
+ export var ServiceNotFound = [-3, n0, _SNF, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
652
533
  TypeRegistry.for(n0).registerError(ServiceNotFound, __ServiceNotFound);
653
534
  export var ServiceSummary = [
654
535
  3,
@@ -663,17 +544,7 @@ export var SOAChange = [3, n0, _SOAC, 0, [_TTL], [1]];
663
544
  export var Tag = [3, n0, _Tag, 0, [_K, _Val], [0, 0]];
664
545
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
665
546
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
666
- export var TooManyTagsException = [
667
- -3,
668
- n0,
669
- _TMTE,
670
- {
671
- [_e]: _c,
672
- [_hE]: 400,
673
- },
674
- [_M, _RN],
675
- [0, 0],
676
- ];
547
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
677
548
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
678
549
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
679
550
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -727,93 +598,16 @@ export var ServiceDiscoveryServiceException = [
727
598
  ];
728
599
  TypeRegistry.for(_s).registerError(ServiceDiscoveryServiceException, __ServiceDiscoveryServiceException);
729
600
  export var DnsRecordList = [1, n0, _DRL, 0, () => DnsRecord];
730
- export var FilterValues = [
731
- 1,
732
- n0,
733
- _FV,
734
- 0,
735
- [
736
- 0,
737
- {
738
- [_xN]: _i,
739
- },
740
- ],
741
- ];
601
+ export var FilterValues = [1, n0, _FV, 0, [0, { [_xN]: _i }]];
742
602
  export var HttpInstanceSummaryList = [1, n0, _HISL, 0, () => HttpInstanceSummary];
743
- export var InstanceIdList = [
744
- 1,
745
- n0,
746
- _IIL,
747
- 0,
748
- [
749
- 0,
750
- {
751
- [_xN]: _II,
752
- },
753
- ],
754
- ];
755
- export var InstanceSummaryList = [
756
- 1,
757
- n0,
758
- _ISL,
759
- 0,
760
- [
761
- () => InstanceSummary,
762
- {
763
- [_xN]: _IS,
764
- },
765
- ],
766
- ];
767
- export var NamespaceFilters = [
768
- 1,
769
- n0,
770
- _NFa,
771
- 0,
772
- [
773
- () => NamespaceFilter,
774
- {
775
- [_xN]: _i,
776
- },
777
- ],
778
- ];
603
+ export var InstanceIdList = [1, n0, _IIL, 0, [0, { [_xN]: _II }]];
604
+ export var InstanceSummaryList = [1, n0, _ISL, 0, [() => InstanceSummary, { [_xN]: _IS }]];
605
+ export var NamespaceFilters = [1, n0, _NFa, 0, [() => NamespaceFilter, { [_xN]: _i }]];
779
606
  export var NamespaceSummariesList = [1, n0, _NSL, 0, () => NamespaceSummary];
780
- export var OperationFilters = [
781
- 1,
782
- n0,
783
- _OFp,
784
- 0,
785
- [
786
- () => OperationFilter,
787
- {
788
- [_xN]: _i,
789
- },
790
- ],
791
- ];
792
- export var OperationSummaryList = [
793
- 1,
794
- n0,
795
- _OSL,
796
- 0,
797
- [
798
- () => OperationSummary,
799
- {
800
- [_xN]: _OS,
801
- },
802
- ],
803
- ];
607
+ export var OperationFilters = [1, n0, _OFp, 0, [() => OperationFilter, { [_xN]: _i }]];
608
+ export var OperationSummaryList = [1, n0, _OSL, 0, [() => OperationSummary, { [_xN]: _OS }]];
804
609
  export var ServiceAttributeKeyList = 64 | 0;
805
- export var ServiceFilters = [
806
- 1,
807
- n0,
808
- _SFe,
809
- 0,
810
- [
811
- () => ServiceFilter,
812
- {
813
- [_xN]: _i,
814
- },
815
- ],
816
- ];
610
+ export var ServiceFilters = [1, n0, _SFe, 0, [() => ServiceFilter, { [_xN]: _i }]];
817
611
  export var ServiceSummariesList = [1, n0, _SSL, 0, () => ServiceSummary];
818
612
  export var TagKeyList = 64 | 0;
819
613
  export var TagList = [1, n0, _TL, 0, () => Tag];
@@ -889,9 +683,7 @@ export var DiscoverInstances = [
889
683
  9,
890
684
  n0,
891
685
  _DIi,
892
- {
893
- [_en]: ["data-"],
894
- },
686
+ { [_en]: ["data-"] },
895
687
  () => DiscoverInstancesRequest,
896
688
  () => DiscoverInstancesResponse,
897
689
  ];
@@ -899,9 +691,7 @@ export var DiscoverInstancesRevision = [
899
691
  9,
900
692
  n0,
901
693
  _DIRisc,
902
- {
903
- [_en]: ["data-"],
904
- },
694
+ { [_en]: ["data-"] },
905
695
  () => DiscoverInstancesRevisionRequest,
906
696
  () => DiscoverInstancesRevisionResponse,
907
697
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput } from "./commands/CreateHttpNamespaceCommand";
3
3
  import { CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput } from "./commands/CreatePrivateDnsNamespaceCommand";
4
4
  import { CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput } from "./commands/CreatePublicDnsNamespaceCommand";
@@ -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 { CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput } from "./commands/CreateHttpNamespaceCommand";
11
11
  import { CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput } from "./commands/CreatePrivateDnsNamespaceCommand";
12
12
  import { CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput } from "./commands/CreatePublicDnsNamespaceCommand";
@@ -38,7 +38,7 @@ import { UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOu
38
38
  import { UpdateServiceAttributesCommandInput, UpdateServiceAttributesCommandOutput } from "./commands/UpdateServiceAttributesCommand";
39
39
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
40
40
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
41
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
41
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
42
42
  export { __Client };
43
43
  /**
44
44
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ServiceDiscoveryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ServiceDiscoveryHttpAuthSchemeProvider } 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 { ServiceDiscoveryClientResolvedConfig } from "../ServiceDiscoveryClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ServiceDiscoveryClientResolvedConfig } from "../ServiceDiscoveryClient";
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 { CreateHttpNamespaceRequest, CreateHttpNamespaceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateHttpNamespaceRequest, CreateHttpNamespaceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { CreatePrivateDnsNamespaceRequest, CreatePrivateDnsNamespaceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreatePrivateDnsNamespaceRequest, CreatePrivateDnsNamespaceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { CreatePublicDnsNamespaceRequest, CreatePublicDnsNamespaceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreatePublicDnsNamespaceRequest, CreatePublicDnsNamespaceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { DeleteServiceAttributesRequest, DeleteServiceAttributesResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteServiceAttributesRequest, DeleteServiceAttributesResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { DiscoverInstancesRevisionRequest, DiscoverInstancesRevisionResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DiscoverInstancesRevisionRequest, DiscoverInstancesRevisionResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { GetOperationRequest, GetOperationResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetOperationRequest, GetOperationResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { GetServiceAttributesRequest, GetServiceAttributesResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetServiceAttributesRequest, GetServiceAttributesResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { GetServiceRequest, GetServiceResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetServiceRequest, GetServiceResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
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 { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
4
- import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
4
+ import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
5
5
  /**
6
6
  * @public
7
7
  */