@aws-sdk/client-schemas 3.296.0 → 3.298.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 (107) hide show
  1. package/dist-cjs/commands/CreateDiscovererCommand.js +2 -3
  2. package/dist-cjs/commands/CreateRegistryCommand.js +2 -3
  3. package/dist-cjs/commands/CreateSchemaCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteDiscovererCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteRegistryCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteSchemaVersionCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeCodeBindingCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeDiscovererCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeRegistryCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeSchemaCommand.js +2 -3
  13. package/dist-cjs/commands/ExportSchemaCommand.js +2 -3
  14. package/dist-cjs/commands/GetCodeBindingSourceCommand.js +2 -3
  15. package/dist-cjs/commands/GetDiscoveredSchemaCommand.js +2 -3
  16. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -3
  17. package/dist-cjs/commands/ListDiscoverersCommand.js +2 -3
  18. package/dist-cjs/commands/ListRegistriesCommand.js +2 -3
  19. package/dist-cjs/commands/ListSchemaVersionsCommand.js +2 -3
  20. package/dist-cjs/commands/ListSchemasCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/PutCodeBindingCommand.js +2 -3
  23. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  24. package/dist-cjs/commands/SearchSchemasCommand.js +2 -3
  25. package/dist-cjs/commands/StartDiscovererCommand.js +2 -3
  26. package/dist-cjs/commands/StopDiscovererCommand.js +2 -3
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateDiscovererCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateRegistryCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -246
  33. package/dist-es/commands/CreateDiscovererCommand.js +2 -3
  34. package/dist-es/commands/CreateRegistryCommand.js +2 -3
  35. package/dist-es/commands/CreateSchemaCommand.js +2 -3
  36. package/dist-es/commands/DeleteDiscovererCommand.js +2 -3
  37. package/dist-es/commands/DeleteRegistryCommand.js +2 -3
  38. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  39. package/dist-es/commands/DeleteSchemaCommand.js +2 -3
  40. package/dist-es/commands/DeleteSchemaVersionCommand.js +2 -3
  41. package/dist-es/commands/DescribeCodeBindingCommand.js +2 -3
  42. package/dist-es/commands/DescribeDiscovererCommand.js +2 -3
  43. package/dist-es/commands/DescribeRegistryCommand.js +2 -3
  44. package/dist-es/commands/DescribeSchemaCommand.js +2 -3
  45. package/dist-es/commands/ExportSchemaCommand.js +2 -3
  46. package/dist-es/commands/GetCodeBindingSourceCommand.js +2 -3
  47. package/dist-es/commands/GetDiscoveredSchemaCommand.js +2 -3
  48. package/dist-es/commands/GetResourcePolicyCommand.js +2 -3
  49. package/dist-es/commands/ListDiscoverersCommand.js +2 -3
  50. package/dist-es/commands/ListRegistriesCommand.js +2 -3
  51. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -3
  52. package/dist-es/commands/ListSchemasCommand.js +2 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  54. package/dist-es/commands/PutCodeBindingCommand.js +2 -3
  55. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  56. package/dist-es/commands/SearchSchemasCommand.js +2 -3
  57. package/dist-es/commands/StartDiscovererCommand.js +2 -3
  58. package/dist-es/commands/StopDiscovererCommand.js +2 -3
  59. package/dist-es/commands/TagResourceCommand.js +2 -3
  60. package/dist-es/commands/UntagResourceCommand.js +2 -3
  61. package/dist-es/commands/UpdateDiscovererCommand.js +2 -3
  62. package/dist-es/commands/UpdateRegistryCommand.js +2 -3
  63. package/dist-es/commands/UpdateSchemaCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -183
  65. package/dist-types/Schemas.d.ts +34 -0
  66. package/dist-types/SchemasClient.d.ts +24 -4
  67. package/dist-types/commands/CreateDiscovererCommand.d.ts +16 -0
  68. package/dist-types/commands/CreateRegistryCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteDiscovererCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteRegistryCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeDiscovererCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeRegistryCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeSchemaCommand.d.ts +16 -0
  79. package/dist-types/commands/ExportSchemaCommand.d.ts +13 -0
  80. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +16 -0
  81. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +16 -0
  82. package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
  83. package/dist-types/commands/ListDiscoverersCommand.d.ts +16 -0
  84. package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
  85. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  88. package/dist-types/commands/PutCodeBindingCommand.d.ts +16 -0
  89. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  90. package/dist-types/commands/SearchSchemasCommand.d.ts +16 -0
  91. package/dist-types/commands/StartDiscovererCommand.d.ts +16 -0
  92. package/dist-types/commands/StopDiscovererCommand.d.ts +16 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  94. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateDiscovererCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  98. package/dist-types/models/SchemasServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +214 -244
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/dist-types/pagination/ListDiscoverersPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListRegistriesPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  105. package/dist-types/pagination/SearchSchemasPaginator.d.ts +3 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +0 -183
  107. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListSchemasRequestFilterSensitiveLog, ListSchemasResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListSchemasCommand, serializeAws_restJson1ListSchemasCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListSchemasCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListSchemasCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListSchemasRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListSchemasResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutCodeBindingRequestFilterSensitiveLog, PutCodeBindingResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutCodeBindingCommand, serializeAws_restJson1PutCodeBindingCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutCodeBindingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutCodeBindingCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutCodeBindingRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutCodeBindingResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutResourcePolicyRequestFilterSensitiveLog, PutResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutResourcePolicyCommand, serializeAws_restJson1PutResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class PutResourcePolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutResourcePolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutResourcePolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutResourcePolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SearchSchemasRequestFilterSensitiveLog, SearchSchemasResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1SearchSchemasCommand, serializeAws_restJson1SearchSchemasCommand, } from "../protocols/Aws_restJson1";
