@aws-sdk/client-servicediscovery 3.170.0 → 3.178.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 (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/ServiceDiscovery.d.ts +0 -26
  6. package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/models/ServiceDiscoveryServiceException.d.ts +0 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -280
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  39. package/package.json +26 -26
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ServiceDiscoveryClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateHttpNamespaceCommandInput
19
19
  export interface UpdateHttpNamespaceCommandOutput
20
20
  extends UpdateHttpNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateHttpNamespaceCommand extends $Command<
24
23
  UpdateHttpNamespaceCommandInput,
25
24
  UpdateHttpNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateHttpNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateHttpNamespaceCommandInput;
29
28
  constructor(input: UpdateHttpNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ServiceDiscoveryClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateInstanceCustomHealthStatusCommandInput
15
15
  extends UpdateInstanceCustomHealthStatusRequest {}
16
16
  export interface UpdateInstanceCustomHealthStatusCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class UpdateInstanceCustomHealthStatusCommand extends $Command<
20
19
  UpdateInstanceCustomHealthStatusCommandInput,
21
20
  UpdateInstanceCustomHealthStatusCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateInstanceCustomHealthStatusCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateInstanceCustomHealthStatusCommandInput;
25
24
  constructor(input: UpdateInstanceCustomHealthStatusCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ServiceDiscoveryClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdatePrivateDnsNamespaceCommandInput
19
19
  export interface UpdatePrivateDnsNamespaceCommandOutput
20
20
  extends UpdatePrivateDnsNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdatePrivateDnsNamespaceCommand extends $Command<
24
23
  UpdatePrivateDnsNamespaceCommandInput,
25
24
  UpdatePrivateDnsNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdatePrivateDnsNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdatePrivateDnsNamespaceCommandInput;
29
28
  constructor(input: UpdatePrivateDnsNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ServiceDiscoveryClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdatePublicDnsNamespaceCommandInput
19
19
  export interface UpdatePublicDnsNamespaceCommandOutput
20
20
  extends UpdatePublicDnsNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdatePublicDnsNamespaceCommand extends $Command<
24
23
  UpdatePublicDnsNamespaceCommandInput,
25
24
  UpdatePublicDnsNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdatePublicDnsNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdatePublicDnsNamespaceCommandInput;
29
28
  constructor(input: UpdatePublicDnsNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ServiceDiscoveryClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
18
18
  export interface UpdateServiceCommandOutput
19
19
  extends UpdateServiceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateServiceCommand extends $Command<
23
22
  UpdateServiceCommandInput,
24
23
  UpdateServiceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateServiceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateServiceCommandInput;
28
27
  constructor(input: UpdateServiceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ServiceDiscoveryClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ServiceDiscoveryServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }