@aws-sdk/client-cloudsearch 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/CloudSearch.d.ts +0 -135
- package/dist-types/ts3.4/CloudSearchClient.d.ts +0 -99
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.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 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1065
- package/dist-types/ts3.4/protocols/Aws_query.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,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 { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "../commands/BuildSuggestersCommand";
|
|
4
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
5
|
-
import { DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput } from "../commands/DefineAnalysisSchemeCommand";
|
|
6
|
-
import { DefineExpressionCommandInput, DefineExpressionCommandOutput } from "../commands/DefineExpressionCommand";
|
|
7
|
-
import { DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput } from "../commands/DefineIndexFieldCommand";
|
|
8
|
-
import { DefineSuggesterCommandInput, DefineSuggesterCommandOutput } from "../commands/DefineSuggesterCommand";
|
|
9
|
-
import { DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput } from "../commands/DeleteAnalysisSchemeCommand";
|
|
10
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
11
|
-
import { DeleteExpressionCommandInput, DeleteExpressionCommandOutput } from "../commands/DeleteExpressionCommand";
|
|
12
|
-
import { DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput } from "../commands/DeleteIndexFieldCommand";
|
|
13
|
-
import { DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput } from "../commands/DeleteSuggesterCommand";
|
|
14
|
-
import { DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput } from "../commands/DescribeAnalysisSchemesCommand";
|
|
15
|
-
import { DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput } from "../commands/DescribeAvailabilityOptionsCommand";
|
|
16
|
-
import { DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput } from "../commands/DescribeDomainEndpointOptionsCommand";
|
|
17
|
-
import { DescribeDomainsCommandInput, DescribeDomainsCommandOutput } from "../commands/DescribeDomainsCommand";
|
|
18
|
-
import { DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput } from "../commands/DescribeExpressionsCommand";
|
|
19
|
-
import { DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput } from "../commands/DescribeIndexFieldsCommand";
|
|
20
|
-
import { DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput } from "../commands/DescribeScalingParametersCommand";
|
|
21
|
-
import { DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput } from "../commands/DescribeServiceAccessPoliciesCommand";
|
|
22
|
-
import { DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput } from "../commands/DescribeSuggestersCommand";
|
|
23
|
-
import { IndexDocumentsCommandInput, IndexDocumentsCommandOutput } from "../commands/IndexDocumentsCommand";
|
|
24
|
-
import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
|
|
25
|
-
import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput } from "../commands/UpdateAvailabilityOptionsCommand";
|
|
26
|
-
import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "../commands/UpdateDomainEndpointOptionsCommand";
|
|
27
|
-
import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "../commands/UpdateScalingParametersCommand";
|
|
28
|
-
import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "../commands/UpdateServiceAccessPoliciesCommand";
|
|
29
|
-
export declare const serializeAws_queryBuildSuggestersCommand: (input: BuildSuggestersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
export declare const serializeAws_queryCreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
export declare const serializeAws_queryDefineAnalysisSchemeCommand: (input: DefineAnalysisSchemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
export declare const serializeAws_queryDefineExpressionCommand: (input: DefineExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
export declare const serializeAws_queryDefineIndexFieldCommand: (input: DefineIndexFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const serializeAws_queryDefineSuggesterCommand: (input: DefineSuggesterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
export declare const serializeAws_queryDeleteAnalysisSchemeCommand: (input: DeleteAnalysisSchemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
export declare const serializeAws_queryDeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const serializeAws_queryDeleteExpressionCommand: (input: DeleteExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const serializeAws_queryDeleteIndexFieldCommand: (input: DeleteIndexFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
export declare const serializeAws_queryDeleteSuggesterCommand: (input: DeleteSuggesterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_queryDescribeAnalysisSchemesCommand: (input: DescribeAnalysisSchemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_queryDescribeAvailabilityOptionsCommand: (input: DescribeAvailabilityOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_queryDescribeDomainEndpointOptionsCommand: (input: DescribeDomainEndpointOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_queryDescribeDomainsCommand: (input: DescribeDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_queryDescribeExpressionsCommand: (input: DescribeExpressionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_queryDescribeIndexFieldsCommand: (input: DescribeIndexFieldsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_queryDescribeScalingParametersCommand: (input: DescribeScalingParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_queryDescribeServiceAccessPoliciesCommand: (input: DescribeServiceAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_queryDescribeSuggestersCommand: (input: DescribeSuggestersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_queryIndexDocumentsCommand: (input: IndexDocumentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_queryListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_queryUpdateAvailabilityOptionsCommand: (input: UpdateAvailabilityOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_queryUpdateDomainEndpointOptionsCommand: (input: UpdateDomainEndpointOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_queryUpdateScalingParametersCommand: (input: UpdateScalingParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_queryUpdateServiceAccessPoliciesCommand: (input: UpdateServiceAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const deserializeAws_queryBuildSuggestersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BuildSuggestersCommandOutput>;
|
|
56
|
-
export declare const deserializeAws_queryCreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
57
|
-
export declare const deserializeAws_queryDefineAnalysisSchemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineAnalysisSchemeCommandOutput>;
|
|
58
|
-
export declare const deserializeAws_queryDefineExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineExpressionCommandOutput>;
|
|
59
|
-
export declare const deserializeAws_queryDefineIndexFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineIndexFieldCommandOutput>;
|
|
60
|
-
export declare const deserializeAws_queryDefineSuggesterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineSuggesterCommandOutput>;
|
|
61
|
-
export declare const deserializeAws_queryDeleteAnalysisSchemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisSchemeCommandOutput>;
|
|
62
|
-
export declare const deserializeAws_queryDeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
63
|
-
export declare const deserializeAws_queryDeleteExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExpressionCommandOutput>;
|
|
64
|
-
export declare const deserializeAws_queryDeleteIndexFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIndexFieldCommandOutput>;
|
|
65
|
-
export declare const deserializeAws_queryDeleteSuggesterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSuggesterCommandOutput>;
|
|
66
|
-
export declare const deserializeAws_queryDescribeAnalysisSchemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisSchemesCommandOutput>;
|
|
67
|
-
export declare const deserializeAws_queryDescribeAvailabilityOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityOptionsCommandOutput>;
|
|
68
|
-
export declare const deserializeAws_queryDescribeDomainEndpointOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainEndpointOptionsCommandOutput>;
|
|
69
|
-
export declare const deserializeAws_queryDescribeDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainsCommandOutput>;
|
|
70
|
-
export declare const deserializeAws_queryDescribeExpressionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExpressionsCommandOutput>;
|
|
71
|
-
export declare const deserializeAws_queryDescribeIndexFieldsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIndexFieldsCommandOutput>;
|
|
72
|
-
export declare const deserializeAws_queryDescribeScalingParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingParametersCommandOutput>;
|
|
73
|
-
export declare const deserializeAws_queryDescribeServiceAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceAccessPoliciesCommandOutput>;
|
|
74
|
-
export declare const deserializeAws_queryDescribeSuggestersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSuggestersCommandOutput>;
|
|
75
|
-
export declare const deserializeAws_queryIndexDocumentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IndexDocumentsCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_queryListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_queryUpdateAvailabilityOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAvailabilityOptionsCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_queryUpdateDomainEndpointOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainEndpointOptionsCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_queryUpdateScalingParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScalingParametersCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_queryUpdateServiceAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceAccessPoliciesCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { CloudSearchClientConfig } from "./CloudSearchClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
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 { CloudSearchClientConfig } from "./CloudSearchClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
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 { CloudSearchClientConfig } from "./CloudSearchClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
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 { CloudSearchClientConfig } from "./CloudSearchClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
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
|
-
};
|