@aws-sdk/client-schemas 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/CreateDiscovererCommand.js +2 -2
- package/dist-cjs/commands/CreateRegistryCommand.js +2 -2
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
- package/dist-cjs/commands/DeleteDiscovererCommand.js +1 -1
- package/dist-cjs/commands/DeleteRegistryCommand.js +1 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteSchemaCommand.js +1 -1
- package/dist-cjs/commands/DeleteSchemaVersionCommand.js +1 -1
- package/dist-cjs/commands/DescribeCodeBindingCommand.js +2 -2
- package/dist-cjs/commands/DescribeDiscovererCommand.js +2 -2
- package/dist-cjs/commands/DescribeRegistryCommand.js +2 -2
- package/dist-cjs/commands/DescribeSchemaCommand.js +2 -2
- package/dist-cjs/commands/ExportSchemaCommand.js +2 -2
- package/dist-cjs/commands/GetCodeBindingSourceCommand.js +2 -2
- package/dist-cjs/commands/GetDiscoveredSchemaCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/ListDiscoverersCommand.js +2 -2
- package/dist-cjs/commands/ListRegistriesCommand.js +2 -2
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListSchemasCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutCodeBindingCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/SearchSchemasCommand.js +2 -2
- package/dist-cjs/commands/StartDiscovererCommand.js +2 -2
- package/dist-cjs/commands/StopDiscovererCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateDiscovererCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegistryCommand.js +2 -2
- package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
- package/dist-cjs/models/models_0.js +246 -368
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/CreateDiscovererCommand.js +3 -3
- package/dist-es/commands/CreateRegistryCommand.js +3 -3
- package/dist-es/commands/CreateSchemaCommand.js +3 -3
- package/dist-es/commands/DeleteDiscovererCommand.js +2 -2
- package/dist-es/commands/DeleteRegistryCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaVersionCommand.js +2 -2
- package/dist-es/commands/DescribeCodeBindingCommand.js +3 -3
- package/dist-es/commands/DescribeDiscovererCommand.js +3 -3
- package/dist-es/commands/DescribeRegistryCommand.js +3 -3
- package/dist-es/commands/DescribeSchemaCommand.js +3 -3
- package/dist-es/commands/ExportSchemaCommand.js +3 -3
- package/dist-es/commands/GetCodeBindingSourceCommand.js +3 -3
- package/dist-es/commands/GetDiscoveredSchemaCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/ListDiscoverersCommand.js +3 -3
- package/dist-es/commands/ListRegistriesCommand.js +3 -3
- package/dist-es/commands/ListSchemaVersionsCommand.js +3 -3
- package/dist-es/commands/ListSchemasCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutCodeBindingCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/SearchSchemasCommand.js +3 -3
- package/dist-es/commands/StartDiscovererCommand.js +3 -3
- package/dist-es/commands/StopDiscovererCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDiscovererCommand.js +3 -3
- package/dist-es/commands/UpdateRegistryCommand.js +3 -3
- package/dist-es/commands/UpdateSchemaCommand.js +3 -3
- package/dist-es/models/models_0.js +61 -244
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +244 -366
- package/dist-types/ts3.4/models/models_0.d.ts +122 -244
- package/package.json +9 -9
|
@@ -18,10 +18,6 @@ export interface DiscovererSummary {
|
|
|
18
18
|
|
|
19
19
|
Tags?: Record<string, string>;
|
|
20
20
|
}
|
|
21
|
-
export declare namespace DiscovererSummary {
|
|
22
|
-
|
|
23
|
-
const filterSensitiveLog: (obj: DiscovererSummary) => any;
|
|
24
|
-
}
|
|
25
21
|
export interface RegistrySummary {
|
|
26
22
|
|
|
27
23
|
RegistryArn?: string;
|
|
@@ -30,10 +26,6 @@ export interface RegistrySummary {
|
|
|
30
26
|
|
|
31
27
|
Tags?: Record<string, string>;
|
|
32
28
|
}
|
|
33
|
-
export declare namespace RegistrySummary {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: RegistrySummary) => any;
|
|
36
|
-
}
|
|
37
29
|
|
|
38
30
|
export interface SchemaSummary {
|
|
39
31
|
|
|
@@ -47,10 +39,6 @@ export interface SchemaSummary {
|
|
|
47
39
|
|
|
48
40
|
VersionCount?: number;
|
|
49
41
|
}
|
|
50
|
-
export declare namespace SchemaSummary {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: SchemaSummary) => any;
|
|
53
|
-
}
|
|
54
42
|
export declare enum Type {
|
|
55
43
|
JSONSchemaDraft4 = "JSONSchemaDraft4",
|
|
56
44
|
OpenApi3 = "OpenApi3"
|
|
@@ -65,10 +53,6 @@ export interface SchemaVersionSummary {
|
|
|
65
53
|
|
|
66
54
|
Type?: Type | string;
|
|
67
55
|
}
|
|
68
|
-
export declare namespace SchemaVersionSummary {
|
|
69
|
-
|
|
70
|
-
const filterSensitiveLog: (obj: SchemaVersionSummary) => any;
|
|
71
|
-
}
|
|
72
56
|
export interface SearchSchemaVersionSummary {
|
|
73
57
|
|
|
74
58
|
CreatedDate?: Date;
|
|
@@ -77,10 +61,6 @@ export interface SearchSchemaVersionSummary {
|
|
|
77
61
|
|
|
78
62
|
Type?: Type | string;
|
|
79
63
|
}
|
|
80
|
-
export declare namespace SearchSchemaVersionSummary {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: SearchSchemaVersionSummary) => any;
|
|
83
|
-
}
|
|
84
64
|
export interface SearchSchemaSummary {
|
|
85
65
|
|
|
86
66
|
RegistryName?: string;
|
|
@@ -91,10 +71,6 @@ export interface SearchSchemaSummary {
|
|
|
91
71
|
|
|
92
72
|
SchemaVersions?: SearchSchemaVersionSummary[];
|
|
93
73
|
}
|
|
94
|
-
export declare namespace SearchSchemaSummary {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: SearchSchemaSummary) => any;
|
|
97
|
-
}
|
|
98
74
|
export declare class BadRequestException extends __BaseException {
|
|
99
75
|
readonly name: "BadRequestException";
|
|
100
76
|
readonly $fault: "client";
|
|
@@ -130,10 +106,6 @@ export interface CreateDiscovererRequest {
|
|
|
130
106
|
|
|
131
107
|
Tags?: Record<string, string>;
|
|
132
108
|
}
|
|
133
|
-
export declare namespace CreateDiscovererRequest {
|
|
134
|
-
|
|
135
|
-
const filterSensitiveLog: (obj: CreateDiscovererRequest) => any;
|
|
136
|
-
}
|
|
137
109
|
export interface CreateDiscovererResponse {
|
|
138
110
|
|
|
139
111
|
Description?: string;
|
|
@@ -150,10 +122,6 @@ export interface CreateDiscovererResponse {
|
|
|
150
122
|
|
|
151
123
|
Tags?: Record<string, string>;
|
|
152
124
|
}
|
|
153
|
-
export declare namespace CreateDiscovererResponse {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: CreateDiscovererResponse) => any;
|
|
156
|
-
}
|
|
157
125
|
export declare class ForbiddenException extends __BaseException {
|
|
158
126
|
readonly name: "ForbiddenException";
|
|
159
127
|
readonly $fault: "client";
|
|
@@ -202,10 +170,6 @@ export interface CreateRegistryRequest {
|
|
|
202
170
|
|
|
203
171
|
Tags?: Record<string, string>;
|
|
204
172
|
}
|
|
205
|
-
export declare namespace CreateRegistryRequest {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: CreateRegistryRequest) => any;
|
|
208
|
-
}
|
|
209
173
|
export interface CreateRegistryResponse {
|
|
210
174
|
|
|
211
175
|
Description?: string;
|
|
@@ -216,10 +180,6 @@ export interface CreateRegistryResponse {
|
|
|
216
180
|
|
|
217
181
|
Tags?: Record<string, string>;
|
|
218
182
|
}
|
|
219
|
-
export declare namespace CreateRegistryResponse {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: CreateRegistryResponse) => any;
|
|
222
|
-
}
|
|
223
183
|
export interface CreateSchemaRequest {
|
|
224
184
|
|
|
225
185
|
Content: string | undefined;
|
|
@@ -234,10 +194,6 @@ export interface CreateSchemaRequest {
|
|
|
234
194
|
|
|
235
195
|
Type: Type | string | undefined;
|
|
236
196
|
}
|
|
237
|
-
export declare namespace CreateSchemaRequest {
|
|
238
|
-
|
|
239
|
-
const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
240
|
-
}
|
|
241
197
|
export interface CreateSchemaResponse {
|
|
242
198
|
|
|
243
199
|
Description?: string;
|
|
@@ -256,18 +212,10 @@ export interface CreateSchemaResponse {
|
|
|
256
212
|
|
|
257
213
|
VersionCreatedDate?: Date;
|
|
258
214
|
}
|
|
259
|
-
export declare namespace CreateSchemaResponse {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
262
|
-
}
|
|
263
215
|
export interface DeleteDiscovererRequest {
|
|
264
216
|
|
|
265
217
|
DiscovererId: string | undefined;
|
|
266
218
|
}
|
|
267
|
-
export declare namespace DeleteDiscovererRequest {
|
|
268
|
-
|
|
269
|
-
const filterSensitiveLog: (obj: DeleteDiscovererRequest) => any;
|
|
270
|
-
}
|
|
271
219
|
export declare class NotFoundException extends __BaseException {
|
|
272
220
|
readonly name: "NotFoundException";
|
|
273
221
|
readonly $fault: "client";
|
|
@@ -282,28 +230,16 @@ export interface DeleteRegistryRequest {
|
|
|
282
230
|
|
|
283
231
|
RegistryName: string | undefined;
|
|
284
232
|
}
|
|
285
|
-
export declare namespace DeleteRegistryRequest {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: DeleteRegistryRequest) => any;
|
|
288
|
-
}
|
|
289
233
|
export interface DeleteResourcePolicyRequest {
|
|
290
234
|
|
|
291
235
|
RegistryName?: string;
|
|
292
236
|
}
|
|
293
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
296
|
-
}
|
|
297
237
|
export interface DeleteSchemaRequest {
|
|
298
238
|
|
|
299
239
|
RegistryName: string | undefined;
|
|
300
240
|
|
|
301
241
|
SchemaName: string | undefined;
|
|
302
242
|
}
|
|
303
|
-
export declare namespace DeleteSchemaRequest {
|
|
304
|
-
|
|
305
|
-
const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
306
|
-
}
|
|
307
243
|
export interface DeleteSchemaVersionRequest {
|
|
308
244
|
|
|
309
245
|
RegistryName: string | undefined;
|
|
@@ -312,10 +248,6 @@ export interface DeleteSchemaVersionRequest {
|
|
|
312
248
|
|
|
313
249
|
SchemaVersion: string | undefined;
|
|
314
250
|
}
|
|
315
|
-
export declare namespace DeleteSchemaVersionRequest {
|
|
316
|
-
|
|
317
|
-
const filterSensitiveLog: (obj: DeleteSchemaVersionRequest) => any;
|
|
318
|
-
}
|
|
319
251
|
export interface DescribeCodeBindingRequest {
|
|
320
252
|
|
|
321
253
|
Language: string | undefined;
|
|
@@ -326,10 +258,6 @@ export interface DescribeCodeBindingRequest {
|
|
|
326
258
|
|
|
327
259
|
SchemaVersion?: string;
|
|
328
260
|
}
|
|
329
|
-
export declare namespace DescribeCodeBindingRequest {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: DescribeCodeBindingRequest) => any;
|
|
332
|
-
}
|
|
333
261
|
export interface DescribeCodeBindingResponse {
|
|
334
262
|
|
|
335
263
|
CreationDate?: Date;
|
|
@@ -340,10 +268,6 @@ export interface DescribeCodeBindingResponse {
|
|
|
340
268
|
|
|
341
269
|
Status?: CodeGenerationStatus | string;
|
|
342
270
|
}
|
|
343
|
-
export declare namespace DescribeCodeBindingResponse {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: DescribeCodeBindingResponse) => any;
|
|
346
|
-
}
|
|
347
271
|
export declare class TooManyRequestsException extends __BaseException {
|
|
348
272
|
readonly name: "TooManyRequestsException";
|
|
349
273
|
readonly $fault: "client";
|
|
@@ -358,10 +282,6 @@ export interface DescribeDiscovererRequest {
|
|
|
358
282
|
|
|
359
283
|
DiscovererId: string | undefined;
|
|
360
284
|
}
|
|
361
|
-
export declare namespace DescribeDiscovererRequest {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: DescribeDiscovererRequest) => any;
|
|
364
|
-
}
|
|
365
285
|
export interface DescribeDiscovererResponse {
|
|
366
286
|
|
|
367
287
|
Description?: string;
|
|
@@ -378,18 +298,10 @@ export interface DescribeDiscovererResponse {
|
|
|
378
298
|
|
|
379
299
|
Tags?: Record<string, string>;
|
|
380
300
|
}
|
|
381
|
-
export declare namespace DescribeDiscovererResponse {
|
|
382
|
-
|
|
383
|
-
const filterSensitiveLog: (obj: DescribeDiscovererResponse) => any;
|
|
384
|
-
}
|
|
385
301
|
export interface DescribeRegistryRequest {
|
|
386
302
|
|
|
387
303
|
RegistryName: string | undefined;
|
|
388
304
|
}
|
|
389
|
-
export declare namespace DescribeRegistryRequest {
|
|
390
|
-
|
|
391
|
-
const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
|
|
392
|
-
}
|
|
393
305
|
export interface DescribeRegistryResponse {
|
|
394
306
|
|
|
395
307
|
Description?: string;
|
|
@@ -400,10 +312,6 @@ export interface DescribeRegistryResponse {
|
|
|
400
312
|
|
|
401
313
|
Tags?: Record<string, string>;
|
|
402
314
|
}
|
|
403
|
-
export declare namespace DescribeRegistryResponse {
|
|
404
|
-
|
|
405
|
-
const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
|
|
406
|
-
}
|
|
407
315
|
export interface DescribeSchemaRequest {
|
|
408
316
|
|
|
409
317
|
RegistryName: string | undefined;
|
|
@@ -412,10 +320,6 @@ export interface DescribeSchemaRequest {
|
|
|
412
320
|
|
|
413
321
|
SchemaVersion?: string;
|
|
414
322
|
}
|
|
415
|
-
export declare namespace DescribeSchemaRequest {
|
|
416
|
-
|
|
417
|
-
const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
|
|
418
|
-
}
|
|
419
323
|
export interface DescribeSchemaResponse {
|
|
420
324
|
|
|
421
325
|
Content?: string;
|
|
@@ -436,10 +340,6 @@ export interface DescribeSchemaResponse {
|
|
|
436
340
|
|
|
437
341
|
VersionCreatedDate?: Date;
|
|
438
342
|
}
|
|
439
|
-
export declare namespace DescribeSchemaResponse {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
|
|
442
|
-
}
|
|
443
343
|
export interface ExportSchemaRequest {
|
|
444
344
|
|
|
445
345
|
RegistryName: string | undefined;
|
|
@@ -449,10 +349,6 @@ export interface ExportSchemaRequest {
|
|
|
449
349
|
SchemaVersion?: string;
|
|
450
350
|
Type: string | undefined;
|
|
451
351
|
}
|
|
452
|
-
export declare namespace ExportSchemaRequest {
|
|
453
|
-
|
|
454
|
-
const filterSensitiveLog: (obj: ExportSchemaRequest) => any;
|
|
455
|
-
}
|
|
456
352
|
export interface ExportSchemaResponse {
|
|
457
353
|
Content?: string;
|
|
458
354
|
SchemaArn?: string;
|
|
@@ -460,10 +356,6 @@ export interface ExportSchemaResponse {
|
|
|
460
356
|
SchemaVersion?: string;
|
|
461
357
|
Type?: string;
|
|
462
358
|
}
|
|
463
|
-
export declare namespace ExportSchemaResponse {
|
|
464
|
-
|
|
465
|
-
const filterSensitiveLog: (obj: ExportSchemaResponse) => any;
|
|
466
|
-
}
|
|
467
359
|
export interface GetCodeBindingSourceRequest {
|
|
468
360
|
|
|
469
361
|
Language: string | undefined;
|
|
@@ -474,53 +366,29 @@ export interface GetCodeBindingSourceRequest {
|
|
|
474
366
|
|
|
475
367
|
SchemaVersion?: string;
|
|
476
368
|
}
|
|
477
|
-
export declare namespace GetCodeBindingSourceRequest {
|
|
478
|
-
|
|
479
|
-
const filterSensitiveLog: (obj: GetCodeBindingSourceRequest) => any;
|
|
480
|
-
}
|
|
481
369
|
export interface GetCodeBindingSourceResponse {
|
|
482
370
|
Body?: Uint8Array;
|
|
483
371
|
}
|
|
484
|
-
export declare namespace GetCodeBindingSourceResponse {
|
|
485
|
-
|
|
486
|
-
const filterSensitiveLog: (obj: GetCodeBindingSourceResponse) => any;
|
|
487
|
-
}
|
|
488
372
|
export interface GetDiscoveredSchemaRequest {
|
|
489
373
|
|
|
490
374
|
Events: string[] | undefined;
|
|
491
375
|
|
|
492
376
|
Type: Type | string | undefined;
|
|
493
377
|
}
|
|
494
|
-
export declare namespace GetDiscoveredSchemaRequest {
|
|
495
|
-
|
|
496
|
-
const filterSensitiveLog: (obj: GetDiscoveredSchemaRequest) => any;
|
|
497
|
-
}
|
|
498
378
|
export interface GetDiscoveredSchemaResponse {
|
|
499
379
|
|
|
500
380
|
Content?: string;
|
|
501
381
|
}
|
|
502
|
-
export declare namespace GetDiscoveredSchemaResponse {
|
|
503
|
-
|
|
504
|
-
const filterSensitiveLog: (obj: GetDiscoveredSchemaResponse) => any;
|
|
505
|
-
}
|
|
506
382
|
export interface GetResourcePolicyRequest {
|
|
507
383
|
|
|
508
384
|
RegistryName?: string;
|
|
509
385
|
}
|
|
510
|
-
export declare namespace GetResourcePolicyRequest {
|
|
511
|
-
|
|
512
|
-
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
513
|
-
}
|
|
514
386
|
export interface GetResourcePolicyResponse {
|
|
515
387
|
|
|
516
388
|
Policy?: __LazyJsonString | string;
|
|
517
389
|
|
|
518
390
|
RevisionId?: string;
|
|
519
391
|
}
|
|
520
|
-
export declare namespace GetResourcePolicyResponse {
|
|
521
|
-
|
|
522
|
-
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
523
|
-
}
|
|
524
392
|
export declare class GoneException extends __BaseException {
|
|
525
393
|
readonly name: "GoneException";
|
|
526
394
|
readonly $fault: "client";
|
|
@@ -540,20 +408,12 @@ export interface ListDiscoverersRequest {
|
|
|
540
408
|
|
|
541
409
|
SourceArnPrefix?: string;
|
|
542
410
|
}
|
|
543
|
-
export declare namespace ListDiscoverersRequest {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: ListDiscoverersRequest) => any;
|
|
546
|
-
}
|
|
547
411
|
export interface ListDiscoverersResponse {
|
|
548
412
|
|
|
549
413
|
Discoverers?: DiscovererSummary[];
|
|
550
414
|
|
|
551
415
|
NextToken?: string;
|
|
552
416
|
}
|
|
553
|
-
export declare namespace ListDiscoverersResponse {
|
|
554
|
-
|
|
555
|
-
const filterSensitiveLog: (obj: ListDiscoverersResponse) => any;
|
|
556
|
-
}
|
|
557
417
|
export interface ListRegistriesRequest {
|
|
558
418
|
Limit?: number;
|
|
559
419
|
|
|
@@ -563,20 +423,12 @@ export interface ListRegistriesRequest {
|
|
|
563
423
|
|
|
564
424
|
Scope?: string;
|
|
565
425
|
}
|
|
566
|
-
export declare namespace ListRegistriesRequest {
|
|
567
|
-
|
|
568
|
-
const filterSensitiveLog: (obj: ListRegistriesRequest) => any;
|
|
569
|
-
}
|
|
570
426
|
export interface ListRegistriesResponse {
|
|
571
427
|
|
|
572
428
|
NextToken?: string;
|
|
573
429
|
|
|
574
430
|
Registries?: RegistrySummary[];
|
|
575
431
|
}
|
|
576
|
-
export declare namespace ListRegistriesResponse {
|
|
577
|
-
|
|
578
|
-
const filterSensitiveLog: (obj: ListRegistriesResponse) => any;
|
|
579
|
-
}
|
|
580
432
|
export interface ListSchemasRequest {
|
|
581
433
|
Limit?: number;
|
|
582
434
|
|
|
@@ -586,20 +438,12 @@ export interface ListSchemasRequest {
|
|
|
586
438
|
|
|
587
439
|
SchemaNamePrefix?: string;
|
|
588
440
|
}
|
|
589
|
-
export declare namespace ListSchemasRequest {
|
|
590
|
-
|
|
591
|
-
const filterSensitiveLog: (obj: ListSchemasRequest) => any;
|
|
592
|
-
}
|
|
593
441
|
export interface ListSchemasResponse {
|
|
594
442
|
|
|
595
443
|
NextToken?: string;
|
|
596
444
|
|
|
597
445
|
Schemas?: SchemaSummary[];
|
|
598
446
|
}
|
|
599
|
-
export declare namespace ListSchemasResponse {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: ListSchemasResponse) => any;
|
|
602
|
-
}
|
|
603
447
|
export interface ListSchemaVersionsRequest {
|
|
604
448
|
Limit?: number;
|
|
605
449
|
|
|
@@ -609,36 +453,20 @@ export interface ListSchemaVersionsRequest {
|
|
|
609
453
|
|
|
610
454
|
SchemaName: string | undefined;
|
|
611
455
|
}
|
|
612
|
-
export declare namespace ListSchemaVersionsRequest {
|
|
613
|
-
|
|
614
|
-
const filterSensitiveLog: (obj: ListSchemaVersionsRequest) => any;
|
|
615
|
-
}
|
|
616
456
|
export interface ListSchemaVersionsResponse {
|
|
617
457
|
|
|
618
458
|
NextToken?: string;
|
|
619
459
|
|
|
620
460
|
SchemaVersions?: SchemaVersionSummary[];
|
|
621
461
|
}
|
|
622
|
-
export declare namespace ListSchemaVersionsResponse {
|
|
623
|
-
|
|
624
|
-
const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
|
|
625
|
-
}
|
|
626
462
|
export interface ListTagsForResourceRequest {
|
|
627
463
|
|
|
628
464
|
ResourceArn: string | undefined;
|
|
629
465
|
}
|
|
630
|
-
export declare namespace ListTagsForResourceRequest {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
633
|
-
}
|
|
634
466
|
export interface ListTagsForResourceResponse {
|
|
635
467
|
|
|
636
468
|
Tags?: Record<string, string>;
|
|
637
469
|
}
|
|
638
|
-
export declare namespace ListTagsForResourceResponse {
|
|
639
|
-
|
|
640
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
641
|
-
}
|
|
642
470
|
export declare class PreconditionFailedException extends __BaseException {
|
|
643
471
|
readonly name: "PreconditionFailedException";
|
|
644
472
|
readonly $fault: "client";
|
|
@@ -659,10 +487,6 @@ export interface PutCodeBindingRequest {
|
|
|
659
487
|
|
|
660
488
|
SchemaVersion?: string;
|
|
661
489
|
}
|
|
662
|
-
export declare namespace PutCodeBindingRequest {
|
|
663
|
-
|
|
664
|
-
const filterSensitiveLog: (obj: PutCodeBindingRequest) => any;
|
|
665
|
-
}
|
|
666
490
|
export interface PutCodeBindingResponse {
|
|
667
491
|
|
|
668
492
|
CreationDate?: Date;
|
|
@@ -673,10 +497,6 @@ export interface PutCodeBindingResponse {
|
|
|
673
497
|
|
|
674
498
|
Status?: CodeGenerationStatus | string;
|
|
675
499
|
}
|
|
676
|
-
export declare namespace PutCodeBindingResponse {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: PutCodeBindingResponse) => any;
|
|
679
|
-
}
|
|
680
500
|
|
|
681
501
|
export interface PutResourcePolicyRequest {
|
|
682
502
|
|
|
@@ -686,20 +506,12 @@ export interface PutResourcePolicyRequest {
|
|
|
686
506
|
|
|
687
507
|
RevisionId?: string;
|
|
688
508
|
}
|
|
689
|
-
export declare namespace PutResourcePolicyRequest {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
692
|
-
}
|
|
693
509
|
export interface PutResourcePolicyResponse {
|
|
694
510
|
|
|
695
511
|
Policy?: __LazyJsonString | string;
|
|
696
512
|
|
|
697
513
|
RevisionId?: string;
|
|
698
514
|
}
|
|
699
|
-
export declare namespace PutResourcePolicyResponse {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
702
|
-
}
|
|
703
515
|
export interface SearchSchemasRequest {
|
|
704
516
|
|
|
705
517
|
Keywords: string | undefined;
|
|
@@ -709,56 +521,32 @@ export interface SearchSchemasRequest {
|
|
|
709
521
|
|
|
710
522
|
RegistryName: string | undefined;
|
|
711
523
|
}
|
|
712
|
-
export declare namespace SearchSchemasRequest {
|
|
713
|
-
|
|
714
|
-
const filterSensitiveLog: (obj: SearchSchemasRequest) => any;
|
|
715
|
-
}
|
|
716
524
|
export interface SearchSchemasResponse {
|
|
717
525
|
|
|
718
526
|
NextToken?: string;
|
|
719
527
|
|
|
720
528
|
Schemas?: SearchSchemaSummary[];
|
|
721
529
|
}
|
|
722
|
-
export declare namespace SearchSchemasResponse {
|
|
723
|
-
|
|
724
|
-
const filterSensitiveLog: (obj: SearchSchemasResponse) => any;
|
|
725
|
-
}
|
|
726
530
|
export interface StartDiscovererRequest {
|
|
727
531
|
|
|
728
532
|
DiscovererId: string | undefined;
|
|
729
533
|
}
|
|
730
|
-
export declare namespace StartDiscovererRequest {
|
|
731
|
-
|
|
732
|
-
const filterSensitiveLog: (obj: StartDiscovererRequest) => any;
|
|
733
|
-
}
|
|
734
534
|
export interface StartDiscovererResponse {
|
|
735
535
|
|
|
736
536
|
DiscovererId?: string;
|
|
737
537
|
|
|
738
538
|
State?: DiscovererState | string;
|
|
739
539
|
}
|
|
740
|
-
export declare namespace StartDiscovererResponse {
|
|
741
|
-
|
|
742
|
-
const filterSensitiveLog: (obj: StartDiscovererResponse) => any;
|
|
743
|
-
}
|
|
744
540
|
export interface StopDiscovererRequest {
|
|
745
541
|
|
|
746
542
|
DiscovererId: string | undefined;
|
|
747
543
|
}
|
|
748
|
-
export declare namespace StopDiscovererRequest {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: StopDiscovererRequest) => any;
|
|
751
|
-
}
|
|
752
544
|
export interface StopDiscovererResponse {
|
|
753
545
|
|
|
754
546
|
DiscovererId?: string;
|
|
755
547
|
|
|
756
548
|
State?: DiscovererState | string;
|
|
757
549
|
}
|
|
758
|
-
export declare namespace StopDiscovererResponse {
|
|
759
|
-
|
|
760
|
-
const filterSensitiveLog: (obj: StopDiscovererResponse) => any;
|
|
761
|
-
}
|
|
762
550
|
|
|
763
551
|
export interface TagResourceRequest {
|
|
764
552
|
|
|
@@ -766,20 +554,12 @@ export interface TagResourceRequest {
|
|
|
766
554
|
|
|
767
555
|
Tags: Record<string, string> | undefined;
|
|
768
556
|
}
|
|
769
|
-
export declare namespace TagResourceRequest {
|
|
770
|
-
|
|
771
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
772
|
-
}
|
|
773
557
|
export interface UntagResourceRequest {
|
|
774
558
|
|
|
775
559
|
ResourceArn: string | undefined;
|
|
776
560
|
|
|
777
561
|
TagKeys: string[] | undefined;
|
|
778
562
|
}
|
|
779
|
-
export declare namespace UntagResourceRequest {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
782
|
-
}
|
|
783
563
|
export interface UpdateDiscovererRequest {
|
|
784
564
|
|
|
785
565
|
Description?: string;
|
|
@@ -788,10 +568,6 @@ export interface UpdateDiscovererRequest {
|
|
|
788
568
|
|
|
789
569
|
CrossAccount?: boolean;
|
|
790
570
|
}
|
|
791
|
-
export declare namespace UpdateDiscovererRequest {
|
|
792
|
-
|
|
793
|
-
const filterSensitiveLog: (obj: UpdateDiscovererRequest) => any;
|
|
794
|
-
}
|
|
795
571
|
export interface UpdateDiscovererResponse {
|
|
796
572
|
|
|
797
573
|
Description?: string;
|
|
@@ -808,10 +584,6 @@ export interface UpdateDiscovererResponse {
|
|
|
808
584
|
|
|
809
585
|
Tags?: Record<string, string>;
|
|
810
586
|
}
|
|
811
|
-
export declare namespace UpdateDiscovererResponse {
|
|
812
|
-
|
|
813
|
-
const filterSensitiveLog: (obj: UpdateDiscovererResponse) => any;
|
|
814
|
-
}
|
|
815
587
|
|
|
816
588
|
export interface UpdateRegistryRequest {
|
|
817
589
|
|
|
@@ -819,10 +591,6 @@ export interface UpdateRegistryRequest {
|
|
|
819
591
|
|
|
820
592
|
RegistryName: string | undefined;
|
|
821
593
|
}
|
|
822
|
-
export declare namespace UpdateRegistryRequest {
|
|
823
|
-
|
|
824
|
-
const filterSensitiveLog: (obj: UpdateRegistryRequest) => any;
|
|
825
|
-
}
|
|
826
594
|
export interface UpdateRegistryResponse {
|
|
827
595
|
|
|
828
596
|
Description?: string;
|
|
@@ -833,10 +601,6 @@ export interface UpdateRegistryResponse {
|
|
|
833
601
|
|
|
834
602
|
Tags?: Record<string, string>;
|
|
835
603
|
}
|
|
836
|
-
export declare namespace UpdateRegistryResponse {
|
|
837
|
-
|
|
838
|
-
const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
|
|
839
|
-
}
|
|
840
604
|
export interface UpdateSchemaRequest {
|
|
841
605
|
|
|
842
606
|
ClientTokenId?: string;
|
|
@@ -851,10 +615,6 @@ export interface UpdateSchemaRequest {
|
|
|
851
615
|
|
|
852
616
|
Type?: Type | string;
|
|
853
617
|
}
|
|
854
|
-
export declare namespace UpdateSchemaRequest {
|
|
855
|
-
|
|
856
|
-
const filterSensitiveLog: (obj: UpdateSchemaRequest) => any;
|
|
857
|
-
}
|
|
858
618
|
export interface UpdateSchemaResponse {
|
|
859
619
|
|
|
860
620
|
Description?: string;
|
|
@@ -873,7 +633,125 @@ export interface UpdateSchemaResponse {
|
|
|
873
633
|
|
|
874
634
|
VersionCreatedDate?: Date;
|
|
875
635
|
}
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
636
|
+
|
|
637
|
+
export declare const DiscovererSummaryFilterSensitiveLog: (obj: DiscovererSummary) => any;
|
|
638
|
+
|
|
639
|
+
export declare const RegistrySummaryFilterSensitiveLog: (obj: RegistrySummary) => any;
|
|
640
|
+
|
|
641
|
+
export declare const SchemaSummaryFilterSensitiveLog: (obj: SchemaSummary) => any;
|
|
642
|
+
|
|
643
|
+
export declare const SchemaVersionSummaryFilterSensitiveLog: (obj: SchemaVersionSummary) => any;
|
|
644
|
+
|
|
645
|
+
export declare const SearchSchemaVersionSummaryFilterSensitiveLog: (obj: SearchSchemaVersionSummary) => any;
|
|
646
|
+
|
|
647
|
+
export declare const SearchSchemaSummaryFilterSensitiveLog: (obj: SearchSchemaSummary) => any;
|
|
648
|
+
|
|
649
|
+
export declare const CreateDiscovererRequestFilterSensitiveLog: (obj: CreateDiscovererRequest) => any;
|
|
650
|
+
|
|
651
|
+
export declare const CreateDiscovererResponseFilterSensitiveLog: (obj: CreateDiscovererResponse) => any;
|
|
652
|
+
|
|
653
|
+
export declare const CreateRegistryRequestFilterSensitiveLog: (obj: CreateRegistryRequest) => any;
|
|
654
|
+
|
|
655
|
+
export declare const CreateRegistryResponseFilterSensitiveLog: (obj: CreateRegistryResponse) => any;
|
|
656
|
+
|
|
657
|
+
export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
658
|
+
|
|
659
|
+
export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
660
|
+
|
|
661
|
+
export declare const DeleteDiscovererRequestFilterSensitiveLog: (obj: DeleteDiscovererRequest) => any;
|
|
662
|
+
|
|
663
|
+
export declare const DeleteRegistryRequestFilterSensitiveLog: (obj: DeleteRegistryRequest) => any;
|
|
664
|
+
|
|
665
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
666
|
+
|
|
667
|
+
export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
668
|
+
|
|
669
|
+
export declare const DeleteSchemaVersionRequestFilterSensitiveLog: (obj: DeleteSchemaVersionRequest) => any;
|
|
670
|
+
|
|
671
|
+
export declare const DescribeCodeBindingRequestFilterSensitiveLog: (obj: DescribeCodeBindingRequest) => any;
|
|
672
|
+
|
|
673
|
+
export declare const DescribeCodeBindingResponseFilterSensitiveLog: (obj: DescribeCodeBindingResponse) => any;
|
|
674
|
+
|
|
675
|
+
export declare const DescribeDiscovererRequestFilterSensitiveLog: (obj: DescribeDiscovererRequest) => any;
|
|
676
|
+
|
|
677
|
+
export declare const DescribeDiscovererResponseFilterSensitiveLog: (obj: DescribeDiscovererResponse) => any;
|
|
678
|
+
|
|
679
|
+
export declare const DescribeRegistryRequestFilterSensitiveLog: (obj: DescribeRegistryRequest) => any;
|
|
680
|
+
|
|
681
|
+
export declare const DescribeRegistryResponseFilterSensitiveLog: (obj: DescribeRegistryResponse) => any;
|
|
682
|
+
|
|
683
|
+
export declare const DescribeSchemaRequestFilterSensitiveLog: (obj: DescribeSchemaRequest) => any;
|
|
684
|
+
|
|
685
|
+
export declare const DescribeSchemaResponseFilterSensitiveLog: (obj: DescribeSchemaResponse) => any;
|
|
686
|
+
|
|
687
|
+
export declare const ExportSchemaRequestFilterSensitiveLog: (obj: ExportSchemaRequest) => any;
|
|
688
|
+
|
|
689
|
+
export declare const ExportSchemaResponseFilterSensitiveLog: (obj: ExportSchemaResponse) => any;
|
|
690
|
+
|
|
691
|
+
export declare const GetCodeBindingSourceRequestFilterSensitiveLog: (obj: GetCodeBindingSourceRequest) => any;
|
|
692
|
+
|
|
693
|
+
export declare const GetCodeBindingSourceResponseFilterSensitiveLog: (obj: GetCodeBindingSourceResponse) => any;
|
|
694
|
+
|
|
695
|
+
export declare const GetDiscoveredSchemaRequestFilterSensitiveLog: (obj: GetDiscoveredSchemaRequest) => any;
|
|
696
|
+
|
|
697
|
+
export declare const GetDiscoveredSchemaResponseFilterSensitiveLog: (obj: GetDiscoveredSchemaResponse) => any;
|
|
698
|
+
|
|
699
|
+
export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
700
|
+
|
|
701
|
+
export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
702
|
+
|
|
703
|
+
export declare const ListDiscoverersRequestFilterSensitiveLog: (obj: ListDiscoverersRequest) => any;
|
|
704
|
+
|
|
705
|
+
export declare const ListDiscoverersResponseFilterSensitiveLog: (obj: ListDiscoverersResponse) => any;
|
|
706
|
+
|
|
707
|
+
export declare const ListRegistriesRequestFilterSensitiveLog: (obj: ListRegistriesRequest) => any;
|
|
708
|
+
|
|
709
|
+
export declare const ListRegistriesResponseFilterSensitiveLog: (obj: ListRegistriesResponse) => any;
|
|
710
|
+
|
|
711
|
+
export declare const ListSchemasRequestFilterSensitiveLog: (obj: ListSchemasRequest) => any;
|
|
712
|
+
|
|
713
|
+
export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
|
|
714
|
+
|
|
715
|
+
export declare const ListSchemaVersionsRequestFilterSensitiveLog: (obj: ListSchemaVersionsRequest) => any;
|
|
716
|
+
|
|
717
|
+
export declare const ListSchemaVersionsResponseFilterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
|
|
718
|
+
|
|
719
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
720
|
+
|
|
721
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
722
|
+
|
|
723
|
+
export declare const PutCodeBindingRequestFilterSensitiveLog: (obj: PutCodeBindingRequest) => any;
|
|
724
|
+
|
|
725
|
+
export declare const PutCodeBindingResponseFilterSensitiveLog: (obj: PutCodeBindingResponse) => any;
|
|
726
|
+
|
|
727
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
728
|
+
|
|
729
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
730
|
+
|
|
731
|
+
export declare const SearchSchemasRequestFilterSensitiveLog: (obj: SearchSchemasRequest) => any;
|
|
732
|
+
|
|
733
|
+
export declare const SearchSchemasResponseFilterSensitiveLog: (obj: SearchSchemasResponse) => any;
|
|
734
|
+
|
|
735
|
+
export declare const StartDiscovererRequestFilterSensitiveLog: (obj: StartDiscovererRequest) => any;
|
|
736
|
+
|
|
737
|
+
export declare const StartDiscovererResponseFilterSensitiveLog: (obj: StartDiscovererResponse) => any;
|
|
738
|
+
|
|
739
|
+
export declare const StopDiscovererRequestFilterSensitiveLog: (obj: StopDiscovererRequest) => any;
|
|
740
|
+
|
|
741
|
+
export declare const StopDiscovererResponseFilterSensitiveLog: (obj: StopDiscovererResponse) => any;
|
|
742
|
+
|
|
743
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
744
|
+
|
|
745
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
746
|
+
|
|
747
|
+
export declare const UpdateDiscovererRequestFilterSensitiveLog: (obj: UpdateDiscovererRequest) => any;
|
|
748
|
+
|
|
749
|
+
export declare const UpdateDiscovererResponseFilterSensitiveLog: (obj: UpdateDiscovererResponse) => any;
|
|
750
|
+
|
|
751
|
+
export declare const UpdateRegistryRequestFilterSensitiveLog: (obj: UpdateRegistryRequest) => any;
|
|
752
|
+
|
|
753
|
+
export declare const UpdateRegistryResponseFilterSensitiveLog: (obj: UpdateRegistryResponse) => any;
|
|
754
|
+
|
|
755
|
+
export declare const UpdateSchemaRequestFilterSensitiveLog: (obj: UpdateSchemaRequest) => any;
|
|
756
|
+
|
|
757
|
+
export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|