6
5
  export class SearchSchemasCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SearchSchemasCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SearchSchemasRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: SearchSchemasResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartDiscovererRequestFilterSensitiveLog, StartDiscovererResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartDiscovererCommand, serializeAws_restJson1StartDiscovererCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartDiscovererCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartDiscovererCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartDiscovererRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartDiscovererResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopDiscovererRequestFilterSensitiveLog, StopDiscovererResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StopDiscovererCommand, serializeAws_restJson1StopDiscovererCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopDiscovererCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopDiscovererCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopDiscovererRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopDiscovererResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDiscovererRequestFilterSensitiveLog, UpdateDiscovererResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateDiscovererCommand, serializeAws_restJson1UpdateDiscovererCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateDiscovererCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateDiscovererCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateDiscovererRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateDiscovererResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRegistryRequestFilterSensitiveLog, UpdateRegistryResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateRegistryCommand, serializeAws_restJson1UpdateRegistryCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateRegistryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateRegistryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateRegistryRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateRegistryResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateSchemaRequestFilterSensitiveLog, UpdateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateSchemaCommand, serializeAws_restJson1UpdateSchemaCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateSchemaCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateSchemaCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateSchemaRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateSchemaResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -155,186 +155,3 @@ export class PreconditionFailedException extends __BaseException {
155
155
  this.Message = opts.Message;
156
156
  }
157
157
  }
