@aws-sdk/client-servicediscovery 3.529.1 → 3.535.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 (67) hide show
  1. package/dist-types/ServiceDiscovery.d.ts +4 -1
  2. package/dist-types/ServiceDiscoveryClient.d.ts +1 -1
  3. package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeregisterInstanceCommand.d.ts +2 -1
  10. package/dist-types/commands/DiscoverInstancesCommand.d.ts +2 -1
  11. package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +2 -1
  12. package/dist-types/commands/GetInstanceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +2 -1
  14. package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
  15. package/dist-types/commands/GetOperationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetServiceCommand.d.ts +2 -1
  17. package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  19. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/RegisterInstanceCommand.d.ts +2 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  30. package/dist-types/models/models_0.d.ts +267 -267
  31. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  32. package/dist-types/runtimeConfig.d.ts +2 -2
  33. package/dist-types/runtimeConfig.native.d.ts +2 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  35. package/dist-types/ts3.4/ServiceDiscovery.d.ts +3 -0
  36. package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  67. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
5
5
  export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -304,6 +304,7 @@ export interface ServiceDiscovery {
304
304
  options: __HttpHandlerOptions,
305
305
  cb: (err: any, data?: ListInstancesCommandOutput) => void
306
306
  ): void;
307
+ listNamespaces(): Promise<ListNamespacesCommandOutput>;
307
308
  listNamespaces(
308
309
  args: ListNamespacesCommandInput,
309
310
  options?: __HttpHandlerOptions
@@ -317,6 +318,7 @@ export interface ServiceDiscovery {
317
318
  options: __HttpHandlerOptions,
318
319
  cb: (err: any, data?: ListNamespacesCommandOutput) => void
319
320
  ): void;
321
+ listOperations(): Promise<ListOperationsCommandOutput>;
320
322
  listOperations(
321
323
  args: ListOperationsCommandInput,
322
324
  options?: __HttpHandlerOptions
@@ -330,6 +332,7 @@ export interface ServiceDiscovery {
330
332
  options: __HttpHandlerOptions,
331
333
  cb: (err: any, data?: ListOperationsCommandOutput) => void
332
334
  ): void;
335
+ listServices(): Promise<ListServicesCommandOutput>;
333
336
  listServices(
334
337
  args: ListServicesCommandInput,
335
338
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateHttpNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateHttpNamespaceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateHttpNamespaceCommandInput,
32
+ CreateHttpNamespaceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePrivateDnsNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePrivateDnsNamespaceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePrivateDnsNamespaceCommandInput,
32
+ CreatePrivateDnsNamespaceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePublicDnsNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePublicDnsNamespaceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePublicDnsNamespaceCommandInput,
32
+ CreatePublicDnsNamespaceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateServiceCommandInput,
31
+ CreateServiceCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateServiceCommand extends CreateServiceCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteNamespaceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteNamespaceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteNamespaceCommandInput,
31
+ DeleteNamespaceCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteServiceCommandInput,
31
+ DeleteServiceCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeregisterInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeregisterInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeregisterInstanceCommandInput,
32
+ DeregisterInstanceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const DiscoverInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DiscoverInstancesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DiscoverInstancesCommandInput,
32
+ DiscoverInstancesCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base {}
@@ -25,6 +25,15 @@ declare const DiscoverInstancesRevisionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DiscoverInstancesRevisionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DiscoverInstancesRevisionCommandInput,
32
+ DiscoverInstancesRevisionCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {}
@@ -21,6 +21,15 @@ declare const GetInstanceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetInstanceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetInstanceCommandInput,
28
+ GetInstanceCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetInstanceCommand extends GetInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const GetInstancesHealthStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetInstancesHealthStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetInstancesHealthStatusCommandInput,
32
+ GetInstancesHealthStatusCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base {}
@@ -21,6 +21,15 @@ declare const GetNamespaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetNamespaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetNamespaceCommandInput,
28
+ GetNamespaceCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetNamespaceCommand extends GetNamespaceCommand_base {}
@@ -21,6 +21,15 @@ declare const GetOperationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetOperationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetOperationCommandInput,
28
+ GetOperationCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetOperationCommand extends GetOperationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetServiceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetServiceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetServiceCommandInput,
28
+ GetServiceCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetServiceCommand extends GetServiceCommand_base {}
@@ -24,6 +24,15 @@ declare const ListInstancesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListInstancesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListInstancesCommandInput,
31
+ ListInstancesCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListInstancesCommand extends ListInstancesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListNamespacesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListNamespacesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListNamespacesCommandInput,
31
+ ListNamespacesCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListNamespacesCommand extends ListNamespacesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListOperationsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListOperationsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListOperationsCommandInput,
31
+ ListOperationsCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListOperationsCommand extends ListOperationsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListServicesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListServicesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListServicesCommandInput,
28
+ ListServicesCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListServicesCommand extends ListServicesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const RegisterInstanceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: RegisterInstanceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ RegisterInstanceCommandInput,
31
+ RegisterInstanceCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateHttpNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateHttpNamespaceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateHttpNamespaceCommandInput,
32
+ UpdateHttpNamespaceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateInstanceCustomHealthStatusCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateInstanceCustomHealthStatusCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateInstanceCustomHealthStatusCommandInput,
28
+ UpdateInstanceCustomHealthStatusCommandOutput,
29
+ ServiceDiscoveryClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdatePrivateDnsNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdatePrivateDnsNamespaceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePrivateDnsNamespaceCommandInput,
32
+ UpdatePrivateDnsNamespaceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdatePublicDnsNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdatePublicDnsNamespaceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePublicDnsNamespaceCommandInput,
32
+ UpdatePublicDnsNamespaceCommandOutput,
33
+ ServiceDiscoveryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateServiceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateServiceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateServiceCommandInput,
31
+ UpdateServiceCommandOutput,
32
+ ServiceDiscoveryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateServiceCommand extends UpdateServiceCommand_base {}
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
27
27
  apiVersion: string;
28
28
  urlParser: import("@smithy/types").UrlParser;
29
29
  base64Decoder: import("@smithy/types").Decoder;
30
- base64Encoder: import("@smithy/types").Encoder;
30
+ base64Encoder: (_input: string | Uint8Array) => string;
31
31
  utf8Decoder: import("@smithy/types").Decoder;
32
- utf8Encoder: import("@smithy/types").Encoder;
32
+ utf8Encoder: (input: string | Uint8Array) => string;
33
33
  disableHostPrefix: boolean;
34
34
  serviceId: string;
35
35
  logger: import("@smithy/types").Logger;
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
31
31
  apiVersion: string;
32
32
  urlParser: import("@smithy/types").UrlParser;
33
33
  base64Decoder: import("@smithy/types").Decoder;
34
- base64Encoder: import("@smithy/types").Encoder;
34
+ base64Encoder: (_input: string | Uint8Array) => string;
35
35
  utf8Decoder: import("@smithy/types").Decoder;
36
- utf8Encoder: import("@smithy/types").Encoder;
36
+ utf8Encoder: (input: string | Uint8Array) => string;
37
37
  disableHostPrefix: boolean;
38
38
  serviceId: string;
39
39
  logger: import("@smithy/types").Logger;
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
15
15
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
- base64Encoder: import("@smithy/types").Encoder;
18
+ base64Encoder: (_input: string | Uint8Array) => string;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -4,7 +4,7 @@ export declare const getRuntimeConfig: (
4
4
  ) => {
5
5
  apiVersion: string;
6
6
  base64Decoder: import("@smithy/types").Decoder;
7
- base64Encoder: import("@smithy/types").Encoder;
7
+ base64Encoder: (_input: string | Uint8Array) => string;
8
8
  disableHostPrefix: boolean;
9
9
  endpointProvider: (
10
10
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -19,5 +19,5 @@ export declare const getRuntimeConfig: (
19
19
  serviceId: string;
20
20
  urlParser: import("@smithy/types").UrlParser;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
22
- utf8Encoder: import("@smithy/types").Encoder;
22
+ utf8Encoder: (input: string | Uint8Array) => string;
23
23
  };