@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
@@ -39,15 +39,24 @@ import { UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput } from "./c
39
39
  import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
40
40
  import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
+ /**
43
+ * @public
44
+ */
42
45
  export type ServiceInputTypes = CreateDiscovererCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | DeleteDiscovererCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionCommandInput | DescribeCodeBindingCommandInput | DescribeDiscovererCommandInput | DescribeRegistryCommandInput | DescribeSchemaCommandInput | ExportSchemaCommandInput | GetCodeBindingSourceCommandInput | GetDiscoveredSchemaCommandInput | GetResourcePolicyCommandInput | ListDiscoverersCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PutCodeBindingCommandInput | PutResourcePolicyCommandInput | SearchSchemasCommandInput | StartDiscovererCommandInput | StopDiscovererCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDiscovererCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput;
46
+ /**
47
+ * @public
48
+ */
43
49
  export type ServiceOutputTypes = CreateDiscovererCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | DeleteDiscovererCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionCommandOutput | DescribeCodeBindingCommandOutput | DescribeDiscovererCommandOutput | DescribeRegistryCommandOutput | DescribeSchemaCommandOutput | ExportSchemaCommandOutput | GetCodeBindingSourceCommandOutput | GetDiscoveredSchemaCommandOutput | GetResourcePolicyCommandOutput | ListDiscoverersCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PutCodeBindingCommandOutput | PutResourcePolicyCommandOutput | SearchSchemasCommandOutput | StartDiscovererCommandOutput | StopDiscovererCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDiscovererCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput;
50
+ /**
51
+ * @public
52
+ */
44
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
54
  /**
46
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
56
  */
48
57
  requestHandler?: __HttpHandler;
49
58
  /**
50
- * A constructor for a class implementing the {@link __Checksum} interface
59
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
51
60
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
61
  * @internal
53
62
  */
@@ -137,23 +146,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
137
146
  */
138
147
  logger?: __Logger;
139
148
  /**
140
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
149
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
141
150
  */
142
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
143
152
  }
153
+ /**
154
+ * @public
155
+ */
144
156
  type SchemasClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
145
157
  /**
146
- * The configuration interface of SchemasClient class constructor that set the region, credentials and other options.
158
+ * @public
159
+ *
160
+ * The configuration interface of SchemasClient class constructor that set the region, credentials and other options.
147
161
  */
148
162
  export interface SchemasClientConfig extends SchemasClientConfigType {
149
163
  }
164
+ /**
165
+ * @public
166
+ */
150
167
  type SchemasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
168
  /**
152
- * The resolved configuration interface of SchemasClient class. This is resolved and normalized from the {@link SchemasClientConfig | constructor configuration interface}.
169
+ * @public
170
+ *
171
+ * The resolved configuration interface of SchemasClient class. This is resolved and normalized from the {@link SchemasClientConfig | constructor configuration interface}.
153
172
  */
154
173
  export interface SchemasClientResolvedConfig extends SchemasClientResolvedConfigType {
155
174
  }
156
175
  /**
176
+ * @public
157
177
  * <p>Amazon EventBridge Schema Registry</p>
158
178
  */
159
179
  export declare class SchemasClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SchemasClientResolvedConfig> {
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDiscovererCommand}.
8
10
  */
9
11
  export interface CreateDiscovererCommandInput extends CreateDiscovererRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDiscovererCommand}.
13
17
  */
14
18
  export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a discoverer.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDiscovererCommandInput - {@link CreateDiscovererCommandInput}
34
+ * @returns {@link CreateDiscovererCommandOutput}
28
35
  * @see {@link CreateDiscovererCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDiscovererCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse,
46
53
  export declare class CreateDiscovererCommand extends $Command<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: CreateDiscovererCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateDiscovererCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDiscovererCommandInput, CreateDiscovererCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRegistryCommand}.
8
10
  */
9
11
  export interface CreateRegistryCommandInput extends CreateRegistryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRegistryCommand}.
13
17
  */
14
18
  export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a registry.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRegistryCommandInput - {@link CreateRegistryCommandInput}
34
+ * @returns {@link CreateRegistryCommandOutput}
28
35
  * @see {@link CreateRegistryCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRegistryCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
46
53
  export declare class CreateRegistryCommand extends $Command<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: CreateRegistryCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateRegistryCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegistryCommandInput, CreateRegistryCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSchemaCommand}.
8
10
  */
9
11
  export interface CreateSchemaCommandInput extends CreateSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSchemaCommand}.
13
17
  */
14
18
  export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a schema definition.</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSchemaCommandInput - {@link CreateSchemaCommandInput}