158
- export const DiscovererSummaryFilterSensitiveLog = (obj) => ({
159
- ...obj,
160
- });
161
- export const RegistrySummaryFilterSensitiveLog = (obj) => ({
162
- ...obj,
163
- });
164
- export const SchemaSummaryFilterSensitiveLog = (obj) => ({
165
- ...obj,
166
- });
167
- export const SchemaVersionSummaryFilterSensitiveLog = (obj) => ({
168
- ...obj,
169
- });
170
- export const SearchSchemaVersionSummaryFilterSensitiveLog = (obj) => ({
171
- ...obj,
172
- });
173
- export const SearchSchemaSummaryFilterSensitiveLog = (obj) => ({
174
- ...obj,
175
- });
176
- export const CreateDiscovererRequestFilterSensitiveLog = (obj) => ({
177
- ...obj,
178
- });
179
- export const CreateDiscovererResponseFilterSensitiveLog = (obj) => ({
180
- ...obj,
181
- });
182
- export const CreateRegistryRequestFilterSensitiveLog = (obj) => ({
183
- ...obj,
184
- });
185
- export const CreateRegistryResponseFilterSensitiveLog = (obj) => ({
186
- ...obj,
187
- });
188
- export const CreateSchemaRequestFilterSensitiveLog = (obj) => ({
189
- ...obj,
190
- });
191
- export const CreateSchemaResponseFilterSensitiveLog = (obj) => ({
192
- ...obj,
193
- });
194
- export const DeleteDiscovererRequestFilterSensitiveLog = (obj) => ({
195
- ...obj,
196
- });
197
- export const DeleteRegistryRequestFilterSensitiveLog = (obj) => ({
198
- ...obj,
199
- });
200
- export const DeleteResourcePolicyRequestFilterSensitiveLog = (obj) => ({
201
- ...obj,
202
- });
203
- export const DeleteSchemaRequestFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- });
206
- export const DeleteSchemaVersionRequestFilterSensitiveLog = (obj) => ({
207
- ...obj,
208
- });
209
- export const DescribeCodeBindingRequestFilterSensitiveLog = (obj) => ({
210
- ...obj,
211
- });
212
- export const DescribeCodeBindingResponseFilterSensitiveLog = (obj) => ({
213
- ...obj,
214
- });
215
- export const DescribeDiscovererRequestFilterSensitiveLog = (obj) => ({
216
- ...obj,
217
- });
218
- export const DescribeDiscovererResponseFilterSensitiveLog = (obj) => ({
219
- ...obj,
220
- });
221
- export const DescribeRegistryRequestFilterSensitiveLog = (obj) => ({
222
- ...obj,
223
- });
224
- export const DescribeRegistryResponseFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- });
227
- export const DescribeSchemaRequestFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- });
230
- export const DescribeSchemaResponseFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- export const ExportSchemaRequestFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- });
236
- export const ExportSchemaResponseFilterSensitiveLog = (obj) => ({
237
- ...obj,
238
- });
239
- export const GetCodeBindingSourceRequestFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
- export const GetCodeBindingSourceResponseFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- });
245
- export const GetDiscoveredSchemaRequestFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- });
248
- export const GetDiscoveredSchemaResponseFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const GetResourcePolicyRequestFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const GetResourcePolicyResponseFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const ListDiscoverersRequestFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- export const ListDiscoverersResponseFilterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
263
- export const ListRegistriesRequestFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- export const ListRegistriesResponseFilterSensitiveLog = (obj) => ({
267
- ...obj,
268
- });
269
- export const ListSchemasRequestFilterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
- export const ListSchemasResponseFilterSensitiveLog = (obj) => ({
273
- ...obj,
274
- });
275
- export const ListSchemaVersionsRequestFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- export const ListSchemaVersionsResponseFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- });
281
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- });
284
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- export const PutCodeBindingRequestFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- export const PutCodeBindingResponseFilterSensitiveLog = (obj) => ({
291
- ...obj,
292
- });
293
- export const PutResourcePolicyRequestFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const PutResourcePolicyResponseFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- });
299
- export const SearchSchemasRequestFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- });
302
- export const SearchSchemasResponseFilterSensitiveLog = (obj) => ({
303
- ...obj,
304
- });
305
- export const StartDiscovererRequestFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- });
308
- export const StartDiscovererResponseFilterSensitiveLog = (obj) => ({
309
- ...obj,
310
- });
311
- export const StopDiscovererRequestFilterSensitiveLog = (obj) => ({
312
- ...obj,
313
- });
314
- export const StopDiscovererResponseFilterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- });
320
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- });
323
- export const UpdateDiscovererRequestFilterSensitiveLog = (obj) => ({
324
- ...obj,
325
- });
326
- export const UpdateDiscovererResponseFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- export const UpdateRegistryRequestFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const UpdateRegistryResponseFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const UpdateSchemaRequestFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const UpdateSchemaResponseFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
@@ -32,187 +32,221 @@ import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "./comma
32
32
  import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
33
33
  import { SchemasClient } from "./SchemasClient";
