@aws-sdk/client-schemas 3.278.0 → 3.281.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.
Files changed (33) hide show
  1. package/README.md +251 -0
  2. package/dist-types/commands/CreateDiscovererCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteDiscovererCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeDiscovererCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeRegistryCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -0
  14. package/dist-types/commands/ExportSchemaCommand.d.ts +6 -0
  15. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +6 -0
  16. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +6 -0
  17. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
  18. package/dist-types/commands/ListDiscoverersCommand.d.ts +6 -0
  19. package/dist-types/commands/ListRegistriesCommand.d.ts +6 -0
  20. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListSchemasCommand.d.ts +6 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/PutCodeBindingCommand.d.ts +6 -0
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  25. package/dist-types/commands/SearchSchemasCommand.d.ts +6 -0
  26. package/dist-types/commands/StartDiscovererCommand.d.ts +6 -0
  27. package/dist-types/commands/StopDiscovererCommand.d.ts +6 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  30. package/dist-types/commands/UpdateDiscovererCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -0
  33. package/package.json +6 -6
package/README.md CHANGED
@@ -203,3 +203,254 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ CreateDiscoverer
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/creatediscoverercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/creatediscoverercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/creatediscoverercommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ CreateRegistry
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/createregistrycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/createregistrycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/createregistrycommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateSchema
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/createschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/createschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/createschemacommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ DeleteDiscoverer
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/deletediscoverercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deletediscoverercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deletediscoverercommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ DeleteRegistry
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/deleteregistrycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteregistrycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteregistrycommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ DeleteResourcePolicy
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteresourcepolicycommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ DeleteSchema
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/deleteschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteschemacommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DeleteSchemaVersion
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/deleteschemaversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteschemaversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/deleteschemaversioncommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ DescribeCodeBinding
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/describecodebindingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describecodebindingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describecodebindingcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ DescribeDiscoverer
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/describediscoverercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describediscoverercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describediscoverercommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ DescribeRegistry
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/describeregistrycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describeregistrycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describeregistrycommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ DescribeSchema
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/describeschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describeschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/describeschemacommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ ExportSchema
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/exportschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/exportschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/exportschemacommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ GetCodeBindingSource
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/getcodebindingsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/getcodebindingsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/getcodebindingsourcecommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ GetDiscoveredSchema
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/getdiscoveredschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/getdiscoveredschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/getdiscoveredschemacommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ GetResourcePolicy
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/getresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/getresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/getresourcepolicycommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ ListDiscoverers
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/listdiscovererscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listdiscovererscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listdiscovererscommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ ListRegistries
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/listregistriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listregistriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listregistriescommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ ListSchemas
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/listschemascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listschemascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listschemascommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ ListSchemaVersions
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/listschemaversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listschemaversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listschemaversionscommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ ListTagsForResource
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/listtagsforresourcecommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ PutCodeBinding
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/putcodebindingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/putcodebindingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/putcodebindingcommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ PutResourcePolicy
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/putresourcepolicycommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ SearchSchemas
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/searchschemascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/searchschemascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/searchschemascommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ StartDiscoverer
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/startdiscoverercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/startdiscoverercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/startdiscoverercommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ StopDiscoverer
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/stopdiscoverercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/stopdiscoverercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/stopdiscoverercommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ TagResource
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/tagresourcecommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ UntagResource
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/untagresourcecommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ UpdateDiscoverer
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/updatediscoverercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/updatediscoverercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/updatediscoverercommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ UpdateRegistry
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/updateregistrycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/updateregistrycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/updateregistrycommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ UpdateSchema
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/classes/updateschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/updateschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-schemas/interfaces/updateschemacommandoutput.html)
455
+
456
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link CreateDiscovererCommand}.
8
+ */
6
9
  export interface CreateDiscovererCommandInput extends CreateDiscovererRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDiscovererCommand}.
13
+ */
8
14
  export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link CreateRegistryCommand}.
8
+ */
6
9
  export interface CreateRegistryCommandInput extends CreateRegistryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRegistryCommand}.
13
+ */
8
14
  export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link CreateSchemaCommand}.
8
+ */
6
9
  export interface CreateSchemaCommandInput extends CreateSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSchemaCommand}.
13
+ */
8
14
  export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteDiscovererRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DeleteDiscovererCommand}.
8
+ */
6
9
  export interface DeleteDiscovererCommandInput extends DeleteDiscovererRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDiscovererCommand}.
13
+ */
8
14
  export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRegistryRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DeleteRegistryCommand}.
