@aws-sdk/client-cloudsearch-domain 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/CloudSearchDomain.d.ts +55 -20
- package/dist-types/ts3.4/CloudSearchDomainClient.d.ts +123 -76
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SuggestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UploadDocumentsCommand.d.ts +43 -24
- package/dist-types/ts3.4/commands/index.d.ts +3 -3
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudSearchDomainServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +143 -220
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +41 -11
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,220 +1,143 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export interface
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export interface
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
found?: number;
|
|
146
|
-
|
|
147
|
-
suggestions?: SuggestionMatch[];
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
export interface SuggestResponse {
|
|
151
|
-
|
|
152
|
-
status?: SuggestStatus;
|
|
153
|
-
|
|
154
|
-
suggest?: SuggestModel;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
export declare class DocumentServiceException extends __BaseException {
|
|
158
|
-
readonly name: "DocumentServiceException";
|
|
159
|
-
readonly $fault: "client";
|
|
160
|
-
|
|
161
|
-
status?: string;
|
|
162
|
-
|
|
163
|
-
constructor(opts: __ExceptionOptionType<DocumentServiceException, __BaseException>);
|
|
164
|
-
}
|
|
165
|
-
export declare type ContentType = "application/json" | "application/xml";
|
|
166
|
-
|
|
167
|
-
export interface UploadDocumentsRequest {
|
|
168
|
-
|
|
169
|
-
documents: Readable | ReadableStream | Blob | undefined;
|
|
170
|
-
|
|
171
|
-
contentType: ContentType | string | undefined;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export interface DocumentServiceWarning {
|
|
175
|
-
|
|
176
|
-
message?: string;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
export interface UploadDocumentsResponse {
|
|
180
|
-
|
|
181
|
-
status?: string;
|
|
182
|
-
|
|
183
|
-
adds?: number;
|
|
184
|
-
|
|
185
|
-
deletes?: number;
|
|
186
|
-
|
|
187
|
-
warnings?: DocumentServiceWarning[];
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
export declare const SearchRequestFilterSensitiveLog: (obj: SearchRequest) => any;
|
|
191
|
-
|
|
192
|
-
export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
|
|
193
|
-
|
|
194
|
-
export declare const BucketInfoFilterSensitiveLog: (obj: BucketInfo) => any;
|
|
195
|
-
|
|
196
|
-
export declare const HitFilterSensitiveLog: (obj: Hit) => any;
|
|
197
|
-
|
|
198
|
-
export declare const HitsFilterSensitiveLog: (obj: Hits) => any;
|
|
199
|
-
|
|
200
|
-
export declare const FieldStatsFilterSensitiveLog: (obj: FieldStats) => any;
|
|
201
|
-
|
|
202
|
-
export declare const SearchStatusFilterSensitiveLog: (obj: SearchStatus) => any;
|
|
203
|
-
|
|
204
|
-
export declare const SearchResponseFilterSensitiveLog: (obj: SearchResponse) => any;
|
|
205
|
-
|
|
206
|
-
export declare const SuggestRequestFilterSensitiveLog: (obj: SuggestRequest) => any;
|
|
207
|
-
|
|
208
|
-
export declare const SuggestStatusFilterSensitiveLog: (obj: SuggestStatus) => any;
|
|
209
|
-
|
|
210
|
-
export declare const SuggestionMatchFilterSensitiveLog: (obj: SuggestionMatch) => any;
|
|
211
|
-
|
|
212
|
-
export declare const SuggestModelFilterSensitiveLog: (obj: SuggestModel) => any;
|
|
213
|
-
|
|
214
|
-
export declare const SuggestResponseFilterSensitiveLog: (obj: SuggestResponse) => any;
|
|
215
|
-
|
|
216
|
-
export declare const UploadDocumentsRequestFilterSensitiveLog: (obj: UploadDocumentsRequest) => any;
|
|
217
|
-
|
|
218
|
-
export declare const DocumentServiceWarningFilterSensitiveLog: (obj: DocumentServiceWarning) => any;
|
|
219
|
-
|
|
220
|
-
export declare const UploadDocumentsResponseFilterSensitiveLog: (obj: UploadDocumentsResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
|
+
import { CloudSearchDomainServiceException as __BaseException } from "./CloudSearchDomainServiceException";
|
|
4
|
+
export declare class SearchException extends __BaseException {
|
|
5
|
+
readonly name: "SearchException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
constructor(opts: __ExceptionOptionType<SearchException, __BaseException>);
|
|
8
|
+
}
|
|
9
|
+
export declare type QueryParser = "dismax" | "lucene" | "simple" | "structured";
|
|
10
|
+
export interface SearchRequest {
|
|
11
|
+
cursor?: string;
|
|
12
|
+
expr?: string;
|
|
13
|
+
facet?: string;
|
|
14
|
+
filterQuery?: string;
|
|
15
|
+
highlight?: string;
|
|
16
|
+
partial?: boolean;
|
|
17
|
+
query: string | undefined;
|
|
18
|
+
queryOptions?: string;
|
|
19
|
+
queryParser?: QueryParser | string;
|
|
20
|
+
return?: string;
|
|
21
|
+
size?: number;
|
|
22
|
+
sort?: string;
|
|
23
|
+
start?: number;
|
|
24
|
+
stats?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface Bucket {
|
|
27
|
+
value?: string;
|
|
28
|
+
count?: number;
|
|
29
|
+
}
|
|
30
|
+
export interface BucketInfo {
|
|
31
|
+
buckets?: Bucket[];
|
|
32
|
+
}
|
|
33
|
+
export interface Hit {
|
|
34
|
+
id?: string;
|
|
35
|
+
fields?: Record<string, string[]>;
|
|
36
|
+
exprs?: Record<string, string>;
|
|
37
|
+
highlights?: Record<string, string>;
|
|
38
|
+
}
|
|
39
|
+
export interface Hits {
|
|
40
|
+
found?: number;
|
|
41
|
+
start?: number;
|
|
42
|
+
cursor?: string;
|
|
43
|
+
hit?: Hit[];
|
|
44
|
+
}
|
|
45
|
+
export interface FieldStats {
|
|
46
|
+
min?: string;
|
|
47
|
+
max?: string;
|
|
48
|
+
count?: number;
|
|
49
|
+
missing?: number;
|
|
50
|
+
sum?: number;
|
|
51
|
+
sumOfSquares?: number;
|
|
52
|
+
mean?: string;
|
|
53
|
+
stddev?: number;
|
|
54
|
+
}
|
|
55
|
+
export interface SearchStatus {
|
|
56
|
+
timems?: number;
|
|
57
|
+
rid?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface SearchResponse {
|
|
60
|
+
status?: SearchStatus;
|
|
61
|
+
hits?: Hits;
|
|
62
|
+
facets?: Record<string, BucketInfo>;
|
|
63
|
+
stats?: Record<string, FieldStats>;
|
|
64
|
+
}
|
|
65
|
+
export interface SuggestRequest {
|
|
66
|
+
query: string | undefined;
|
|
67
|
+
suggester: string | undefined;
|
|
68
|
+
size?: number;
|
|
69
|
+
}
|
|
70
|
+
export interface SuggestStatus {
|
|
71
|
+
timems?: number;
|
|
72
|
+
rid?: string;
|
|
73
|
+
}
|
|
74
|
+
export interface SuggestionMatch {
|
|
75
|
+
suggestion?: string;
|
|
76
|
+
score?: number;
|
|
77
|
+
id?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface SuggestModel {
|
|
80
|
+
query?: string;
|
|
81
|
+
found?: number;
|
|
82
|
+
suggestions?: SuggestionMatch[];
|
|
83
|
+
}
|
|
84
|
+
export interface SuggestResponse {
|
|
85
|
+
status?: SuggestStatus;
|
|
86
|
+
suggest?: SuggestModel;
|
|
87
|
+
}
|
|
88
|
+
export declare class DocumentServiceException extends __BaseException {
|
|
89
|
+
readonly name: "DocumentServiceException";
|
|
90
|
+
readonly $fault: "client";
|
|
91
|
+
status?: string;
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<DocumentServiceException, __BaseException>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export declare type ContentType = "application/json" | "application/xml";
|
|
97
|
+
export interface UploadDocumentsRequest {
|
|
98
|
+
documents: Readable | ReadableStream | Blob | undefined;
|
|
99
|
+
contentType: ContentType | string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface DocumentServiceWarning {
|
|
102
|
+
message?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface UploadDocumentsResponse {
|
|
105
|
+
status?: string;
|
|
106
|
+
adds?: number;
|
|
107
|
+
deletes?: number;
|
|
108
|
+
warnings?: DocumentServiceWarning[];
|
|
109
|
+
}
|
|
110
|
+
export declare const SearchRequestFilterSensitiveLog: (
|
|
111
|
+
obj: SearchRequest
|
|
112
|
+
) => any;
|
|
113
|
+
export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
|
|
114
|
+
export declare const BucketInfoFilterSensitiveLog: (obj: BucketInfo) => any;
|
|
115
|
+
export declare const HitFilterSensitiveLog: (obj: Hit) => any;
|
|
116
|
+
export declare const HitsFilterSensitiveLog: (obj: Hits) => any;
|
|
117
|
+
export declare const FieldStatsFilterSensitiveLog: (obj: FieldStats) => any;
|
|
118
|
+
export declare const SearchStatusFilterSensitiveLog: (obj: SearchStatus) => any;
|
|
119
|
+
export declare const SearchResponseFilterSensitiveLog: (
|
|
120
|
+
obj: SearchResponse
|
|
121
|
+
) => any;
|
|
122
|
+
export declare const SuggestRequestFilterSensitiveLog: (
|
|
123
|
+
obj: SuggestRequest
|
|
124
|
+
) => any;
|
|
125
|
+
export declare const SuggestStatusFilterSensitiveLog: (
|
|
126
|
+
obj: SuggestStatus
|
|
127
|
+
) => any;
|
|
128
|
+
export declare const SuggestionMatchFilterSensitiveLog: (
|
|
129
|
+
obj: SuggestionMatch
|
|
130
|
+
) => any;
|
|
131
|
+
export declare const SuggestModelFilterSensitiveLog: (obj: SuggestModel) => any;
|
|
132
|
+
export declare const SuggestResponseFilterSensitiveLog: (
|
|
133
|
+
obj: SuggestResponse
|
|
134
|
+
) => any;
|
|
135
|
+
export declare const UploadDocumentsRequestFilterSensitiveLog: (
|
|
136
|
+
obj: UploadDocumentsRequest
|
|
137
|
+
) => any;
|
|
138
|
+
export declare const DocumentServiceWarningFilterSensitiveLog: (
|
|
139
|
+
obj: DocumentServiceWarning
|
|
140
|
+
) => any;
|
|
141
|
+
export declare const UploadDocumentsResponseFilterSensitiveLog: (
|
|
142
|
+
obj: UploadDocumentsResponse
|
|
143
|
+
) => any;
|
|
@@ -1,11 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
SearchCommandInput,
|
|
8
|
+
SearchCommandOutput,
|
|
9
|
+
} from "../commands/SearchCommand";
|
|
10
|
+
import {
|
|
11
|
+
SuggestCommandInput,
|
|
12
|
+
SuggestCommandOutput,
|
|
13
|
+
} from "../commands/SuggestCommand";
|
|
14
|
+
import {
|
|
15
|
+
UploadDocumentsCommandInput,
|
|
16
|
+
UploadDocumentsCommandOutput,
|
|
17
|
+
} from "../commands/UploadDocumentsCommand";
|
|
18
|
+
export declare const serializeAws_restJson1SearchCommand: (
|
|
19
|
+
input: SearchCommandInput,
|
|
20
|
+
context: __SerdeContext
|
|
21
|
+
) => Promise<__HttpRequest>;
|
|
22
|
+
export declare const serializeAws_restJson1SuggestCommand: (
|
|
23
|
+
input: SuggestCommandInput,
|
|
24
|
+
context: __SerdeContext
|
|
25
|
+
) => Promise<__HttpRequest>;
|
|
26
|
+
export declare const serializeAws_restJson1UploadDocumentsCommand: (
|
|
27
|
+
input: UploadDocumentsCommandInput,
|
|
28
|
+
context: __SerdeContext
|
|
29
|
+
) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const deserializeAws_restJson1SearchCommand: (
|
|
31
|
+
output: __HttpResponse,
|
|
32
|
+
context: __SerdeContext
|
|
33
|
+
) => Promise<SearchCommandOutput>;
|
|
34
|
+
export declare const deserializeAws_restJson1SuggestCommand: (
|
|
35
|
+
output: __HttpResponse,
|
|
36
|
+
context: __SerdeContext
|
|
37
|
+
) => Promise<SuggestCommandOutput>;
|
|
38
|
+
export declare const deserializeAws_restJson1UploadDocumentsCommand: (
|
|
39
|
+
output: __HttpResponse,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<UploadDocumentsCommandOutput>;
|
|
@@ -1,38 +1,67 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: CloudSearchDomainClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
8
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
11
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
12
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
13
|
+
credentialDefaultProvider: (
|
|
14
|
+
input: any
|
|
15
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
16
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
17
|
+
import("@aws-sdk/types").UserAgent
|
|
18
|
+
>;
|
|
19
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
20
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
21
|
+
requestHandler:
|
|
22
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
23
|
+
any,
|
|
24
|
+
any,
|
|
25
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
26
|
+
> &
|
|
27
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
28
|
+
| RequestHandler;
|
|
29
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
30
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
31
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
32
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
|
+
apiVersion: string;
|
|
37
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
38
|
+
disableHostPrefix: boolean;
|
|
39
|
+
logger: import("@aws-sdk/types").Logger;
|
|
40
|
+
serviceId: string;
|
|
41
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
|
+
endpoint?:
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| undefined;
|
|
47
|
+
tls?: boolean | undefined;
|
|
48
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
|
+
credentials?:
|
|
50
|
+
| import("@aws-sdk/types").Credentials
|
|
51
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
52
|
+
| undefined;
|
|
53
|
+
signer?:
|
|
54
|
+
| import("@aws-sdk/types").RequestSigner
|
|
55
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
56
|
+
| undefined;
|
|
57
|
+
signingEscapePath?: boolean | undefined;
|
|
58
|
+
systemClockOffset?: number | undefined;
|
|
59
|
+
signingRegion?: string | undefined;
|
|
60
|
+
signerConstructor?:
|
|
61
|
+
| (new (
|
|
62
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
63
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
64
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
65
|
+
| undefined;
|
|
66
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
67
|
+
};
|
|
@@ -1,38 +1,67 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: CloudSearchDomainClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
8
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
11
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
12
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
13
|
+
credentialDefaultProvider: (
|
|
14
|
+
input: any
|
|
15
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
16
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
17
|
+
import("@aws-sdk/types").UserAgent
|
|
18
|
+
>;
|
|
19
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
20
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
21
|
+
requestHandler:
|
|
22
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
23
|
+
any,
|
|
24
|
+
any,
|
|
25
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
26
|
+
> &
|
|
27
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
28
|
+
| RequestHandler;
|
|
29
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
30
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
31
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
32
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
|
+
apiVersion: string;
|
|
37
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
38
|
+
disableHostPrefix: boolean;
|
|
39
|
+
logger: import("@aws-sdk/types").Logger;
|
|
40
|
+
serviceId: string;
|
|
41
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
42
|
+
endpoint?:
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| undefined;
|
|
47
|
+
tls?: boolean | undefined;
|
|
48
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
|
+
credentials?:
|
|
50
|
+
| import("@aws-sdk/types").Credentials
|
|
51
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
52
|
+
| undefined;
|
|
53
|
+
signer?:
|
|
54
|
+
| import("@aws-sdk/types").RequestSigner
|
|
55
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
56
|
+
| undefined;
|
|
57
|
+
signingEscapePath?: boolean | undefined;
|
|
58
|
+
systemClockOffset?: number | undefined;
|
|
59
|
+
signingRegion?: string | undefined;
|
|
60
|
+
signerConstructor?:
|
|
61
|
+
| (new (
|
|
62
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
63
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
64
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
65
|
+
| undefined;
|
|
66
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
67
|
+
};
|