34
34
  /**
35
+ * @public
35
36
  * <p>Amazon EventBridge Schema Registry</p>
36
37
  */
37
38
  export declare class Schemas extends SchemasClient {
38
39
  /**
40
+ * @public
39
41
  * <p>Creates a discoverer.</p>
40
42
  */
41
43
  createDiscoverer(args: CreateDiscovererCommandInput, options?: __HttpHandlerOptions): Promise<CreateDiscovererCommandOutput>;
42
44
  createDiscoverer(args: CreateDiscovererCommandInput, cb: (err: any, data?: CreateDiscovererCommandOutput) => void): void;
43
45
  createDiscoverer(args: CreateDiscovererCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDiscovererCommandOutput) => void): void;
44
46
  /**
47
+ * @public
45
48
  * <p>Creates a registry.</p>
46
49
  */
47
50
  createRegistry(args: CreateRegistryCommandInput, options?: __HttpHandlerOptions): Promise<CreateRegistryCommandOutput>;
48
51
  createRegistry(args: CreateRegistryCommandInput, cb: (err: any, data?: CreateRegistryCommandOutput) => void): void;
49
52
  createRegistry(args: CreateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegistryCommandOutput) => void): void;
50
53
  /**
54
+ * @public
51
55
  * <p>Creates a schema definition.</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
52
56
  */
