@aws-sdk/client-servicediscovery 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/ServiceDiscovery.d.ts +0 -135
- package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +0 -99
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -26
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1160
- package/dist-types/ts3.4/pagination/GetInstancesHealthStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -6
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput } from "../commands/GetInstancesHealthStatusCommand";
|
|
3
|
-
import { ServiceDiscoveryPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetInstancesHealthStatus(config: ServiceDiscoveryPaginationConfiguration, input: GetInstancesHealthStatusCommandInput, ...additionalArguments: any): Paginator<GetInstancesHealthStatusCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { ServiceDiscovery } from "../ServiceDiscovery";
|
|
3
|
-
import { ServiceDiscoveryClient } from "../ServiceDiscoveryClient";
|
|
4
|
-
export interface ServiceDiscoveryPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: ServiceDiscovery | ServiceDiscoveryClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
3
|
-
import { ServiceDiscoveryPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListInstances(config: ServiceDiscoveryPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
3
|
-
import { ServiceDiscoveryPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListNamespaces(config: ServiceDiscoveryPaginationConfiguration, input: ListNamespacesCommandInput, ...additionalArguments: any): Paginator<ListNamespacesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
3
|
-
import { ServiceDiscoveryPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListOperations(config: ServiceDiscoveryPaginationConfiguration, input: ListOperationsCommandInput, ...additionalArguments: any): Paginator<ListOperationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
3
|
-
import { ServiceDiscoveryPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListServices(config: ServiceDiscoveryPaginationConfiguration, input: ListServicesCommandInput, ...additionalArguments: any): Paginator<ListServicesCommandOutput>;
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput } from "../commands/CreateHttpNamespaceCommand";
|
|
4
|
-
import { CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput } from "../commands/CreatePrivateDnsNamespaceCommand";
|
|
5
|
-
import { CreatePublicDnsNamespaceCommandInput, CreatePublicDnsNamespaceCommandOutput } from "../commands/CreatePublicDnsNamespaceCommand";
|
|
6
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
|
|
7
|
-
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
|
|
8
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
|
|
9
|
-
import { DeregisterInstanceCommandInput, DeregisterInstanceCommandOutput } from "../commands/DeregisterInstanceCommand";
|
|
10
|
-
import { DiscoverInstancesCommandInput, DiscoverInstancesCommandOutput } from "../commands/DiscoverInstancesCommand";
|
|
11
|
-
import { GetInstanceCommandInput, GetInstanceCommandOutput } from "../commands/GetInstanceCommand";
|
|
12
|
-
import { GetInstancesHealthStatusCommandInput, GetInstancesHealthStatusCommandOutput } from "../commands/GetInstancesHealthStatusCommand";
|
|
13
|
-
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "../commands/GetNamespaceCommand";
|
|
14
|
-
import { GetOperationCommandInput, GetOperationCommandOutput } from "../commands/GetOperationCommand";
|
|
15
|
-
import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
|
|
16
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
17
|
-
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
18
|
-
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
19
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
20
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
21
|
-
import { RegisterInstanceCommandInput, RegisterInstanceCommandOutput } from "../commands/RegisterInstanceCommand";
|
|
22
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
23
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
24
|
-
import { UpdateHttpNamespaceCommandInput, UpdateHttpNamespaceCommandOutput } from "../commands/UpdateHttpNamespaceCommand";
|
|
25
|
-
import { UpdateInstanceCustomHealthStatusCommandInput, UpdateInstanceCustomHealthStatusCommandOutput } from "../commands/UpdateInstanceCustomHealthStatusCommand";
|
|
26
|
-
import { UpdatePrivateDnsNamespaceCommandInput, UpdatePrivateDnsNamespaceCommandOutput } from "../commands/UpdatePrivateDnsNamespaceCommand";
|
|
27
|
-
import { UpdatePublicDnsNamespaceCommandInput, UpdatePublicDnsNamespaceCommandOutput } from "../commands/UpdatePublicDnsNamespaceCommand";
|
|
28
|
-
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
|
|
29
|
-
export declare const serializeAws_json1_1CreateHttpNamespaceCommand: (input: CreateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
export declare const serializeAws_json1_1CreatePrivateDnsNamespaceCommand: (input: CreatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
export declare const serializeAws_json1_1CreatePublicDnsNamespaceCommand: (input: CreatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
export declare const serializeAws_json1_1CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
export declare const serializeAws_json1_1DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const serializeAws_json1_1DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
export declare const serializeAws_json1_1DeregisterInstanceCommand: (input: DeregisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
export declare const serializeAws_json1_1DiscoverInstancesCommand: (input: DiscoverInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const serializeAws_json1_1GetInstanceCommand: (input: GetInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const serializeAws_json1_1GetInstancesHealthStatusCommand: (input: GetInstancesHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
export declare const serializeAws_json1_1GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_json1_1GetOperationCommand: (input: GetOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_json1_1GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_json1_1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_json1_1ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_json1_1ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_json1_1ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_json1_1RegisterInstanceCommand: (input: RegisterInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_json1_1UpdateHttpNamespaceCommand: (input: UpdateHttpNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_json1_1UpdateInstanceCustomHealthStatusCommand: (input: UpdateInstanceCustomHealthStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_json1_1UpdatePrivateDnsNamespaceCommand: (input: UpdatePrivateDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_json1_1UpdatePublicDnsNamespaceCommand: (input: UpdatePublicDnsNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_json1_1UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const deserializeAws_json1_1CreateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHttpNamespaceCommandOutput>;
|
|
56
|
-
export declare const deserializeAws_json1_1CreatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrivateDnsNamespaceCommandOutput>;
|
|
57
|
-
export declare const deserializeAws_json1_1CreatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicDnsNamespaceCommandOutput>;
|
|
58
|
-
export declare const deserializeAws_json1_1CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
|
|
59
|
-
export declare const deserializeAws_json1_1DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
|
|
60
|
-
export declare const deserializeAws_json1_1DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
|
|
61
|
-
export declare const deserializeAws_json1_1DeregisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterInstanceCommandOutput>;
|
|
62
|
-
export declare const deserializeAws_json1_1DiscoverInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInstancesCommandOutput>;
|
|
63
|
-
export declare const deserializeAws_json1_1GetInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceCommandOutput>;
|
|
64
|
-
export declare const deserializeAws_json1_1GetInstancesHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstancesHealthStatusCommandOutput>;
|
|
65
|
-
export declare const deserializeAws_json1_1GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
|
|
66
|
-
export declare const deserializeAws_json1_1GetOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOperationCommandOutput>;
|
|
67
|
-
export declare const deserializeAws_json1_1GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
|
|
68
|
-
export declare const deserializeAws_json1_1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
|
|
69
|
-
export declare const deserializeAws_json1_1ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
|
|
70
|
-
export declare const deserializeAws_json1_1ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
|
|
71
|
-
export declare const deserializeAws_json1_1ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
|
|
72
|
-
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
73
|
-
export declare const deserializeAws_json1_1RegisterInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterInstanceCommandOutput>;
|
|
74
|
-
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
75
|
-
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_json1_1UpdateHttpNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHttpNamespaceCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_json1_1UpdateInstanceCustomHealthStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceCustomHealthStatusCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_json1_1UpdatePrivateDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrivateDnsNamespaceCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_json1_1UpdatePublicDnsNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicDnsNamespaceCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_json1_1UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|