@aws-sdk/client-servicediscovery 3.1044.0 → 3.1046.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 { UpdateServiceAttributesRequest, UpdateServiceAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateServiceAttributesCommandInput extends UpdateServiceAttrib
|
|
|
22
22
|
export interface UpdateServiceAttributesCommandOutput extends UpdateServiceAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateServiceAttributesCommand_base: {
|
|
25
|
-
new (input: UpdateServiceAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateServiceAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateServiceAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceAttributesCommandInput, UpdateServiceAttributesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateServiceAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceAttributesCommandInput, UpdateServiceAttributesCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Submits a request to update a specified service to add service-level attributes.</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 { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {
|
|
|
22
22
|
export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateServiceCommand_base: {
|
|
25
|
-
new (input: UpdateServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Submits a request to perform the following operations:</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ServiceDiscoveryServiceException as __BaseException } from "./ServiceDiscoveryServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The operation is already in progress.</p>
|
|
@@ -5,13 +5,13 @@ import type { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateHttpNamespaceRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateHttpNamespaceCommandOutput
|
|
|
19
19
|
declare const CreateHttpNamespaceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateHttpNamespaceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateHttpNamespaceCommandInput,
|
|
24
24
|
CreateHttpNamespaceCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateHttpNamespaceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateHttpNamespaceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateHttpNamespaceCommandInput,
|
|
33
33
|
CreateHttpNamespaceCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreatePrivateDnsNamespaceRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreatePrivateDnsNamespaceCommandOutput
|
|
|
19
19
|
declare const CreatePrivateDnsNamespaceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePrivateDnsNamespaceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePrivateDnsNamespaceCommandInput,
|
|
24
24
|
CreatePrivateDnsNamespaceCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePrivateDnsNamespaceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePrivateDnsNamespaceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePrivateDnsNamespaceCommandInput,
|
|
33
33
|
CreatePrivateDnsNamespaceCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreatePublicDnsNamespaceRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreatePublicDnsNamespaceCommandOutput
|
|
|
19
19
|
declare const CreatePublicDnsNamespaceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePublicDnsNamespaceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePublicDnsNamespaceCommandInput,
|
|
24
24
|
CreatePublicDnsNamespaceCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePublicDnsNamespaceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePublicDnsNamespaceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePublicDnsNamespaceCommandInput,
|
|
33
33
|
CreatePublicDnsNamespaceCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateServiceRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateServiceCommandOutput
|
|
|
18
18
|
declare const CreateServiceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateServiceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateServiceCommandInput,
|
|
23
23
|
CreateServiceCommandOutput,
|
|
24
24
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateServiceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateServiceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateServiceCommandInput,
|
|
32
32
|
CreateServiceCommandOutput,
|
|
33
33
|
ServiceDiscoveryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteNamespaceRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteNamespaceCommandOutput
|
|
|
18
18
|
declare const DeleteNamespaceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteNamespaceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteNamespaceCommandInput,
|
|
23
23
|
DeleteNamespaceCommandOutput,
|
|
24
24
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteNamespaceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteNamespaceCommandInput,
|
|
32
32
|
DeleteNamespaceCommandOutput,
|
|
33
33
|
ServiceDiscoveryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteServiceAttributesRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteServiceAttributesCommandOutput
|
|
|
19
19
|
declare const DeleteServiceAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteServiceAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteServiceAttributesCommandInput,
|
|
24
24
|
DeleteServiceAttributesCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteServiceAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteServiceAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteServiceAttributesCommandInput,
|
|
33
33
|
DeleteServiceAttributesCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteServiceAttributesCommand extends DeleteServiceAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteServiceRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteServiceCommandOutput
|
|
|
18
18
|
declare const DeleteServiceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteServiceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteServiceCommandInput,
|
|
23
23
|
DeleteServiceCommandOutput,
|
|
24
24
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteServiceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteServiceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteServiceCommandInput,
|
|
32
32
|
DeleteServiceCommandOutput,
|
|
33
33
|
ServiceDiscoveryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeregisterInstanceRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterInstanceCommandOutput
|
|
|
19
19
|
declare const DeregisterInstanceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterInstanceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterInstanceCommandInput,
|
|
24
24
|
DeregisterInstanceCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterInstanceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeregisterInstanceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterInstanceCommandInput,
|
|
33
33
|
DeregisterInstanceCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DiscoverInstancesRequest,
|
|
@@ -19,7 +19,7 @@ export interface DiscoverInstancesCommandOutput
|
|
|
19
19
|
declare const DiscoverInstancesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DiscoverInstancesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DiscoverInstancesCommandInput,
|
|
24
24
|
DiscoverInstancesCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DiscoverInstancesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DiscoverInstancesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DiscoverInstancesCommandInput,
|
|
33
33
|
DiscoverInstancesCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DiscoverInstancesRevisionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DiscoverInstancesRevisionCommandOutput
|
|
|
19
19
|
declare const DiscoverInstancesRevisionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DiscoverInstancesRevisionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DiscoverInstancesRevisionCommandInput,
|
|
24
24
|
DiscoverInstancesRevisionCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DiscoverInstancesRevisionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DiscoverInstancesRevisionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DiscoverInstancesRevisionCommandInput,
|
|
33
33
|
DiscoverInstancesRevisionCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetInstanceCommandOutput
|
|
|
15
15
|
declare const GetInstanceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetInstanceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetInstanceCommandInput,
|
|
20
20
|
GetInstanceCommandOutput,
|
|
21
21
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetInstanceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetInstanceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetInstanceCommandInput,
|
|
29
29
|
GetInstanceCommandOutput,
|
|
30
30
|
ServiceDiscoveryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetInstanceCommand extends GetInstanceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetInstancesHealthStatusRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetInstancesHealthStatusCommandOutput
|
|
|
19
19
|
declare const GetInstancesHealthStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetInstancesHealthStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetInstancesHealthStatusCommandInput,
|
|
24
24
|
GetInstancesHealthStatusCommandOutput,
|
|
25
25
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetInstancesHealthStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetInstancesHealthStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetInstancesHealthStatusCommandInput,
|
|
33
33
|
GetInstancesHealthStatusCommandOutput,
|
|
34
34
|
ServiceDiscoveryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetNamespaceCommandOutput
|
|
|
15
15
|
declare const GetNamespaceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetNamespaceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetNamespaceCommandInput,
|
|
20
20
|
GetNamespaceCommandOutput,
|
|
21
21
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetNamespaceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetNamespaceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetNamespaceCommandInput,
|
|
29
29
|
GetNamespaceCommandOutput,
|
|
30
30
|
ServiceDiscoveryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetOperationRequest, GetOperationResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetOperationCommandOutput
|
|
|
15
15
|
declare const GetOperationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetOperationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetOperationCommandInput,
|
|
20
20
|
GetOperationCommandOutput,
|
|
21
21
|
ServiceDiscoveryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetOperationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetOperationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetOperationCommandInput,
|
|
29
29
|
GetOperationCommandOutput,
|
|
30
30
|
ServiceDiscoveryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetOperationCommand extends GetOperationCommand_base {
|
|
37
39
|
protected static __types: {
|