@aws-sdk/client-servicediscovery 3.1045.0 → 3.1047.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +76 -77
- package/dist-cjs/models/ServiceDiscoveryServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ServiceDiscovery.js +1 -1
- package/dist-es/ServiceDiscoveryClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateHttpNamespaceCommand.js +2 -2
- package/dist-es/commands/CreatePrivateDnsNamespaceCommand.js +2 -2
- package/dist-es/commands/CreatePublicDnsNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteServiceAttributesCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeregisterInstanceCommand.js +2 -2
- package/dist-es/commands/DiscoverInstancesCommand.js +2 -2
- package/dist-es/commands/DiscoverInstancesRevisionCommand.js +2 -2
- package/dist-es/commands/GetInstanceCommand.js +2 -2
- package/dist-es/commands/GetInstancesHealthStatusCommand.js +2 -2
- package/dist-es/commands/GetNamespaceCommand.js +2 -2
- package/dist-es/commands/GetOperationCommand.js +2 -2
- package/dist-es/commands/GetServiceAttributesCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/ListInstancesCommand.js +2 -2
- package/dist-es/commands/ListNamespacesCommand.js +2 -2
- package/dist-es/commands/ListOperationsCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterInstanceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateHttpNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateInstanceCustomHealthStatusCommand.js +2 -2
- package/dist-es/commands/UpdatePrivateDnsNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdatePublicDnsNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ServiceDiscoveryServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ServiceDiscoveryClient.d.ts +5 -5
- package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DiscoverInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/GetOperationCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +6 -4
- package/dist-types/commands/ListOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterInstanceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHttpNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceAttributesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ServiceDiscoveryServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ServiceDiscoveryServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreatePublicDnsNamespaceRequest, CreatePublicDnsNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePublicDnsNamespaceCommandInput extends CreatePublicDnsNam
|
|
|
22
22
|
export interface CreatePublicDnsNamespaceCommandOutput extends CreatePublicDnsNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePublicDnsNamespaceCommand_base: {
|
|
25
|
-
new (input: CreatePublicDnsNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePublicDnsNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePublicDnsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePublicDnsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a public namespace based on DNS, which is visible on the internet. The namespace
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceCommandInput extends CreateServiceRequest {
|
|
|
22
22
|
export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceCommand_base: {
|
|
25
|
-
new (input: CreateServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceCommandInput, CreateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a service. This action defines the configuration for the following entities:</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
|
|
|
22
22
|
export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNamespaceCommand_base: {
|
|
25
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a namespace from the current account. If the namespace still contains one or more
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteServiceAttributesRequest, DeleteServiceAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteServiceAttributesCommandInput extends DeleteServiceAttrib
|
|
|
22
22
|
export interface DeleteServiceAttributesCommandOutput extends DeleteServiceAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteServiceAttributesCommand_base: {
|
|
25
|
-
new (input: DeleteServiceAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteServiceAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteServiceAttributesCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceAttributesCommandInput, DeleteServiceAttributesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteServiceAttributesCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceAttributesCommandInput, DeleteServiceAttributesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes specific attributes associated with a service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteServiceCommandInput extends DeleteServiceRequest {
|
|
|
22
22
|
export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteServiceCommand_base: {
|
|
25
|
-
new (input: DeleteServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceCommandInput, DeleteServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specified service and all associated service attributes. If the service still
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterInstanceCommandInput extends DeregisterInstanceReques
|
|
|
22
22
|
export interface DeregisterInstanceCommandOutput extends DeregisterInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterInstanceCommand_base: {
|
|
25
|
-
new (input: DeregisterInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the Amazon Route 53 DNS records and health check, if any, that Cloud Map created for the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface DiscoverInstancesCommandInput extends DiscoverInstancesRequest
|
|
|
22
22
|
export interface DiscoverInstancesCommandOutput extends DiscoverInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DiscoverInstancesCommand_base: {
|
|
25
|
-
new (input: DiscoverInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DiscoverInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DiscoverInstancesCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DiscoverInstancesCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Discovers registered instances for a specified namespace and service. You can use
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DiscoverInstancesRevisionRequest, DiscoverInstancesRevisionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface DiscoverInstancesRevisionCommandInput extends DiscoverInstances
|
|
|
22
22
|
export interface DiscoverInstancesRevisionCommandOutput extends DiscoverInstancesRevisionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DiscoverInstancesRevisionCommand_base: {
|
|
25
|
-
new (input: DiscoverInstancesRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DiscoverInstancesRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DiscoverInstancesRevisionCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInstancesRevisionCommandInput, DiscoverInstancesRevisionCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DiscoverInstancesRevisionCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInstancesRevisionCommandInput, DiscoverInstancesRevisionCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Discovers the increasing revision associated with an instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInstanceCommandInput extends GetInstanceRequest {
|
|
|
22
22
|
export interface GetInstanceCommandOutput extends GetInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInstanceCommand_base: {
|
|
25
|
-
new (input: GetInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a specified instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInstancesHealthStatusCommandInput extends GetInstancesHealth
|
|
|
22
22
|
export interface GetInstancesHealthStatusCommandOutput extends GetInstancesHealthStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInstancesHealthStatusCommand_base: {
|
|
25
|
-
new (input: GetInstancesHealthStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInstancesHealthStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInstancesHealthStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInstancesHealthStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the current health status (<code>Healthy</code>, <code>Unhealthy</code>, or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface GetNamespaceCommandInput extends GetNamespaceRequest {
|
|
|
22
22
|
export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetNamespaceCommand_base: {
|
|
25
|
-
new (input: GetNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a namespace.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetOperationRequest, GetOperationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface GetOperationCommandInput extends GetOperationRequest {
|
|
|
22
22
|
export interface GetOperationCommandOutput extends GetOperationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOperationCommand_base: {
|
|
25
|
-
new (input: GetOperationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOperationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOperationCommandInput): import("@smithy/core/client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOperationCommandInput): import("@smithy/core/client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about any operation that returns an operation ID in the response, such as a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetServiceAttributesRequest, GetServiceAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface GetServiceAttributesCommandInput extends GetServiceAttributesRe
|
|
|
22
22
|
export interface GetServiceAttributesCommandOutput extends GetServiceAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetServiceAttributesCommand_base: {
|
|
25
|
-
new (input: GetServiceAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetServiceAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetServiceAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetServiceAttributesCommandInput, GetServiceAttributesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetServiceAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetServiceAttributesCommandInput, GetServiceAttributesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the attributes associated with a specified service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetServiceRequest, GetServiceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface GetServiceCommandInput extends GetServiceRequest {
|
|
|
22
22
|
export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetServiceCommand_base: {
|
|
25
|
-
new (input: GetServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the settings for a specified service.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface ListInstancesCommandInput extends ListInstancesRequest {
|
|
|
22
22
|
export interface ListInstancesCommandOutput extends ListInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInstancesCommand_base: {
|
|
25
|
-
new (input: ListInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists summary information about the instances that you registered by using a specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface ListNamespacesCommandInput extends ListNamespacesRequest {
|
|
|
22
22
|
export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNamespacesCommand_base: {
|
|
25
|
-
new (input: ListNamespacesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListNamespacesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListNamespacesCommandInput]): import("@smithy/core/client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists summary information about the namespaces that were created by the current Amazon Web Services account and shared with the current Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {
|
|
|
22
22
|
export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOperationsCommand_base: {
|
|
25
|
-
new (input: ListOperationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists operations that match the criteria that you specify.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface ListServicesCommandInput extends ListServicesRequest {
|
|
|
22
22
|
export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListServicesCommand_base: {
|
|
25
|
-
new (input: ListServicesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists summary information for all the services that are associated with one or more
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists tags for the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { RegisterInstanceRequest, RegisterInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface RegisterInstanceCommandInput extends RegisterInstanceRequest {
|
|
|
22
22
|
export interface RegisterInstanceCommandOutput extends RegisterInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterInstanceCommand_base: {
|
|
25
|
-
new (input: RegisterInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterInstanceCommandInput): import("@smithy/core/client").CommandImpl<RegisterInstanceCommandInput, RegisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterInstanceCommandInput): import("@smithy/core/client").CommandImpl<RegisterInstanceCommandInput, RegisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates one or more records and, optionally, creates a health check based on the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more tags to the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateHttpNamespaceRequest, UpdateHttpNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateHttpNamespaceCommandInput extends UpdateHttpNamespaceRequ
|
|
|
22
22
|
export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateHttpNamespaceCommand_base: {
|
|
25
|
-
new (input: UpdateHttpNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateHttpNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateHttpNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateHttpNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an HTTP
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateInstanceCustomHealthStatusRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateInstanceCustomHealthStatusCommandInput extends UpdateInst
|
|
|
22
22
|
export interface UpdateInstanceCustomHealthStatusCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateInstanceCustomHealthStatusCommand_base: {
|
|
25
|
-
new (input: UpdateInstanceCustomHealthStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateInstanceCustomHealthStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateInstanceCustomHealthStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateInstanceCustomHealthStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Submits a request to change the health status of a custom health check to healthy or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdatePrivateDnsNamespaceRequest, UpdatePrivateDnsNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePrivateDnsNamespaceCommandInput extends UpdatePrivateDnsN
|
|
|
22
22
|
export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDnsNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePrivateDnsNamespaceCommand_base: {
|
|
25
|
-
new (input: UpdatePrivateDnsNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePrivateDnsNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdatePrivateDnsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePrivateDnsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a private DNS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdatePublicDnsNamespaceRequest, UpdatePublicDnsNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePublicDnsNamespaceCommandInput extends UpdatePublicDnsNam
|
|
|
22
22
|
export interface UpdatePublicDnsNamespaceCommandOutput extends UpdatePublicDnsNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePublicDnsNamespaceCommand_base: {
|
|
25
|
-
new (input: UpdatePublicDnsNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePublicDnsNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdatePublicDnsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePublicDnsNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a public DNS namespace.</p>
|