53
57
  createSchema(args: CreateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<CreateSchemaCommandOutput>;
54
58
  createSchema(args: CreateSchemaCommandInput, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
55
59
  createSchema(args: CreateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
56
60
  /**
61
+ * @public
57
62
  * <p>Deletes a discoverer.</p>
58
63
  */
59
64
  deleteDiscoverer(args: DeleteDiscovererCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDiscovererCommandOutput>;
60
65
  deleteDiscoverer(args: DeleteDiscovererCommandInput, cb: (err: any, data?: DeleteDiscovererCommandOutput) => void): void;
61
66
  deleteDiscoverer(args: DeleteDiscovererCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDiscovererCommandOutput) => void): void;
62
67
  /**
68
+ * @public
63
69
  * <p>Deletes a Registry.</p>
64
70
  */
65
71
  deleteRegistry(args: DeleteRegistryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegistryCommandOutput>;
66
72
  deleteRegistry(args: DeleteRegistryCommandInput, cb: (err: any, data?: DeleteRegistryCommandOutput) => void): void;
67
73
  deleteRegistry(args: DeleteRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegistryCommandOutput) => void): void;
68
74
  /**
75
+ * @public
69
76
  * <p>Delete the resource-based policy attached to the specified registry.</p>
70
77
  */
71
78
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
72
79
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
73
80
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
74
81
  /**
82
+ * @public
75
83
  * <p>Delete a schema definition.</p>
76
84
  */
77
85
  deleteSchema(args: DeleteSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaCommandOutput>;
78
86
  deleteSchema(args: DeleteSchemaCommandInput, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
79
87
  deleteSchema(args: DeleteSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
80
88
  /**
89
+ * @public
81
90
  * <p>Delete the schema version definition</p>
82
91
  */
83
92
  deleteSchemaVersion(args: DeleteSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaVersionCommandOutput>;
84
93
  deleteSchemaVersion(args: DeleteSchemaVersionCommandInput, cb: (err: any, data?: DeleteSchemaVersionCommandOutput) => void): void;
85
94
  deleteSchemaVersion(args: DeleteSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaVersionCommandOutput) => void): void;
86
95
  /**
96
+ * @public
87
97
  * <p>Describe the code binding URI.</p>
88
98
  */
89
99
  describeCodeBinding(args: DescribeCodeBindingCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCodeBindingCommandOutput>;
90
100
  describeCodeBinding(args: DescribeCodeBindingCommandInput, cb: (err: any, data?: DescribeCodeBindingCommandOutput) => void): void;
91
101
  describeCodeBinding(args: DescribeCodeBindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCodeBindingCommandOutput) => void): void;
92
102
  /**
103
+ * @public
93
104
  * <p>Describes the discoverer.</p>
94
105
  */
95
106
  describeDiscoverer(args: DescribeDiscovererCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDiscovererCommandOutput>;
96
107
  describeDiscoverer(args: DescribeDiscovererCommandInput, cb: (err: any, data?: DescribeDiscovererCommandOutput) => void): void;
97
108
  describeDiscoverer(args: DescribeDiscovererCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDiscovererCommandOutput) => void): void;
98
109
  /**
110
+ * @public
99
111
  * <p>Describes the registry.</p>
100
112
  */
101
113
  describeRegistry(args: DescribeRegistryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRegistryCommandOutput>;
102
114
  describeRegistry(args: DescribeRegistryCommandInput, cb: (err: any, data?: DescribeRegistryCommandOutput) => void): void;
103
115
  describeRegistry(args: DescribeRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegistryCommandOutput) => void): void;
104
116
  /**
117
+ * @public
105
118
  * <p>Retrieve the schema definition.</p>
106
119
  */
107
120
  describeSchema(args: DescribeSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSchemaCommandOutput>;
108
121
  describeSchema(args: DescribeSchemaCommandInput, cb: (err: any, data?: DescribeSchemaCommandOutput) => void): void;
109
122
  describeSchema(args: DescribeSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSchemaCommandOutput) => void): void;
123
+ /**
124
+ * @public
125
+ */
110
126
  exportSchema(args: ExportSchemaCommandInput, options?: __HttpHandlerOptions): Promise<ExportSchemaCommandOutput>;
111
127
  exportSchema(args: ExportSchemaCommandInput, cb: (err: any, data?: ExportSchemaCommandOutput) => void): void;
112
128
  exportSchema(args: ExportSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportSchemaCommandOutput) => void): void;
113
129
  /**
130
+ * @public
114
131
  * <p>Get the code binding source URI.</p>
115
132
  */
116
133
  getCodeBindingSource(args: GetCodeBindingSourceCommandInput, options?: __HttpHandlerOptions): Promise<GetCodeBindingSourceCommandOutput>;
117
134
  getCodeBindingSource(args: GetCodeBindingSourceCommandInput, cb: (err: any, data?: GetCodeBindingSourceCommandOutput) => void): void;
118
135
  getCodeBindingSource(args: GetCodeBindingSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCodeBindingSourceCommandOutput) => void): void;
119
136
  /**
137
+ * @public
120
138
  * <p>Get the discovered schema that was generated based on sampled events.</p>
121
139
  */
122
140
  getDiscoveredSchema(args: GetDiscoveredSchemaCommandInput, options?: __HttpHandlerOptions): Promise<GetDiscoveredSchemaCommandOutput>;
123
141
  getDiscoveredSchema(args: GetDiscoveredSchemaCommandInput, cb: (err: any, data?: GetDiscoveredSchemaCommandOutput) => void): void;
124
142
  getDiscoveredSchema(args: GetDiscoveredSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDiscoveredSchemaCommandOutput) => void): void;
125
143
  /**
144
+ * @public
126
145
  * <p>Retrieves the resource-based policy attached to a given registry.</p>
127
146
  */
128
147
  getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
129
148
  getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
130
149
  getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
131
150
  /**
151
+ * @public
132
152
  * <p>List the discoverers.</p>
133
153
  */
134
154
  listDiscoverers(args: ListDiscoverersCommandInput, options?: __HttpHandlerOptions): Promise<ListDiscoverersCommandOutput>;
135
155
  listDiscoverers(args: ListDiscoverersCommandInput, cb: (err: any, data?: ListDiscoverersCommandOutput) => void): void;
136
156
  listDiscoverers(args: ListDiscoverersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDiscoverersCommandOutput) => void): void;
137
157
  /**
158
+ * @public
138
159
  * <p>List the registries.</p>
139
160
  */
140
161
  listRegistries(args: ListRegistriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRegistriesCommandOutput>;
141
162
  listRegistries(args: ListRegistriesCommandInput, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
142
163
  listRegistries(args: ListRegistriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
143
164
  /**
165
+ * @public
144
166
  * <p>List the schemas.</p>
145
167
  */
146
168
  listSchemas(args: ListSchemasCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemasCommandOutput>;
147
169
  listSchemas(args: ListSchemasCommandInput, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
148
170
  listSchemas(args: ListSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
149
171
  /**
172
+ * @public
150
173
  * <p>Provides a list of the schema versions and related information.</p>
151
174
  */
152
175
  listSchemaVersions(args: ListSchemaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaVersionsCommandOutput>;
153
176
  listSchemaVersions(args: ListSchemaVersionsCommandInput, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
154
177
  listSchemaVersions(args: ListSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
155
178
  /**
179
+ * @public
156
180
  * <p>Get tags for resource.</p>
157
181
  */
158
182
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
159
183
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
160
184
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
161
185
  /**
186
+ * @public
162
187
  * <p>Put code binding URI</p>
163
188
  */
164
189
  putCodeBinding(args: PutCodeBindingCommandInput, options?: __HttpHandlerOptions): Promise<PutCodeBindingCommandOutput>;
165
190
  putCodeBinding(args: PutCodeBindingCommandInput, cb: (err: any, data?: PutCodeBindingCommandOutput) => void): void;
166
191
  putCodeBinding(args: PutCodeBindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutCodeBindingCommandOutput) => void): void;
167
192
  /**
193
+ * @public
168
194
  * <p>The name of the policy.</p>
169
195
  */
170
196
  putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
171
197
  putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
172
198
  putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
173
199
  /**
200
+ * @public
174
201
  * <p>Search the schemas</p>
175
202
  */
176
203
  searchSchemas(args: SearchSchemasCommandInput, options?: __HttpHandlerOptions): Promise<SearchSchemasCommandOutput>;
177
204
  searchSchemas(args: SearchSchemasCommandInput, cb: (err: any, data?: SearchSchemasCommandOutput) => void): void;
178
205
  searchSchemas(args: SearchSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSchemasCommandOutput) => void): void;
179
206
  /**
207
+ * @public
180
208
  * <p>Starts the discoverer</p>
181
209
  */
182
210
  startDiscoverer(args: StartDiscovererCommandInput, options?: __HttpHandlerOptions): Promise<StartDiscovererCommandOutput>;
183
211
  startDiscoverer(args: StartDiscovererCommandInput, cb: (err: any, data?: StartDiscovererCommandOutput) => void): void;
184
212
  startDiscoverer(args: StartDiscovererCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDiscovererCommandOutput) => void): void;
185
213
  /**
214
+ * @public
186
215
  * <p>Stops the discoverer</p>
187
216
  */
188
217
  stopDiscoverer(args: StopDiscovererCommandInput, options?: __HttpHandlerOptions): Promise<StopDiscovererCommandOutput>;
189
218
  stopDiscoverer(args: StopDiscovererCommandInput, cb: (err: any, data?: StopDiscovererCommandOutput) => void): void;
190
219
  stopDiscoverer(args: StopDiscovererCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDiscovererCommandOutput) => void): void;
191
220
  /**
221
+ * @public
192
222
  * <p>Add tags to a resource.</p>
193
223
  */
194
224
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
195
225
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
196
226
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
197
227
  /**
228
+ * @public
198
229
  * <p>Removes tags from a resource.</p>
199
230
  */
200
231
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
201
232
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
202
233
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
203
234
  /**
235
+ * @public
204
236
  * <p>Updates the discoverer</p>
205
237
  */
206
238
  updateDiscoverer(args: UpdateDiscovererCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDiscovererCommandOutput>;
207
239
  updateDiscoverer(args: UpdateDiscovererCommandInput, cb: (err: any, data?: UpdateDiscovererCommandOutput) => void): void;
208
240
  updateDiscoverer(args: UpdateDiscovererCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDiscovererCommandOutput) => void): void;
209
241
  /**
242
+ * @public
210
243
  * <p>Updates a registry.</p>
211
244
  */
212
245
  updateRegistry(args: UpdateRegistryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegistryCommandOutput>;
213
246
  updateRegistry(args: UpdateRegistryCommandInput, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
214
247
  updateRegistry(args: UpdateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
215
248
  /**
249
+ * @public
216
250
  * <p>Updates the schema definition</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
217
251
  */
218
252
  updateSchema(args: UpdateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSchemaCommandOutput>;