@aws-sdk/client-cloudsearch 3.306.0 → 3.310.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/commands/BuildSuggestersCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -2
- package/dist-cjs/commands/DefineExpressionCommand.js +2 -2
- package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -2
- package/dist-cjs/commands/DefineSuggesterCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteExpressionCommand.js +2 -2
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -2
- package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainsCommand.js +2 -2
- package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -2
- package/dist-cjs/commands/IndexDocumentsCommand.js +2 -2
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +546 -546
- package/dist-es/commands/BuildSuggestersCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +3 -3
- package/dist-es/commands/DefineExpressionCommand.js +3 -3
- package/dist-es/commands/DefineIndexFieldCommand.js +3 -3
- package/dist-es/commands/DefineSuggesterCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteExpressionCommand.js +3 -3
- package/dist-es/commands/DeleteIndexFieldCommand.js +3 -3
- package/dist-es/commands/DeleteSuggesterCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +3 -3
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +3 -3
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +3 -3
- package/dist-es/commands/DescribeDomainsCommand.js +3 -3
- package/dist-es/commands/DescribeExpressionsCommand.js +3 -3
- package/dist-es/commands/DescribeIndexFieldsCommand.js +3 -3
- package/dist-es/commands/DescribeScalingParametersCommand.js +3 -3
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeSuggestersCommand.js +3 -3
- package/dist-es/commands/IndexDocumentsCommand.js +3 -3
- package/dist-es/commands/ListDomainNamesCommand.js +3 -3
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +3 -3
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +3 -3
- package/dist-es/commands/UpdateScalingParametersCommand.js +3 -3
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +3 -3
- package/dist-es/protocols/Aws_query.js +492 -492
- package/dist-types/protocols/Aws_query.d.ts +208 -52
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +52 -52
- package/package.json +35 -35
|
@@ -26,55 +26,211 @@ import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommand
|
|
|
26
26
|
import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "../commands/UpdateDomainEndpointOptionsCommand";
|
|
27
27
|
import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "../commands/UpdateScalingParametersCommand";
|
|
28
28
|
import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "../commands/UpdateServiceAccessPoliciesCommand";
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_queryBuildSuggestersCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_BuildSuggestersCommand: (input: BuildSuggestersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_queryCreateDomainCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_queryDefineAnalysisSchemeCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_DefineAnalysisSchemeCommand: (input: DefineAnalysisSchemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_queryDefineExpressionCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_DefineExpressionCommand: (input: DefineExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_queryDefineIndexFieldCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_DefineIndexFieldCommand: (input: DefineIndexFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_queryDefineSuggesterCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_DefineSuggesterCommand: (input: DefineSuggesterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_queryDeleteAnalysisSchemeCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_DeleteAnalysisSchemeCommand: (input: DeleteAnalysisSchemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_queryDeleteDomainCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_queryDeleteExpressionCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DeleteExpressionCommand: (input: DeleteExpressionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_queryDeleteIndexFieldCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_DeleteIndexFieldCommand: (input: DeleteIndexFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_queryDeleteSuggesterCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_DeleteSuggesterCommand: (input: DeleteSuggesterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_queryDescribeAnalysisSchemesCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_DescribeAnalysisSchemesCommand: (input: DescribeAnalysisSchemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_queryDescribeAvailabilityOptionsCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_DescribeAvailabilityOptionsCommand: (input: DescribeAvailabilityOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_queryDescribeDomainEndpointOptionsCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_DescribeDomainEndpointOptionsCommand: (input: DescribeDomainEndpointOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_queryDescribeDomainsCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_DescribeDomainsCommand: (input: DescribeDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_queryDescribeExpressionsCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_DescribeExpressionsCommand: (input: DescribeExpressionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_queryDescribeIndexFieldsCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_DescribeIndexFieldsCommand: (input: DescribeIndexFieldsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_queryDescribeScalingParametersCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_DescribeScalingParametersCommand: (input: DescribeScalingParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_queryDescribeServiceAccessPoliciesCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_DescribeServiceAccessPoliciesCommand: (input: DescribeServiceAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_queryDescribeSuggestersCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_DescribeSuggestersCommand: (input: DescribeSuggestersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_queryIndexDocumentsCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_IndexDocumentsCommand: (input: IndexDocumentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_queryListDomainNamesCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_queryUpdateAvailabilityOptionsCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_UpdateAvailabilityOptionsCommand: (input: UpdateAvailabilityOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_queryUpdateDomainEndpointOptionsCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_UpdateDomainEndpointOptionsCommand: (input: UpdateDomainEndpointOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_queryUpdateScalingParametersCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_UpdateScalingParametersCommand: (input: UpdateScalingParametersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_queryUpdateServiceAccessPoliciesCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_UpdateServiceAccessPoliciesCommand: (input: UpdateServiceAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_queryBuildSuggestersCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_BuildSuggestersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BuildSuggestersCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_queryCreateDomainCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_queryDefineAnalysisSchemeCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_DefineAnalysisSchemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineAnalysisSchemeCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_queryDefineExpressionCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_DefineExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineExpressionCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_queryDefineIndexFieldCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_DefineIndexFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineIndexFieldCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_queryDefineSuggesterCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_DefineSuggesterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DefineSuggesterCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_queryDeleteAnalysisSchemeCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_DeleteAnalysisSchemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisSchemeCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_queryDeleteDomainCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
165
|
+
/**
|
|
166
|
+
* deserializeAws_queryDeleteExpressionCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const de_DeleteExpressionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExpressionCommandOutput>;
|
|
169
|
+
/**
|
|
170
|
+
* deserializeAws_queryDeleteIndexFieldCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const de_DeleteIndexFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIndexFieldCommandOutput>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_queryDeleteSuggesterCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_DeleteSuggesterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSuggesterCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_queryDescribeAnalysisSchemesCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_DescribeAnalysisSchemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisSchemesCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_queryDescribeAvailabilityOptionsCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_DescribeAvailabilityOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityOptionsCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_queryDescribeDomainEndpointOptionsCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_DescribeDomainEndpointOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainEndpointOptionsCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_queryDescribeDomainsCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_DescribeDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainsCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_queryDescribeExpressionsCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_DescribeExpressionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExpressionsCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_queryDescribeIndexFieldsCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_DescribeIndexFieldsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIndexFieldsCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_queryDescribeScalingParametersCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_DescribeScalingParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingParametersCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_queryDescribeServiceAccessPoliciesCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_DescribeServiceAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceAccessPoliciesCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_queryDescribeSuggestersCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_DescribeSuggestersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSuggestersCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_queryIndexDocumentsCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_IndexDocumentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IndexDocumentsCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_queryListDomainNamesCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_queryUpdateAvailabilityOptionsCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_UpdateAvailabilityOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAvailabilityOptionsCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_queryUpdateDomainEndpointOptionsCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_UpdateDomainEndpointOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainEndpointOptionsCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_queryUpdateScalingParametersCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_UpdateScalingParametersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScalingParametersCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_queryUpdateServiceAccessPoliciesCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_UpdateServiceAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceAccessPoliciesCommandOutput>;
|
|
@@ -107,211 +107,211 @@ import {
|
|
|
107
107
|
UpdateServiceAccessPoliciesCommandInput,
|
|
108
108
|
UpdateServiceAccessPoliciesCommandOutput,
|
|
109
109
|
} from "../commands/UpdateServiceAccessPoliciesCommand";
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_BuildSuggestersCommand: (
|
|
111
111
|
input: BuildSuggestersCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_CreateDomainCommand: (
|
|
115
115
|
input: CreateDomainCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DefineAnalysisSchemeCommand: (
|
|
119
119
|
input: DefineAnalysisSchemeCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DefineExpressionCommand: (
|
|
123
123
|
input: DefineExpressionCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DefineIndexFieldCommand: (
|
|
127
127
|
input: DefineIndexFieldCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DefineSuggesterCommand: (
|
|
131
131
|
input: DefineSuggesterCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DeleteAnalysisSchemeCommand: (
|
|
135
135
|
input: DeleteAnalysisSchemeCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DeleteDomainCommand: (
|
|
139
139
|
input: DeleteDomainCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DeleteExpressionCommand: (
|
|
143
143
|
input: DeleteExpressionCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DeleteIndexFieldCommand: (
|
|
147
147
|
input: DeleteIndexFieldCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DeleteSuggesterCommand: (
|
|
151
151
|
input: DeleteSuggesterCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DescribeAnalysisSchemesCommand: (
|
|
155
155
|
input: DescribeAnalysisSchemesCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DescribeAvailabilityOptionsCommand: (
|
|
159
159
|
input: DescribeAvailabilityOptionsCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DescribeDomainEndpointOptionsCommand: (
|
|
163
163
|
input: DescribeDomainEndpointOptionsCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DescribeDomainsCommand: (
|
|
167
167
|
input: DescribeDomainsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_DescribeExpressionsCommand: (
|
|
171
171
|
input: DescribeExpressionsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_DescribeIndexFieldsCommand: (
|
|
175
175
|
input: DescribeIndexFieldsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_DescribeScalingParametersCommand: (
|
|
179
179
|
input: DescribeScalingParametersCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_DescribeServiceAccessPoliciesCommand: (
|
|
183
183
|
input: DescribeServiceAccessPoliciesCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_DescribeSuggestersCommand: (
|
|
187
187
|
input: DescribeSuggestersCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_IndexDocumentsCommand: (
|
|
191
191
|
input: IndexDocumentsCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListDomainNamesCommand: (
|
|
195
195
|
input: ListDomainNamesCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_UpdateAvailabilityOptionsCommand: (
|
|
199
199
|
input: UpdateAvailabilityOptionsCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_UpdateDomainEndpointOptionsCommand: (
|
|
203
203
|
input: UpdateDomainEndpointOptionsCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_UpdateScalingParametersCommand: (
|
|
207
207
|
input: UpdateScalingParametersCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_UpdateServiceAccessPoliciesCommand: (
|
|
211
211
|
input: UpdateServiceAccessPoliciesCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_BuildSuggestersCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<BuildSuggestersCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_CreateDomainCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<CreateDomainCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_DefineAnalysisSchemeCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<DefineAnalysisSchemeCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_DefineExpressionCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<DefineExpressionCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_DefineIndexFieldCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<DefineIndexFieldCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_DefineSuggesterCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<DefineSuggesterCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_DeleteAnalysisSchemeCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<DeleteAnalysisSchemeCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DeleteDomainCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DeleteDomainCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DeleteExpressionCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DeleteExpressionCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DeleteIndexFieldCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DeleteIndexFieldCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_DeleteSuggesterCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<DeleteSuggesterCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DescribeAnalysisSchemesCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DescribeAnalysisSchemesCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_DescribeAvailabilityOptionsCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<DescribeAvailabilityOptionsCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DescribeDomainEndpointOptionsCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DescribeDomainEndpointOptionsCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DescribeDomainsCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DescribeDomainsCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DescribeExpressionsCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DescribeExpressionsCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_DescribeIndexFieldsCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<DescribeIndexFieldsCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_DescribeScalingParametersCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<DescribeScalingParametersCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_DescribeServiceAccessPoliciesCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<DescribeServiceAccessPoliciesCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_DescribeSuggestersCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<DescribeSuggestersCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_IndexDocumentsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<IndexDocumentsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListDomainNamesCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListDomainNamesCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_UpdateAvailabilityOptionsCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<UpdateAvailabilityOptionsCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_UpdateDomainEndpointOptionsCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<UpdateDomainEndpointOptionsCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_UpdateScalingParametersCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<UpdateScalingParametersCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_UpdateServiceAccessPoliciesCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<UpdateServiceAccessPoliciesCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.310.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.310.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.310.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.310.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.310.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.310.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.310.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.310.0",
|
|
44
|
+
"@aws-sdk/types": "3.310.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.310.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.310.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.310.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.310.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
56
|
"fast-xml-parser": "4.1.2",
|
|
57
57
|
"tslib": "^2.5.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"concurrently": "7.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"files": [
|
|
80
|
-
"dist
|
|
80
|
+
"dist-*/**"
|
|
81
81
|
],
|
|
82
82
|
"author": {
|
|
83
83
|
"name": "AWS SDK for JavaScript Team",
|