8
+ */
6
9
  export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRegistryCommand}.
13
+ */
8
14
  export interface DeleteRegistryCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourcePolicyRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DeleteResourcePolicyCommand}.
8
+ */
6
9
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteResourcePolicyCommand}.
13
+ */
8
14
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSchemaRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DeleteSchemaCommand}.
8
+ */
6
9
  export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSchemaCommand}.
13
+ */
8
14
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSchemaVersionRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DeleteSchemaVersionCommand}.
8
+ */
6
9
  export interface DeleteSchemaVersionCommandInput extends DeleteSchemaVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSchemaVersionCommand}.
13
+ */
8
14
  export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DescribeCodeBindingCommand}.
8
+ */
6
9
  export interface DescribeCodeBindingCommandInput extends DescribeCodeBindingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeCodeBindingCommand}.
13
+ */
8
14
  export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DescribeDiscovererCommand}.
8
+ */
6
9
  export interface DescribeDiscovererCommandInput extends DescribeDiscovererRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDiscovererCommand}.
13
+ */
8
14
  export interface DescribeDiscovererCommandOutput extends DescribeDiscovererResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DescribeRegistryCommand}.
8
+ */
6
9
  export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeRegistryCommand}.
13
+ */
8
14
  export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link DescribeSchemaCommand}.
8
+ */
6
9
  export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSchemaCommand}.
13
+ */
8
14
  export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link ExportSchemaCommand}.
8
+ */
6
9
  export interface ExportSchemaCommandInput extends ExportSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ExportSchemaCommand}.
13
+ */
8
14
  export interface ExportSchemaCommandOutput extends ExportSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class ExportSchemaCommand extends $Command<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link GetCodeBindingSourceCommand}.
8
+ */
6
9
  export interface GetCodeBindingSourceCommandInput extends GetCodeBindingSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCodeBindingSourceCommand}.
13
+ */
8
14
  export interface GetCodeBindingSourceCommandOutput extends GetCodeBindingSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link GetDiscoveredSchemaCommand}.
8
+ */
6
9
  export interface GetDiscoveredSchemaCommandInput extends GetDiscoveredSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDiscoveredSchemaCommand}.
13
+ */
8
14
  export interface GetDiscoveredSchemaCommandOutput extends GetDiscoveredSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link GetResourcePolicyCommand}.
8
+ */
6
9
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourcePolicyCommand}.
13
+ */
8
14
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link ListDiscoverersCommand}.
8
+ */
6
9
  export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDiscoverersCommand}.
13
+ */
8
14
  export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link ListRegistriesCommand}.
8
+ */
6
9
  export interface ListRegistriesCommandInput extends ListRegistriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRegistriesCommand}.
13
+ */
8
14
  export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link ListSchemaVersionsCommand}.
8
+ */
6
9
  export interface ListSchemaVersionsCommandInput extends ListSchemaVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSchemaVersionsCommand}.
13
+ */
8
14
  export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link ListSchemasCommand}.
8
+ */
6
9
  export interface ListSchemasCommandInput extends ListSchemasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSchemasCommand}.
13
+ */
8
14
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link PutCodeBindingCommand}.
8
+ */
6
9
  export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutCodeBindingCommand}.
13
+ */
8
14
  export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link PutResourcePolicyCommand}.
8
+ */
6
9
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutResourcePolicyCommand}.
13
+ */
8
14
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link SearchSchemasCommand}.
8
+ */
6
9
  export interface SearchSchemasCommandInput extends SearchSchemasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchSchemasCommand}.
13
+ */
8
14
  export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link StartDiscovererCommand}.
8
+ */
6
9
  export interface StartDiscovererCommandInput extends StartDiscovererRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartDiscovererCommand}.
13
+ */
8
14
  export interface StartDiscovererCommandOutput extends StartDiscovererResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link StopDiscovererCommand}.
8
+ */
6
9
  export interface StopDiscovererCommandInput extends StopDiscovererRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopDiscovererCommand}.
13
+ */
8
14
  export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link UpdateDiscovererCommand}.
8
+ */
6
9
  export interface UpdateDiscovererCommandInput extends UpdateDiscovererRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDiscovererCommand}.
13
+ */
8
14
  export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link UpdateRegistryCommand}.
8
+ */
6
9
  export interface UpdateRegistryCommandInput extends UpdateRegistryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRegistryCommand}.
13
+ */
8
14
  export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
+ /**
7
+ * The input for {@link UpdateSchemaCommand}.
8
+ */
6
9
  export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSchemaCommand}.
13
+ */
8
14
  export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-schemas",
3
3
  "description": "AWS SDK for JavaScript Schemas Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",