34
+ * @returns {@link CreateSchemaCommandOutput}
28
35
  * @see {@link CreateSchemaCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSchemaCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -42,11 +49,20 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
42
49
  export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig> {
43
50
  readonly input: CreateSchemaCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: CreateSchemaCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteDiscovererRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDiscovererCommand}.
8
10
  */
9
11
  export interface DeleteDiscovererCommandInput extends DeleteDiscovererRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDiscovererCommand}.
13
17
  */
14
18
  export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a discoverer.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDiscovererCommandInput - {@link DeleteDiscovererCommandInput}
34
+ * @returns {@link DeleteDiscovererCommandOutput}
28
35
  * @see {@link DeleteDiscovererCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDiscovererCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteDiscovererCommand extends $Command<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DeleteDiscovererCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteDiscovererCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRegistryRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRegistryCommand}.
8
10
  */
9
11
  export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRegistryCommand}.
13
17
  */
14
18
  export interface DeleteRegistryCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a Registry.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRegistryCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRegistryCommandInput - {@link DeleteRegistryCommandInput}
34
+ * @returns {@link DeleteRegistryCommandOutput}
28
35
  * @see {@link DeleteRegistryCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRegistryCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteRegistryCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteRegistryCommand extends $Command<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DeleteRegistryCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteRegistryCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegistryCommandInput, DeleteRegistryCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteResourcePolicyRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteResourcePolicyCommand}.
8
10
  */
9
11
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteResourcePolicyCommand}.
13
17
  */
14
18
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete the resource-based policy attached to the specified registry.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
34
+ * @returns {@link DeleteResourcePolicyCommandOutput}
28
35
  * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DeleteResourcePolicyCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteResourcePolicyCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteSchemaRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSchemaCommand}.
8
10
  */
9
11
  export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSchemaCommand}.
13
17
  */
14
18
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete a schema definition.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteSchemaCommandInput - {@link DeleteSchemaCommandInput}
34
+ * @returns {@link DeleteSchemaCommandOutput}
28
35
  * @see {@link DeleteSchemaCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DeleteSchemaCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteSchemaCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteSchemaVersionRequest } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSchemaVersionCommand}.
8
10
  */
9
11
  export interface DeleteSchemaVersionCommandInput extends DeleteSchemaVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSchemaVersionCommand}.
13
17
  */
14
18
  export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete the schema version definition</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteSchemaVersionCommandInput - {@link DeleteSchemaVersionCommandInput}
34
+ * @returns {@link DeleteSchemaVersionCommandOutput}
28
35
  * @see {@link DeleteSchemaVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteSchemaVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteSchemaVersionCommand extends $Command<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DeleteSchemaVersionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteSchemaVersionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCodeBindingCommand}.
8
10
  */
9
11
  export interface DescribeCodeBindingCommandInput extends DescribeCodeBindingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCodeBindingCommand}.
13
17
  */
14
18
  export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describe the code binding URI.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeCodeBindingCommandInput - {@link DescribeCodeBindingCommandInput}
34
+ * @returns {@link DescribeCodeBindingCommandOutput}
28
35
  * @see {@link DescribeCodeBindingCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeCodeBindingCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingRes
46
53
  export declare class DescribeCodeBindingCommand extends $Command<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DescribeCodeBindingCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DescribeCodeBindingCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDiscovererCommand}.
8
10
  */
9
11
  export interface DescribeDiscovererCommandInput extends DescribeDiscovererRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDiscovererCommand}.
13
17
  */
14
18
  export interface DescribeDiscovererCommandOutput extends DescribeDiscovererResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the discoverer.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeDiscovererCommandOutput extends DescribeDiscovererRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeDiscovererCommandInput - {@link DescribeDiscovererCommandInput}
34
+ * @returns {@link DescribeDiscovererCommandOutput}
28
35
  * @see {@link DescribeDiscovererCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeDiscovererCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DescribeDiscovererCommandOutput extends DescribeDiscovererRespo
46
53
  export declare class DescribeDiscovererCommand extends $Command<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DescribeDiscovererCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DescribeDiscovererCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
5
5
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRegistryCommand}.
8
10
  */
9
11
  export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRegistryCommand}.
13
17
  */
14
18
  export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the registry.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeRegistryCommandInput - {@link DescribeRegistryCommandInput}
34
+ * @returns {@link DescribeRegistryCommandOutput}
28
35
  * @see {@link DescribeRegistryCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeRegistryCommandOutput} for command's `response` shape.
30
37
  * @see {@link SchemasClientResolvedConfig | config} for SchemasClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
46
53
  export declare class DescribeRegistryCommand extends $Command<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig> {
47
54
  readonly input: DescribeRegistryCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DescribeRegistryCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegistryCommandInput, DescribeRegistryCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }