@aws-sdk/client-schemas 3.927.0 → 3.929.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/index.js +1443 -1401
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SchemasClient.js +2 -0
- package/dist-es/commands/CreateDiscovererCommand.js +3 -9
- package/dist-es/commands/CreateRegistryCommand.js +3 -9
- package/dist-es/commands/CreateSchemaCommand.js +3 -9
- package/dist-es/commands/DeleteDiscovererCommand.js +3 -9
- package/dist-es/commands/DeleteRegistryCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSchemaCommand.js +3 -9
- package/dist-es/commands/DeleteSchemaVersionCommand.js +3 -9
- package/dist-es/commands/DescribeCodeBindingCommand.js +3 -9
- package/dist-es/commands/DescribeDiscovererCommand.js +3 -9
- package/dist-es/commands/DescribeRegistryCommand.js +3 -9
- package/dist-es/commands/DescribeSchemaCommand.js +3 -9
- package/dist-es/commands/ExportSchemaCommand.js +3 -9
- package/dist-es/commands/GetCodeBindingSourceCommand.js +3 -9
- package/dist-es/commands/GetDiscoveredSchemaCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ListDiscoverersCommand.js +3 -9
- package/dist-es/commands/ListRegistriesCommand.js +3 -9
- package/dist-es/commands/ListSchemaVersionsCommand.js +3 -9
- package/dist-es/commands/ListSchemasCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutCodeBindingCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/SearchSchemasCommand.js +3 -9
- package/dist-es/commands/StartDiscovererCommand.js +3 -9
- package/dist-es/commands/StopDiscovererCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDiscovererCommand.js +3 -9
- package/dist-es/commands/UpdateRegistryCommand.js +3 -9
- package/dist-es/commands/UpdateSchemaCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1371 -0
- package/dist-types/SchemasClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +115 -0
- package/dist-types/ts3.4/SchemasClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1174
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateDiscovererCommandInput, CreateDiscovererCommandOutput } from "../commands/CreateDiscovererCommand";
|
|
4
|
-
import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "../commands/CreateRegistryCommand";
|
|
5
|
-
import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
|
|
6
|
-
import { DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput } from "../commands/DeleteDiscovererCommand";
|
|
7
|
-
import { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "../commands/DeleteRegistryCommand";
|
|
8
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
9
|
-
import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
|
|
10
|
-
import { DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput } from "../commands/DeleteSchemaVersionCommand";
|
|
11
|
-
import { DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput } from "../commands/DescribeCodeBindingCommand";
|
|
12
|
-
import { DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput } from "../commands/DescribeDiscovererCommand";
|
|
13
|
-
import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "../commands/DescribeRegistryCommand";
|
|
14
|
-
import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "../commands/DescribeSchemaCommand";
|
|
15
|
-
import { ExportSchemaCommandInput, ExportSchemaCommandOutput } from "../commands/ExportSchemaCommand";
|
|
16
|
-
import { GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput } from "../commands/GetCodeBindingSourceCommand";
|
|
17
|
-
import { GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput } from "../commands/GetDiscoveredSchemaCommand";
|
|
18
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
19
|
-
import { ListDiscoverersCommandInput, ListDiscoverersCommandOutput } from "../commands/ListDiscoverersCommand";
|
|
20
|
-
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
|
|
21
|
-
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
22
|
-
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
|
|
23
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
24
|
-
import { PutCodeBindingCommandInput, PutCodeBindingCommandOutput } from "../commands/PutCodeBindingCommand";
|
|
25
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
26
|
-
import { SearchSchemasCommandInput, SearchSchemasCommandOutput } from "../commands/SearchSchemasCommand";
|
|
27
|
-
import { StartDiscovererCommandInput, StartDiscovererCommandOutput } from "../commands/StartDiscovererCommand";
|
|
28
|
-
import { StopDiscovererCommandInput, StopDiscovererCommandOutput } from "../commands/StopDiscovererCommand";
|
|
29
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
30
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
|
-
import { UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput } from "../commands/UpdateDiscovererCommand";
|
|
32
|
-
import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "../commands/UpdateRegistryCommand";
|
|
33
|
-
import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "../commands/UpdateSchemaCommand";
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1CreateDiscovererCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_CreateDiscovererCommand: (input: CreateDiscovererCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateRegistryCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateRegistryCommand: (input: CreateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1CreateSchemaCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1DeleteDiscovererCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DeleteDiscovererCommand: (input: DeleteDiscovererCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1DeleteRegistryCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_DeleteRegistryCommand: (input: DeleteRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1DeleteResourcePolicyCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1DeleteSchemaCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1DeleteSchemaVersionCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_DeleteSchemaVersionCommand: (input: DeleteSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1DescribeCodeBindingCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DescribeCodeBindingCommand: (input: DescribeCodeBindingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1DescribeDiscovererCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DescribeDiscovererCommand: (input: DescribeDiscovererCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1DescribeRegistryCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1DescribeSchemaCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_DescribeSchemaCommand: (input: DescribeSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1ExportSchemaCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_ExportSchemaCommand: (input: ExportSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1GetCodeBindingSourceCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_GetCodeBindingSourceCommand: (input: GetCodeBindingSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1GetDiscoveredSchemaCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_GetDiscoveredSchemaCommand: (input: GetDiscoveredSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1GetResourcePolicyCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1ListDiscoverersCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_ListDiscoverersCommand: (input: ListDiscoverersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1ListRegistriesCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_ListRegistriesCommand: (input: ListRegistriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1ListSchemasCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1ListSchemaVersionsCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1PutCodeBindingCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_PutCodeBindingCommand: (input: PutCodeBindingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1PutResourcePolicyCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1SearchSchemasCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_SearchSchemasCommand: (input: SearchSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1StartDiscovererCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_StartDiscovererCommand: (input: StartDiscovererCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1StopDiscovererCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_StopDiscovererCommand: (input: StopDiscovererCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1TagResourceCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1UpdateDiscovererCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_UpdateDiscovererCommand: (input: UpdateDiscovererCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1UpdateRegistryCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_UpdateRegistryCommand: (input: UpdateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1UpdateSchemaCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_UpdateSchemaCommand: (input: UpdateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1CreateDiscovererCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_CreateDiscovererCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDiscovererCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1CreateRegistryCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_CreateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegistryCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1CreateSchemaCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1DeleteDiscovererCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_DeleteDiscovererCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDiscovererCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_restJson1DeleteRegistryCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_DeleteRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1DeleteResourcePolicyCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1DeleteSchemaCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1DeleteSchemaVersionCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_DeleteSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaVersionCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1DescribeCodeBindingCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_DescribeCodeBindingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCodeBindingCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1DescribeDiscovererCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_DescribeDiscovererCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDiscovererCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1DescribeRegistryCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1DescribeSchemaCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_DescribeSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSchemaCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1ExportSchemaCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_ExportSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportSchemaCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1GetCodeBindingSourceCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_GetCodeBindingSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeBindingSourceCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1GetDiscoveredSchemaCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_GetDiscoveredSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDiscoveredSchemaCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1GetResourcePolicyCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1ListDiscoverersCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_ListDiscoverersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoverersCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1ListRegistriesCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_ListRegistriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegistriesCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1ListSchemasCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1ListSchemaVersionsCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1PutCodeBindingCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_PutCodeBindingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCodeBindingCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_restJson1PutResourcePolicyCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_restJson1SearchSchemasCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_SearchSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSchemasCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_restJson1StartDiscovererCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_StartDiscovererCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDiscovererCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_restJson1StopDiscovererCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_StopDiscovererCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDiscovererCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_restJson1UpdateDiscovererCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_UpdateDiscovererCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDiscovererCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_restJson1UpdateRegistryCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_UpdateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegistryCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_restJson1UpdateSchemaCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_UpdateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchemaCommandOutput>;
|
|
@@ -1,377 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateDiscovererCommandInput,
|
|
8
|
-
CreateDiscovererCommandOutput,
|
|
9
|
-
} from "../commands/CreateDiscovererCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateRegistryCommandInput,
|
|
12
|
-
CreateRegistryCommandOutput,
|
|
13
|
-
} from "../commands/CreateRegistryCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateSchemaCommandInput,
|
|
16
|
-
CreateSchemaCommandOutput,
|
|
17
|
-
} from "../commands/CreateSchemaCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteDiscovererCommandInput,
|
|
20
|
-
DeleteDiscovererCommandOutput,
|
|
21
|
-
} from "../commands/DeleteDiscovererCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteRegistryCommandInput,
|
|
24
|
-
DeleteRegistryCommandOutput,
|
|
25
|
-
} from "../commands/DeleteRegistryCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteResourcePolicyCommandInput,
|
|
28
|
-
DeleteResourcePolicyCommandOutput,
|
|
29
|
-
} from "../commands/DeleteResourcePolicyCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteSchemaCommandInput,
|
|
32
|
-
DeleteSchemaCommandOutput,
|
|
33
|
-
} from "../commands/DeleteSchemaCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteSchemaVersionCommandInput,
|
|
36
|
-
DeleteSchemaVersionCommandOutput,
|
|
37
|
-
} from "../commands/DeleteSchemaVersionCommand";
|
|
38
|
-
import {
|
|
39
|
-
DescribeCodeBindingCommandInput,
|
|
40
|
-
DescribeCodeBindingCommandOutput,
|
|
41
|
-
} from "../commands/DescribeCodeBindingCommand";
|
|
42
|
-
import {
|
|
43
|
-
DescribeDiscovererCommandInput,
|
|
44
|
-
DescribeDiscovererCommandOutput,
|
|
45
|
-
} from "../commands/DescribeDiscovererCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeRegistryCommandInput,
|
|
48
|
-
DescribeRegistryCommandOutput,
|
|
49
|
-
} from "../commands/DescribeRegistryCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeSchemaCommandInput,
|
|
52
|
-
DescribeSchemaCommandOutput,
|
|
53
|
-
} from "../commands/DescribeSchemaCommand";
|
|
54
|
-
import {
|
|
55
|
-
ExportSchemaCommandInput,
|
|
56
|
-
ExportSchemaCommandOutput,
|
|
57
|
-
} from "../commands/ExportSchemaCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetCodeBindingSourceCommandInput,
|
|
60
|
-
GetCodeBindingSourceCommandOutput,
|
|
61
|
-
} from "../commands/GetCodeBindingSourceCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetDiscoveredSchemaCommandInput,
|
|
64
|
-
GetDiscoveredSchemaCommandOutput,
|
|
65
|
-
} from "../commands/GetDiscoveredSchemaCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetResourcePolicyCommandInput,
|
|
68
|
-
GetResourcePolicyCommandOutput,
|
|
69
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListDiscoverersCommandInput,
|
|
72
|
-
ListDiscoverersCommandOutput,
|
|
73
|
-
} from "../commands/ListDiscoverersCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListRegistriesCommandInput,
|
|
76
|
-
ListRegistriesCommandOutput,
|
|
77
|
-
} from "../commands/ListRegistriesCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListSchemasCommandInput,
|
|
80
|
-
ListSchemasCommandOutput,
|
|
81
|
-
} from "../commands/ListSchemasCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListSchemaVersionsCommandInput,
|
|
84
|
-
ListSchemaVersionsCommandOutput,
|
|
85
|
-
} from "../commands/ListSchemaVersionsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListTagsForResourceCommandInput,
|
|
88
|
-
ListTagsForResourceCommandOutput,
|
|
89
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
PutCodeBindingCommandInput,
|
|
92
|
-
PutCodeBindingCommandOutput,
|
|
93
|
-
} from "../commands/PutCodeBindingCommand";
|
|
94
|
-
import {
|
|
95
|
-
PutResourcePolicyCommandInput,
|
|
96
|
-
PutResourcePolicyCommandOutput,
|
|
97
|
-
} from "../commands/PutResourcePolicyCommand";
|
|
98
|
-
import {
|
|
99
|
-
SearchSchemasCommandInput,
|
|
100
|
-
SearchSchemasCommandOutput,
|
|
101
|
-
} from "../commands/SearchSchemasCommand";
|
|
102
|
-
import {
|
|
103
|
-
StartDiscovererCommandInput,
|
|
104
|
-
StartDiscovererCommandOutput,
|
|
105
|
-
} from "../commands/StartDiscovererCommand";
|
|
106
|
-
import {
|
|
107
|
-
StopDiscovererCommandInput,
|
|
108
|
-
StopDiscovererCommandOutput,
|
|
109
|
-
} from "../commands/StopDiscovererCommand";
|
|
110
|
-
import {
|
|
111
|
-
TagResourceCommandInput,
|
|
112
|
-
TagResourceCommandOutput,
|
|
113
|
-
} from "../commands/TagResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UntagResourceCommandInput,
|
|
116
|
-
UntagResourceCommandOutput,
|
|
117
|
-
} from "../commands/UntagResourceCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateDiscovererCommandInput,
|
|
120
|
-
UpdateDiscovererCommandOutput,
|
|
121
|
-
} from "../commands/UpdateDiscovererCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateRegistryCommandInput,
|
|
124
|
-
UpdateRegistryCommandOutput,
|
|
125
|
-
} from "../commands/UpdateRegistryCommand";
|
|
126
|
-
import {
|
|
127
|
-
UpdateSchemaCommandInput,
|
|
128
|
-
UpdateSchemaCommandOutput,
|
|
129
|
-
} from "../commands/UpdateSchemaCommand";
|
|
130
|
-
export declare const se_CreateDiscovererCommand: (
|
|
131
|
-
input: CreateDiscovererCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_CreateRegistryCommand: (
|
|
135
|
-
input: CreateRegistryCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateSchemaCommand: (
|
|
139
|
-
input: CreateSchemaCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteDiscovererCommand: (
|
|
143
|
-
input: DeleteDiscovererCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DeleteRegistryCommand: (
|
|
147
|
-
input: DeleteRegistryCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DeleteResourcePolicyCommand: (
|
|
151
|
-
input: DeleteResourcePolicyCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DeleteSchemaCommand: (
|
|
155
|
-
input: DeleteSchemaCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeleteSchemaVersionCommand: (
|
|
159
|
-
input: DeleteSchemaVersionCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DescribeCodeBindingCommand: (
|
|
163
|
-
input: DescribeCodeBindingCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DescribeDiscovererCommand: (
|
|
167
|
-
input: DescribeDiscovererCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DescribeRegistryCommand: (
|
|
171
|
-
input: DescribeRegistryCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DescribeSchemaCommand: (
|
|
175
|
-
input: DescribeSchemaCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ExportSchemaCommand: (
|
|
179
|
-
input: ExportSchemaCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetCodeBindingSourceCommand: (
|
|
183
|
-
input: GetCodeBindingSourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetDiscoveredSchemaCommand: (
|
|
187
|
-
input: GetDiscoveredSchemaCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
191
|
-
input: GetResourcePolicyCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_ListDiscoverersCommand: (
|
|
195
|
-
input: ListDiscoverersCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListRegistriesCommand: (
|
|
199
|
-
input: ListRegistriesCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListSchemasCommand: (
|
|
203
|
-
input: ListSchemasCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListSchemaVersionsCommand: (
|
|
207
|
-
input: ListSchemaVersionsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
211
|
-
input: ListTagsForResourceCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_PutCodeBindingCommand: (
|
|
215
|
-
input: PutCodeBindingCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_PutResourcePolicyCommand: (
|
|
219
|
-
input: PutResourcePolicyCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_SearchSchemasCommand: (
|
|
223
|
-
input: SearchSchemasCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_StartDiscovererCommand: (
|
|
227
|
-
input: StartDiscovererCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_StopDiscovererCommand: (
|
|
231
|
-
input: StopDiscovererCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_TagResourceCommand: (
|
|
235
|
-
input: TagResourceCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_UntagResourceCommand: (
|
|
239
|
-
input: UntagResourceCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UpdateDiscovererCommand: (
|
|
243
|
-
input: UpdateDiscovererCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_UpdateRegistryCommand: (
|
|
247
|
-
input: UpdateRegistryCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_UpdateSchemaCommand: (
|
|
251
|
-
input: UpdateSchemaCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const de_CreateDiscovererCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreateDiscovererCommandOutput>;
|
|
258
|
-
export declare const de_CreateRegistryCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateRegistryCommandOutput>;
|
|
262
|
-
export declare const de_CreateSchemaCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<CreateSchemaCommandOutput>;
|
|
266
|
-
export declare const de_DeleteDiscovererCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<DeleteDiscovererCommandOutput>;
|
|
270
|
-
export declare const de_DeleteRegistryCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<DeleteRegistryCommandOutput>;
|
|
274
|
-
export declare const de_DeleteResourcePolicyCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
278
|
-
export declare const de_DeleteSchemaCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<DeleteSchemaCommandOutput>;
|
|
282
|
-
export declare const de_DeleteSchemaVersionCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DeleteSchemaVersionCommandOutput>;
|
|
286
|
-
export declare const de_DescribeCodeBindingCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DescribeCodeBindingCommandOutput>;
|
|
290
|
-
export declare const de_DescribeDiscovererCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DescribeDiscovererCommandOutput>;
|
|
294
|
-
export declare const de_DescribeRegistryCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DescribeRegistryCommandOutput>;
|
|
298
|
-
export declare const de_DescribeSchemaCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<DescribeSchemaCommandOutput>;
|
|
302
|
-
export declare const de_ExportSchemaCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<ExportSchemaCommandOutput>;
|
|
306
|
-
export declare const de_GetCodeBindingSourceCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetCodeBindingSourceCommandOutput>;
|
|
310
|
-
export declare const de_GetDiscoveredSchemaCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<GetDiscoveredSchemaCommandOutput>;
|
|
314
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
318
|
-
export declare const de_ListDiscoverersCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<ListDiscoverersCommandOutput>;
|
|
322
|
-
export declare const de_ListRegistriesCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<ListRegistriesCommandOutput>;
|
|
326
|
-
export declare const de_ListSchemasCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<ListSchemasCommandOutput>;
|
|
330
|
-
export declare const de_ListSchemaVersionsCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<ListSchemaVersionsCommandOutput>;
|
|
334
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
338
|
-
export declare const de_PutCodeBindingCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<PutCodeBindingCommandOutput>;
|
|
342
|
-
export declare const de_PutResourcePolicyCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<PutResourcePolicyCommandOutput>;
|
|
346
|
-
export declare const de_SearchSchemasCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<SearchSchemasCommandOutput>;
|
|
350
|
-
export declare const de_StartDiscovererCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<StartDiscovererCommandOutput>;
|
|
354
|
-
export declare const de_StopDiscovererCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<StopDiscovererCommandOutput>;
|
|
358
|
-
export declare const de_TagResourceCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<TagResourceCommandOutput>;
|
|
362
|
-
export declare const de_UntagResourceCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
366
|
-
export declare const de_UpdateDiscovererCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<UpdateDiscovererCommandOutput>;
|
|
370
|
-
export declare const de_UpdateRegistryCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<UpdateRegistryCommandOutput>;
|
|
374
|
-
export declare const de_UpdateSchemaCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<UpdateSchemaCommandOutput>;
|