@aws-sdk/client-schemas 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Schemas.d.ts +0 -30
- package/dist-types/ts3.4/SchemasClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +0 -1
- package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SchemasServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -230
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForCodeBindingExists.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-schemas
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-schemas
|
|
@@ -124,7 +124,6 @@ import {
|
|
|
124
124
|
UpdateSchemaCommandOutput,
|
|
125
125
|
} from "./commands/UpdateSchemaCommand";
|
|
126
126
|
import { SchemasClient } from "./SchemasClient";
|
|
127
|
-
|
|
128
127
|
export declare class Schemas extends SchemasClient {
|
|
129
128
|
createDiscoverer(
|
|
130
129
|
args: CreateDiscovererCommandInput,
|
|
@@ -139,7 +138,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
139
138
|
options: __HttpHandlerOptions,
|
|
140
139
|
cb: (err: any, data?: CreateDiscovererCommandOutput) => void
|
|
141
140
|
): void;
|
|
142
|
-
|
|
143
141
|
createRegistry(
|
|
144
142
|
args: CreateRegistryCommandInput,
|
|
145
143
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +151,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
153
151
|
options: __HttpHandlerOptions,
|
|
154
152
|
cb: (err: any, data?: CreateRegistryCommandOutput) => void
|
|
155
153
|
): void;
|
|
156
|
-
|
|
157
154
|
createSchema(
|
|
158
155
|
args: CreateSchemaCommandInput,
|
|
159
156
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +164,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
167
164
|
options: __HttpHandlerOptions,
|
|
168
165
|
cb: (err: any, data?: CreateSchemaCommandOutput) => void
|
|
169
166
|
): void;
|
|
170
|
-
|
|
171
167
|
deleteDiscoverer(
|
|
172
168
|
args: DeleteDiscovererCommandInput,
|
|
173
169
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +177,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
181
177
|
options: __HttpHandlerOptions,
|
|
182
178
|
cb: (err: any, data?: DeleteDiscovererCommandOutput) => void
|
|
183
179
|
): void;
|
|
184
|
-
|
|
185
180
|
deleteRegistry(
|
|
186
181
|
args: DeleteRegistryCommandInput,
|
|
187
182
|
options?: __HttpHandlerOptions
|
|
@@ -195,7 +190,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
195
190
|
options: __HttpHandlerOptions,
|
|
196
191
|
cb: (err: any, data?: DeleteRegistryCommandOutput) => void
|
|
197
192
|
): void;
|
|
198
|
-
|
|
199
193
|
deleteResourcePolicy(
|
|
200
194
|
args: DeleteResourcePolicyCommandInput,
|
|
201
195
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +203,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
209
203
|
options: __HttpHandlerOptions,
|
|
210
204
|
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
211
205
|
): void;
|
|
212
|
-
|
|
213
206
|
deleteSchema(
|
|
214
207
|
args: DeleteSchemaCommandInput,
|
|
215
208
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +216,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
223
216
|
options: __HttpHandlerOptions,
|
|
224
217
|
cb: (err: any, data?: DeleteSchemaCommandOutput) => void
|
|
225
218
|
): void;
|
|
226
|
-
|
|
227
219
|
deleteSchemaVersion(
|
|
228
220
|
args: DeleteSchemaVersionCommandInput,
|
|
229
221
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +229,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
237
229
|
options: __HttpHandlerOptions,
|
|
238
230
|
cb: (err: any, data?: DeleteSchemaVersionCommandOutput) => void
|
|
239
231
|
): void;
|
|
240
|
-
|
|
241
232
|
describeCodeBinding(
|
|
242
233
|
args: DescribeCodeBindingCommandInput,
|
|
243
234
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +242,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
251
242
|
options: __HttpHandlerOptions,
|
|
252
243
|
cb: (err: any, data?: DescribeCodeBindingCommandOutput) => void
|
|
253
244
|
): void;
|
|
254
|
-
|
|
255
245
|
describeDiscoverer(
|
|
256
246
|
args: DescribeDiscovererCommandInput,
|
|
257
247
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +255,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
265
255
|
options: __HttpHandlerOptions,
|
|
266
256
|
cb: (err: any, data?: DescribeDiscovererCommandOutput) => void
|
|
267
257
|
): void;
|
|
268
|
-
|
|
269
258
|
describeRegistry(
|
|
270
259
|
args: DescribeRegistryCommandInput,
|
|
271
260
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +268,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
279
268
|
options: __HttpHandlerOptions,
|
|
280
269
|
cb: (err: any, data?: DescribeRegistryCommandOutput) => void
|
|
281
270
|
): void;
|
|
282
|
-
|
|
283
271
|
describeSchema(
|
|
284
272
|
args: DescribeSchemaCommandInput,
|
|
285
273
|
options?: __HttpHandlerOptions
|
|
@@ -306,7 +294,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
306
294
|
options: __HttpHandlerOptions,
|
|
307
295
|
cb: (err: any, data?: ExportSchemaCommandOutput) => void
|
|
308
296
|
): void;
|
|
309
|
-
|
|
310
297
|
getCodeBindingSource(
|
|
311
298
|
args: GetCodeBindingSourceCommandInput,
|
|
312
299
|
options?: __HttpHandlerOptions
|
|
@@ -320,7 +307,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
320
307
|
options: __HttpHandlerOptions,
|
|
321
308
|
cb: (err: any, data?: GetCodeBindingSourceCommandOutput) => void
|
|
322
309
|
): void;
|
|
323
|
-
|
|
324
310
|
getDiscoveredSchema(
|
|
325
311
|
args: GetDiscoveredSchemaCommandInput,
|
|
326
312
|
options?: __HttpHandlerOptions
|
|
@@ -334,7 +320,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
334
320
|
options: __HttpHandlerOptions,
|
|
335
321
|
cb: (err: any, data?: GetDiscoveredSchemaCommandOutput) => void
|
|
336
322
|
): void;
|
|
337
|
-
|
|
338
323
|
getResourcePolicy(
|
|
339
324
|
args: GetResourcePolicyCommandInput,
|
|
340
325
|
options?: __HttpHandlerOptions
|
|
@@ -348,7 +333,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
348
333
|
options: __HttpHandlerOptions,
|
|
349
334
|
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
350
335
|
): void;
|
|
351
|
-
|
|
352
336
|
listDiscoverers(
|
|
353
337
|
args: ListDiscoverersCommandInput,
|
|
354
338
|
options?: __HttpHandlerOptions
|
|
@@ -362,7 +346,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
362
346
|
options: __HttpHandlerOptions,
|
|
363
347
|
cb: (err: any, data?: ListDiscoverersCommandOutput) => void
|
|
364
348
|
): void;
|
|
365
|
-
|
|
366
349
|
listRegistries(
|
|
367
350
|
args: ListRegistriesCommandInput,
|
|
368
351
|
options?: __HttpHandlerOptions
|
|
@@ -376,7 +359,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
376
359
|
options: __HttpHandlerOptions,
|
|
377
360
|
cb: (err: any, data?: ListRegistriesCommandOutput) => void
|
|
378
361
|
): void;
|
|
379
|
-
|
|
380
362
|
listSchemas(
|
|
381
363
|
args: ListSchemasCommandInput,
|
|
382
364
|
options?: __HttpHandlerOptions
|
|
@@ -390,7 +372,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
390
372
|
options: __HttpHandlerOptions,
|
|
391
373
|
cb: (err: any, data?: ListSchemasCommandOutput) => void
|
|
392
374
|
): void;
|
|
393
|
-
|
|
394
375
|
listSchemaVersions(
|
|
395
376
|
args: ListSchemaVersionsCommandInput,
|
|
396
377
|
options?: __HttpHandlerOptions
|
|
@@ -404,7 +385,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
404
385
|
options: __HttpHandlerOptions,
|
|
405
386
|
cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
|
|
406
387
|
): void;
|
|
407
|
-
|
|
408
388
|
listTagsForResource(
|
|
409
389
|
args: ListTagsForResourceCommandInput,
|
|
410
390
|
options?: __HttpHandlerOptions
|
|
@@ -418,7 +398,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
418
398
|
options: __HttpHandlerOptions,
|
|
419
399
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
420
400
|
): void;
|
|
421
|
-
|
|
422
401
|
putCodeBinding(
|
|
423
402
|
args: PutCodeBindingCommandInput,
|
|
424
403
|
options?: __HttpHandlerOptions
|
|
@@ -432,7 +411,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
432
411
|
options: __HttpHandlerOptions,
|
|
433
412
|
cb: (err: any, data?: PutCodeBindingCommandOutput) => void
|
|
434
413
|
): void;
|
|
435
|
-
|
|
436
414
|
putResourcePolicy(
|
|
437
415
|
args: PutResourcePolicyCommandInput,
|
|
438
416
|
options?: __HttpHandlerOptions
|
|
@@ -446,7 +424,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
446
424
|
options: __HttpHandlerOptions,
|
|
447
425
|
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
448
426
|
): void;
|
|
449
|
-
|
|
450
427
|
searchSchemas(
|
|
451
428
|
args: SearchSchemasCommandInput,
|
|
452
429
|
options?: __HttpHandlerOptions
|
|
@@ -460,7 +437,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
460
437
|
options: __HttpHandlerOptions,
|
|
461
438
|
cb: (err: any, data?: SearchSchemasCommandOutput) => void
|
|
462
439
|
): void;
|
|
463
|
-
|
|
464
440
|
startDiscoverer(
|
|
465
441
|
args: StartDiscovererCommandInput,
|
|
466
442
|
options?: __HttpHandlerOptions
|
|
@@ -474,7 +450,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
474
450
|
options: __HttpHandlerOptions,
|
|
475
451
|
cb: (err: any, data?: StartDiscovererCommandOutput) => void
|
|
476
452
|
): void;
|
|
477
|
-
|
|
478
453
|
stopDiscoverer(
|
|
479
454
|
args: StopDiscovererCommandInput,
|
|
480
455
|
options?: __HttpHandlerOptions
|
|
@@ -488,7 +463,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
488
463
|
options: __HttpHandlerOptions,
|
|
489
464
|
cb: (err: any, data?: StopDiscovererCommandOutput) => void
|
|
490
465
|
): void;
|
|
491
|
-
|
|
492
466
|
tagResource(
|
|
493
467
|
args: TagResourceCommandInput,
|
|
494
468
|
options?: __HttpHandlerOptions
|
|
@@ -502,7 +476,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
502
476
|
options: __HttpHandlerOptions,
|
|
503
477
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
504
478
|
): void;
|
|
505
|
-
|
|
506
479
|
untagResource(
|
|
507
480
|
args: UntagResourceCommandInput,
|
|
508
481
|
options?: __HttpHandlerOptions
|
|
@@ -516,7 +489,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
516
489
|
options: __HttpHandlerOptions,
|
|
517
490
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
518
491
|
): void;
|
|
519
|
-
|
|
520
492
|
updateDiscoverer(
|
|
521
493
|
args: UpdateDiscovererCommandInput,
|
|
522
494
|
options?: __HttpHandlerOptions
|
|
@@ -530,7 +502,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
530
502
|
options: __HttpHandlerOptions,
|
|
531
503
|
cb: (err: any, data?: UpdateDiscovererCommandOutput) => void
|
|
532
504
|
): void;
|
|
533
|
-
|
|
534
505
|
updateRegistry(
|
|
535
506
|
args: UpdateRegistryCommandInput,
|
|
536
507
|
options?: __HttpHandlerOptions
|
|
@@ -544,7 +515,6 @@ export declare class Schemas extends SchemasClient {
|
|
|
544
515
|
options: __HttpHandlerOptions,
|
|
545
516
|
cb: (err: any, data?: UpdateRegistryCommandOutput) => void
|
|
546
517
|
): void;
|
|
547
|
-
|
|
548
518
|
updateSchema(
|
|
549
519
|
args: UpdateSchemaCommandInput,
|
|
550
520
|
options?: __HttpHandlerOptions
|
|
@@ -233,47 +233,26 @@ export declare type ServiceOutputTypes =
|
|
|
233
233
|
export interface ClientDefaults
|
|
234
234
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
235
|
requestHandler?: __HttpHandler;
|
|
236
|
-
|
|
237
236
|
sha256?: __HashConstructor;
|
|
238
|
-
|
|
239
237
|
urlParser?: __UrlParser;
|
|
240
|
-
|
|
241
238
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
242
|
-
|
|
243
239
|
streamCollector?: __StreamCollector;
|
|
244
|
-
|
|
245
240
|
base64Decoder?: __Decoder;
|
|
246
|
-
|
|
247
241
|
base64Encoder?: __Encoder;
|
|
248
|
-
|
|
249
242
|
utf8Decoder?: __Decoder;
|
|
250
|
-
|
|
251
243
|
utf8Encoder?: __Encoder;
|
|
252
|
-
|
|
253
244
|
runtime?: string;
|
|
254
|
-
|
|
255
245
|
disableHostPrefix?: boolean;
|
|
256
|
-
|
|
257
246
|
maxAttempts?: number | __Provider<number>;
|
|
258
|
-
|
|
259
247
|
retryMode?: string | __Provider<string>;
|
|
260
|
-
|
|
261
248
|
logger?: __Logger;
|
|
262
|
-
|
|
263
249
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
-
|
|
265
250
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
266
|
-
|
|
267
251
|
serviceId?: string;
|
|
268
|
-
|
|
269
252
|
region?: string | __Provider<string>;
|
|
270
|
-
|
|
271
253
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
-
|
|
273
254
|
regionInfoProvider?: RegionInfoProvider;
|
|
274
|
-
|
|
275
255
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
276
|
-
|
|
277
256
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
278
257
|
}
|
|
279
258
|
declare type SchemasClientConfigType = Partial<
|
|
@@ -286,7 +265,6 @@ declare type SchemasClientConfigType = Partial<
|
|
|
286
265
|
HostHeaderInputConfig &
|
|
287
266
|
AwsAuthInputConfig &
|
|
288
267
|
UserAgentInputConfig;
|
|
289
|
-
|
|
290
268
|
export interface SchemasClientConfig extends SchemasClientConfigType {}
|
|
291
269
|
declare type SchemasClientResolvedConfigType =
|
|
292
270
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -297,10 +275,8 @@ declare type SchemasClientResolvedConfigType =
|
|
|
297
275
|
HostHeaderResolvedConfig &
|
|
298
276
|
AwsAuthResolvedConfig &
|
|
299
277
|
UserAgentResolvedConfig;
|
|
300
|
-
|
|
301
278
|
export interface SchemasClientResolvedConfig
|
|
302
279
|
extends SchemasClientResolvedConfigType {}
|
|
303
|
-
|
|
304
280
|
export declare class SchemasClient extends __Client<
|
|
305
281
|
__HttpHandlerOptions,
|
|
306
282
|
ServiceInputTypes,
|
|
@@ -309,7 +285,6 @@ export declare class SchemasClient extends __Client<
|
|
|
309
285
|
> {
|
|
310
286
|
readonly config: SchemasClientResolvedConfig;
|
|
311
287
|
constructor(configuration: SchemasClientConfig);
|
|
312
|
-
|
|
313
288
|
destroy(): void;
|
|
314
289
|
}
|
|
315
290
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateDiscovererCommandInput extends CreateDiscovererRequest {}
|
|
|
18
18
|
export interface CreateDiscovererCommandOutput
|
|
19
19
|
extends CreateDiscovererResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateDiscovererCommand extends $Command<
|
|
23
22
|
CreateDiscovererCommandInput,
|
|
24
23
|
CreateDiscovererCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateDiscovererCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateDiscovererCommandInput;
|
|
28
27
|
constructor(input: CreateDiscovererCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateRegistryCommandInput extends CreateRegistryRequest {}
|
|
|
18
18
|
export interface CreateRegistryCommandOutput
|
|
19
19
|
extends CreateRegistryResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateRegistryCommand extends $Command<
|
|
23
22
|
CreateRegistryCommandInput,
|
|
24
23
|
CreateRegistryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateRegistryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateRegistryCommandInput;
|
|
28
27
|
constructor(input: CreateRegistryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
|
|
|
15
15
|
export interface CreateSchemaCommandOutput
|
|
16
16
|
extends CreateSchemaResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateSchemaCommand extends $Command<
|
|
20
19
|
CreateSchemaCommandInput,
|
|
21
20
|
CreateSchemaCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateSchemaCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateSchemaCommandInput;
|
|
25
24
|
constructor(input: CreateSchemaCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SchemasClient";
|
|
14
14
|
export interface DeleteDiscovererCommandInput extends DeleteDiscovererRequest {}
|
|
15
15
|
export interface DeleteDiscovererCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteDiscovererCommand extends $Command<
|
|
18
17
|
DeleteDiscovererCommandInput,
|
|
19
18
|
DeleteDiscovererCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteDiscovererCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteDiscovererCommandInput;
|
|
23
22
|
constructor(input: DeleteDiscovererCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SchemasClient";
|
|
14
14
|
export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {}
|
|
15
15
|
export interface DeleteRegistryCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteRegistryCommand extends $Command<
|
|
18
17
|
DeleteRegistryCommandInput,
|
|
19
18
|
DeleteRegistryCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteRegistryCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteRegistryCommandInput;
|
|
23
22
|
constructor(input: DeleteRegistryCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteResourcePolicyCommandInput
|
|
15
15
|
extends DeleteResourcePolicyRequest {}
|
|
16
16
|
export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteResourcePolicyCommand extends $Command<
|
|
19
18
|
DeleteResourcePolicyCommandInput,
|
|
20
19
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
24
23
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SchemasClient";
|
|
14
14
|
export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
|
|
15
15
|
export interface DeleteSchemaCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteSchemaCommand extends $Command<
|
|
18
17
|
DeleteSchemaCommandInput,
|
|
19
18
|
DeleteSchemaCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteSchemaCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteSchemaCommandInput;
|
|
23
22
|
constructor(input: DeleteSchemaCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteSchemaVersionCommandInput
|
|
15
15
|
extends DeleteSchemaVersionRequest {}
|
|
16
16
|
export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteSchemaVersionCommand extends $Command<
|
|
19
18
|
DeleteSchemaVersionCommandInput,
|
|
20
19
|
DeleteSchemaVersionCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteSchemaVersionCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteSchemaVersionCommandInput;
|
|
24
23
|
constructor(input: DeleteSchemaVersionCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCodeBindingCommandInput
|
|
|
19
19
|
export interface DescribeCodeBindingCommandOutput
|
|
20
20
|
extends DescribeCodeBindingResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCodeBindingCommand extends $Command<
|
|
24
23
|
DescribeCodeBindingCommandInput,
|
|
25
24
|
DescribeCodeBindingCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCodeBindingCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCodeBindingCommandInput;
|
|
29
28
|
constructor(input: DescribeCodeBindingCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeDiscovererCommandInput
|
|
|
19
19
|
export interface DescribeDiscovererCommandOutput
|
|
20
20
|
extends DescribeDiscovererResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeDiscovererCommand extends $Command<
|
|
24
23
|
DescribeDiscovererCommandInput,
|
|
25
24
|
DescribeDiscovererCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeDiscovererCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeDiscovererCommandInput;
|
|
29
28
|
constructor(input: DescribeDiscovererCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
|
|
|
18
18
|
export interface DescribeRegistryCommandOutput
|
|
19
19
|
extends DescribeRegistryResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeRegistryCommand extends $Command<
|
|
23
22
|
DescribeRegistryCommandInput,
|
|
24
23
|
DescribeRegistryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeRegistryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeRegistryCommandInput;
|
|
28
27
|
constructor(input: DescribeRegistryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
|
|
|
18
18
|
export interface DescribeSchemaCommandOutput
|
|
19
19
|
extends DescribeSchemaResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeSchemaCommand extends $Command<
|
|
23
22
|
DescribeSchemaCommandInput,
|
|
24
23
|
DescribeSchemaCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeSchemaCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeSchemaCommandInput;
|
|
28
27
|
constructor(input: DescribeSchemaCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -22,7 +22,6 @@ export declare class ExportSchemaCommand extends $Command<
|
|
|
22
22
|
> {
|
|
23
23
|
readonly input: ExportSchemaCommandInput;
|
|
24
24
|
constructor(input: ExportSchemaCommandInput);
|
|
25
|
-
|
|
26
25
|
resolveMiddleware(
|
|
27
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
27
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCodeBindingSourceCommandInput
|
|
|
19
19
|
export interface GetCodeBindingSourceCommandOutput
|
|
20
20
|
extends GetCodeBindingSourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCodeBindingSourceCommand extends $Command<
|
|
24
23
|
GetCodeBindingSourceCommandInput,
|
|
25
24
|
GetCodeBindingSourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCodeBindingSourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCodeBindingSourceCommandInput;
|
|
29
28
|
constructor(input: GetCodeBindingSourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDiscoveredSchemaCommandInput
|
|
|
19
19
|
export interface GetDiscoveredSchemaCommandOutput
|
|
20
20
|
extends GetDiscoveredSchemaResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDiscoveredSchemaCommand extends $Command<
|
|
24
23
|
GetDiscoveredSchemaCommandInput,
|
|
25
24
|
GetDiscoveredSchemaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDiscoveredSchemaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDiscoveredSchemaCommandInput;
|
|
29
28
|
constructor(input: GetDiscoveredSchemaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetResourcePolicyCommandInput
|
|
|
19
19
|
export interface GetResourcePolicyCommandOutput
|
|
20
20
|
extends GetResourcePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetResourcePolicyCommand extends $Command<
|
|
24
23
|
GetResourcePolicyCommandInput,
|
|
25
24
|
GetResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: GetResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {}
|
|
|
18
18
|
export interface ListDiscoverersCommandOutput
|
|
19
19
|
extends ListDiscoverersResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDiscoverersCommand extends $Command<
|
|
23
22
|
ListDiscoverersCommandInput,
|
|
24
23
|
ListDiscoverersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDiscoverersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDiscoverersCommandInput;
|
|
28
27
|
constructor(input: ListDiscoverersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
|
|
|
18
18
|
export interface ListRegistriesCommandOutput
|
|
19
19
|
extends ListRegistriesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListRegistriesCommand extends $Command<
|
|
23
22
|
ListRegistriesCommandInput,
|
|
24
23
|
ListRegistriesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListRegistriesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListRegistriesCommandInput;
|
|
28
27
|
constructor(input: ListRegistriesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSchemaVersionsCommandInput
|
|
|
19
19
|
export interface ListSchemaVersionsCommandOutput
|
|
20
20
|
extends ListSchemaVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSchemaVersionsCommand extends $Command<
|
|
24
23
|
ListSchemaVersionsCommandInput,
|
|
25
24
|
ListSchemaVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSchemaVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSchemaVersionsCommandInput;
|
|
29
28
|
constructor(input: ListSchemaVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListSchemasCommandInput extends ListSchemasRequest {}
|
|
|
15
15
|
export interface ListSchemasCommandOutput
|
|
16
16
|
extends ListSchemasResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListSchemasCommand extends $Command<
|
|
20
19
|
ListSchemasCommandInput,
|
|
21
20
|
ListSchemasCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListSchemasCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListSchemasCommandInput;
|
|
25
24
|
constructor(input: ListSchemasCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SchemasClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {}
|
|
|
18
18
|
export interface PutCodeBindingCommandOutput
|
|
19
19
|
extends PutCodeBindingResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutCodeBindingCommand extends $Command<
|
|
23
22
|
PutCodeBindingCommandInput,
|
|
24
23
|
PutCodeBindingCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutCodeBindingCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutCodeBindingCommandInput;
|
|
28
27
|
constructor(input: PutCodeBindingCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SchemasClientResolvedConfig,
|