@aws-sdk/client-schemas 3.47.1 → 3.50.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 (54) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +40 -34
  3. package/dist-types/ts3.4/Schemas.d.ts +0 -159
  4. package/dist-types/ts3.4/SchemasClient.d.ts +0 -104
  5. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +0 -16
  18. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +0 -31
  37. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  38. package/dist-types/ts3.4/index.d.ts +0 -6
  39. package/dist-types/ts3.4/models/index.d.ts +0 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +0 -893
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  42. package/dist-types/ts3.4/pagination/ListDiscoverersPaginator.d.ts +0 -4
  43. package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +0 -4
  44. package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +0 -4
  45. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +0 -4
  46. package/dist-types/ts3.4/pagination/SearchSchemasPaginator.d.ts +0 -4
  47. package/dist-types/ts3.4/pagination/index.d.ts +0 -6
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -95
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  53. package/dist-types/ts3.4/waiters/index.d.ts +0 -1
  54. package/dist-types/ts3.4/waiters/waitForCodeBindingExists.d.ts +0 -7
@@ -1,893 +0,0 @@
1
- import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
3
- export declare enum DiscovererState {
4
- STARTED = "STARTED",
5
- STOPPED = "STOPPED"
6
- }
7
- export interface DiscovererSummary {
8
-
9
- DiscovererArn?: string;
10
-
11
- DiscovererId?: string;
12
-
13
- SourceArn?: string;
14
-
15
- State?: DiscovererState | string;
16
-
17
- CrossAccount?: boolean;
18
-
19
- Tags?: {
20
- [key: string]: string;
21
- };
22
- }
23
- export declare namespace DiscovererSummary {
24
-
25
- const filterSensitiveLog: (obj: DiscovererSummary) => any;
26
- }
27
- export interface RegistrySummary {
28
-
29
- RegistryArn?: string;
30
-
31
- RegistryName?: string;
32
-
33
- Tags?: {
34
- [key: string]: string;
35
- };
36
- }
37
- export declare namespace RegistrySummary {
38
-
39
- const filterSensitiveLog: (obj: RegistrySummary) => any;
40
- }
41
-
42
- export interface SchemaSummary {
43
-
44
- LastModified?: Date;
45
-
46
- SchemaArn?: string;
47
-
48
- SchemaName?: string;
49
-
50
- Tags?: {
51
- [key: string]: string;
52
- };
53
-
54
- VersionCount?: number;
55
- }
56
- export declare namespace SchemaSummary {
57
-
58
- const filterSensitiveLog: (obj: SchemaSummary) => any;
59
- }
60
- export declare enum Type {
61
- JSONSchemaDraft4 = "JSONSchemaDraft4",
62
- OpenApi3 = "OpenApi3"
63
- }
64
- export interface SchemaVersionSummary {
65
-
66
- SchemaArn?: string;
67
-
68
- SchemaName?: string;
69
-
70
- SchemaVersion?: string;
71
-
72
- Type?: Type | string;
73
- }
74
- export declare namespace SchemaVersionSummary {
75
-
76
- const filterSensitiveLog: (obj: SchemaVersionSummary) => any;
77
- }
78
- export interface SearchSchemaVersionSummary {
79
-
80
- CreatedDate?: Date;
81
-
82
- SchemaVersion?: string;
83
-
84
- Type?: Type | string;
85
- }
86
- export declare namespace SearchSchemaVersionSummary {
87
-
88
- const filterSensitiveLog: (obj: SearchSchemaVersionSummary) => any;
89
- }
90
- export interface SearchSchemaSummary {
91
-
92
- RegistryName?: string;
93
-
94
- SchemaArn?: string;
95
-
96
- SchemaName?: string;
97
-
98
- SchemaVersions?: SearchSchemaVersionSummary[];
99
- }
100
- export declare namespace SearchSchemaSummary {
101
-
102
- const filterSensitiveLog: (obj: SearchSchemaSummary) => any;
103
- }
104
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
105
- name: "BadRequestException";
106
- $fault: "client";
107
-
108
- Code: string | undefined;
109
-
110
- Message: string | undefined;
111
- }
112
- export declare enum CodeGenerationStatus {
113
- CREATE_COMPLETE = "CREATE_COMPLETE",
114
- CREATE_FAILED = "CREATE_FAILED",
115
- CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS"
116
- }
117
- export interface ConflictException extends __SmithyException, $MetadataBearer {
118
- name: "ConflictException";
119
- $fault: "client";
120
-
121
- Code: string | undefined;
122
-
123
- Message: string | undefined;
124
- }
125
- export interface CreateDiscovererRequest {
126
-
127
- Description?: string;
128
-
129
- SourceArn: string | undefined;
130
-
131
- CrossAccount?: boolean;
132
-
133
- Tags?: {
134
- [key: string]: string;
135
- };
136
- }
137
- export declare namespace CreateDiscovererRequest {
138
-
139
- const filterSensitiveLog: (obj: CreateDiscovererRequest) => any;
140
- }
141
- export interface CreateDiscovererResponse {
142
-
143
- Description?: string;
144
-
145
- DiscovererArn?: string;
146
-
147
- DiscovererId?: string;
148
-
149
- SourceArn?: string;
150
-
151
- State?: DiscovererState | string;
152
-
153
- CrossAccount?: boolean;
154
-
155
- Tags?: {
156
- [key: string]: string;
157
- };
158
- }
159
- export declare namespace CreateDiscovererResponse {
160
-
161
- const filterSensitiveLog: (obj: CreateDiscovererResponse) => any;
162
- }
163
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
164
- name: "ForbiddenException";
165
- $fault: "client";
166
-
167
- Code: string | undefined;
168
-
169
- Message: string | undefined;
170
- }
171
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
172
- name: "InternalServerErrorException";
173
- $fault: "server";
174
-
175
- Code: string | undefined;
176
-
177
- Message: string | undefined;
178
- }
179
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
180
- name: "ServiceUnavailableException";
181
- $fault: "server";
182
-
183
- Code: string | undefined;
184
-
185
- Message: string | undefined;
186
- }
187
- export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
188
- name: "UnauthorizedException";
189
- $fault: "client";
190
-
191
- Code: string | undefined;
192
-
193
- Message: string | undefined;
194
- }
195
- export interface CreateRegistryRequest {
196
-
197
- Description?: string;
198
-
199
- RegistryName: string | undefined;
200
-
201
- Tags?: {
202
- [key: string]: string;
203
- };
204
- }
205
- export declare namespace CreateRegistryRequest {
206
-
207
- const filterSensitiveLog: (obj: CreateRegistryRequest) => any;
208
- }
209
- export interface CreateRegistryResponse {
210
-
211
- Description?: string;
212
-
213
- RegistryArn?: string;
214
-
215
- RegistryName?: string;
216
-
217
- Tags?: {
218
- [key: string]: string;
219
- };
220
- }
221
- export declare namespace CreateRegistryResponse {
222
-
223
- const filterSensitiveLog: (obj: CreateRegistryResponse) => any;
224
- }
225
- export interface CreateSchemaRequest {
226
-
227
- Content: string | undefined;
228
-
229
- Description?: string;
230
-
231
- RegistryName: string | undefined;
232
-
233
- SchemaName: string | undefined;
234
-
235
- Tags?: {
236
- [key: string]: string;
237
- };
238
-
239
- Type: Type | string | undefined;
240
- }
241
- export declare namespace CreateSchemaRequest {
242
-
243
- const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
244
- }
245
- export interface CreateSchemaResponse {
246
-
247
- Description?: string;
248
-
249
- LastModified?: Date;
250
-
251
- SchemaArn?: string;
252
-
253
- SchemaName?: string;
254
-
255
- SchemaVersion?: string;
256
-
257
- Tags?: {
258
- [key: string]: string;
259
- };
260
-
261
- Type?: string;
262
-
263
- VersionCreatedDate?: Date;
264
- }
265
- export declare namespace CreateSchemaResponse {
266
-
267
- const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
268
- }
269
- export interface DeleteDiscovererRequest {
270
-
271
- DiscovererId: string | undefined;
272
- }
273
- export declare namespace DeleteDiscovererRequest {
274
-
275
- const filterSensitiveLog: (obj: DeleteDiscovererRequest) => any;
276
- }
277
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
278
- name: "NotFoundException";
279
- $fault: "client";
280
-
281
- Code: string | undefined;
282
-
283
- Message: string | undefined;
284
- }
285
- export interface DeleteRegistryRequest {
286
-
287
- RegistryName: string | undefined;
288
- }
289
- export declare namespace DeleteRegistryRequest {
290
-
291
- const filterSensitiveLog: (obj: DeleteRegistryRequest) => any;
292
- }
293
- export interface DeleteResourcePolicyRequest {
294
-
295
- RegistryName?: string;
296
- }
297
- export declare namespace DeleteResourcePolicyRequest {
298
-
299
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
300
- }
301
- export interface DeleteSchemaRequest {
302
-
303
- RegistryName: string | undefined;
304
-
305
- SchemaName: string | undefined;
306
- }
307
- export declare namespace DeleteSchemaRequest {
308
-
309
- const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
310
- }
311
- export interface DeleteSchemaVersionRequest {
312
-
313
- RegistryName: string | undefined;
314
-
315
- SchemaName: string | undefined;
316
-
317
- SchemaVersion: string | undefined;
318
- }
319
- export declare namespace DeleteSchemaVersionRequest {
320
-
321
- const filterSensitiveLog: (obj: DeleteSchemaVersionRequest) => any;
322
- }
323
- export interface DescribeCodeBindingRequest {
324
-
325
- Language: string | undefined;
326
-
327
- RegistryName: string | undefined;
328
-
329
- SchemaName: string | undefined;
330
-
331
- SchemaVersion?: string;
332
- }
333
- export declare namespace DescribeCodeBindingRequest {
334
-
335
- const filterSensitiveLog: (obj: DescribeCodeBindingRequest) => any;
336
- }
337
- export interface DescribeCodeBindingResponse {
338
-
339
- CreationDate?: Date;
340
-
341
- LastModified?: Date;
342
-
343
- SchemaVersion?: string;
344
-
345
- Status?: CodeGenerationStatus | string;
346
- }
347
- export declare namespace DescribeCodeBindingResponse {
348
-
349
- const filterSensitiveLog: (obj: DescribeCodeBindingResponse) => any;
350
- }
351
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
352
- name: "TooManyRequestsException";
353
- $fault: "client";
354
-
355
- Code: string | undefined;
356
-
357
- Message: string | undefined;
358
- }
359
- export interface DescribeDiscovererRequest {
360
-
361
- DiscovererId: string | undefined;
362
- }
363
- export declare namespace DescribeDiscovererRequest {
364
-
365
- const filterSensitiveLog: (obj: DescribeDiscovererRequest) => any;
366
- }
367
- export interface DescribeDiscovererResponse {
368
-
369
- Description?: string;
370
-
371
- DiscovererArn?: string;
372
-
373
- DiscovererId?: string;
374
-
375
- SourceArn?: string;
376
-
377
- State?: DiscovererState | string;
378
-
379
- CrossAccount?: boolean;
380
-
381
- Tags?: {
382
- [key: string]: string;
383
- };
384
- }
385
- export declare namespace DescribeDiscovererResponse {
386
-
387
- const filterSensitiveLog: (obj: DescribeDiscovererResponse) => any;
388
- }
389
- export interface DescribeRegistryRequest {
390
-
391
- RegistryName: string | undefined;
392
- }
393
- export declare namespace DescribeRegistryRequest {
394
-
395
- const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
396
- }
397
- export interface DescribeRegistryResponse {
398
-
399
- Description?: string;
400
-
401
- RegistryArn?: string;
402
-
403
- RegistryName?: string;
404
-
405
- Tags?: {
406
- [key: string]: string;
407
- };
408
- }
409
- export declare namespace DescribeRegistryResponse {
410
-
411
- const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
412
- }
413
- export interface DescribeSchemaRequest {
414
-
415
- RegistryName: string | undefined;
416
-
417
- SchemaName: string | undefined;
418
-
419
- SchemaVersion?: string;
420
- }
421
- export declare namespace DescribeSchemaRequest {
422
-
423
- const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
424
- }
425
- export interface DescribeSchemaResponse {
426
-
427
- Content?: string;
428
-
429
- Description?: string;
430
-
431
- LastModified?: Date;
432
-
433
- SchemaArn?: string;
434
-
435
- SchemaName?: string;
436
-
437
- SchemaVersion?: string;
438
-
439
- Tags?: {
440
- [key: string]: string;
441
- };
442
-
443
- Type?: string;
444
-
445
- VersionCreatedDate?: Date;
446
- }
447
- export declare namespace DescribeSchemaResponse {
448
-
449
- const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
450
- }
451
- export interface ExportSchemaRequest {
452
-
453
- RegistryName: string | undefined;
454
-
455
- SchemaName: string | undefined;
456
-
457
- SchemaVersion?: string;
458
- Type: string | undefined;
459
- }
460
- export declare namespace ExportSchemaRequest {
461
-
462
- const filterSensitiveLog: (obj: ExportSchemaRequest) => any;
463
- }
464
- export interface ExportSchemaResponse {
465
- Content?: string;
466
- SchemaArn?: string;
467
- SchemaName?: string;
468
- SchemaVersion?: string;
469
- Type?: string;
470
- }
471
- export declare namespace ExportSchemaResponse {
472
-
473
- const filterSensitiveLog: (obj: ExportSchemaResponse) => any;
474
- }
475
- export interface GetCodeBindingSourceRequest {
476
-
477
- Language: string | undefined;
478
-
479
- RegistryName: string | undefined;
480
-
481
- SchemaName: string | undefined;
482
-
483
- SchemaVersion?: string;
484
- }
485
- export declare namespace GetCodeBindingSourceRequest {
486
-
487
- const filterSensitiveLog: (obj: GetCodeBindingSourceRequest) => any;
488
- }
489
- export interface GetCodeBindingSourceResponse {
490
- Body?: Uint8Array;
491
- }
492
- export declare namespace GetCodeBindingSourceResponse {
493
-
494
- const filterSensitiveLog: (obj: GetCodeBindingSourceResponse) => any;
495
- }
496
- export interface GetDiscoveredSchemaRequest {
497
-
498
- Events: string[] | undefined;
499
-
500
- Type: Type | string | undefined;
501
- }
502
- export declare namespace GetDiscoveredSchemaRequest {
503
-
504
- const filterSensitiveLog: (obj: GetDiscoveredSchemaRequest) => any;
505
- }
506
- export interface GetDiscoveredSchemaResponse {
507
-
508
- Content?: string;
509
- }
510
- export declare namespace GetDiscoveredSchemaResponse {
511
-
512
- const filterSensitiveLog: (obj: GetDiscoveredSchemaResponse) => any;
513
- }
514
- export interface GetResourcePolicyRequest {
515
-
516
- RegistryName?: string;
517
- }
518
- export declare namespace GetResourcePolicyRequest {
519
-
520
- const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
521
- }
522
- export interface GetResourcePolicyResponse {
523
-
524
- Policy?: __LazyJsonString | string;
525
-
526
- RevisionId?: string;
527
- }
528
- export declare namespace GetResourcePolicyResponse {
529
-
530
- const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
531
- }
532
- export interface GoneException extends __SmithyException, $MetadataBearer {
533
- name: "GoneException";
534
- $fault: "client";
535
-
536
- Code: string | undefined;
537
-
538
- Message: string | undefined;
539
- }
540
- export interface ListDiscoverersRequest {
541
-
542
- DiscovererIdPrefix?: string;
543
- Limit?: number;
544
-
545
- NextToken?: string;
546
-
547
- SourceArnPrefix?: string;
548
- }
549
- export declare namespace ListDiscoverersRequest {
550
-
551
- const filterSensitiveLog: (obj: ListDiscoverersRequest) => any;
552
- }
553
- export interface ListDiscoverersResponse {
554
-
555
- Discoverers?: DiscovererSummary[];
556
-
557
- NextToken?: string;
558
- }
559
- export declare namespace ListDiscoverersResponse {
560
-
561
- const filterSensitiveLog: (obj: ListDiscoverersResponse) => any;
562
- }
563
- export interface ListRegistriesRequest {
564
- Limit?: number;
565
-
566
- NextToken?: string;
567
-
568
- RegistryNamePrefix?: string;
569
-
570
- Scope?: string;
571
- }
572
- export declare namespace ListRegistriesRequest {
573
-
574
- const filterSensitiveLog: (obj: ListRegistriesRequest) => any;
575
- }
576
- export interface ListRegistriesResponse {
577
-
578
- NextToken?: string;
579
-
580
- Registries?: RegistrySummary[];
581
- }
582
- export declare namespace ListRegistriesResponse {
583
-
584
- const filterSensitiveLog: (obj: ListRegistriesResponse) => any;
585
- }
586
- export interface ListSchemasRequest {
587
- Limit?: number;
588
-
589
- NextToken?: string;
590
-
591
- RegistryName: string | undefined;
592
-
593
- SchemaNamePrefix?: string;
594
- }
595
- export declare namespace ListSchemasRequest {
596
-
597
- const filterSensitiveLog: (obj: ListSchemasRequest) => any;
598
- }
599
- export interface ListSchemasResponse {
600
-
601
- NextToken?: string;
602
-
603
- Schemas?: SchemaSummary[];
604
- }
605
- export declare namespace ListSchemasResponse {
606
-
607
- const filterSensitiveLog: (obj: ListSchemasResponse) => any;
608
- }
609
- export interface ListSchemaVersionsRequest {
610
- Limit?: number;
611
-
612
- NextToken?: string;
613
-
614
- RegistryName: string | undefined;
615
-
616
- SchemaName: string | undefined;
617
- }
618
- export declare namespace ListSchemaVersionsRequest {
619
-
620
- const filterSensitiveLog: (obj: ListSchemaVersionsRequest) => any;
621
- }
622
- export interface ListSchemaVersionsResponse {
623
-
624
- NextToken?: string;
625
-
626
- SchemaVersions?: SchemaVersionSummary[];
627
- }
628
- export declare namespace ListSchemaVersionsResponse {
629
-
630
- const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
631
- }
632
- export interface ListTagsForResourceRequest {
633
-
634
- ResourceArn: string | undefined;
635
- }
636
- export declare namespace ListTagsForResourceRequest {
637
-
638
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
639
- }
640
- export interface ListTagsForResourceResponse {
641
-
642
- Tags?: {
643
- [key: string]: string;
644
- };
645
- }
646
- export declare namespace ListTagsForResourceResponse {
647
-
648
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
649
- }
650
- export interface PreconditionFailedException extends __SmithyException, $MetadataBearer {
651
- name: "PreconditionFailedException";
652
- $fault: "client";
653
-
654
- Code: string | undefined;
655
-
656
- Message: string | undefined;
657
- }
658
- export interface PutCodeBindingRequest {
659
-
660
- Language: string | undefined;
661
-
662
- RegistryName: string | undefined;
663
-
664
- SchemaName: string | undefined;
665
-
666
- SchemaVersion?: string;
667
- }
668
- export declare namespace PutCodeBindingRequest {
669
-
670
- const filterSensitiveLog: (obj: PutCodeBindingRequest) => any;
671
- }
672
- export interface PutCodeBindingResponse {
673
-
674
- CreationDate?: Date;
675
-
676
- LastModified?: Date;
677
-
678
- SchemaVersion?: string;
679
-
680
- Status?: CodeGenerationStatus | string;
681
- }
682
- export declare namespace PutCodeBindingResponse {
683
-
684
- const filterSensitiveLog: (obj: PutCodeBindingResponse) => any;
685
- }
686
-
687
- export interface PutResourcePolicyRequest {
688
-
689
- Policy: __LazyJsonString | string | undefined;
690
-
691
- RegistryName?: string;
692
-
693
- RevisionId?: string;
694
- }
695
- export declare namespace PutResourcePolicyRequest {
696
-
697
- const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
698
- }
699
- export interface PutResourcePolicyResponse {
700
-
701
- Policy?: __LazyJsonString | string;
702
-
703
- RevisionId?: string;
704
- }
705
- export declare namespace PutResourcePolicyResponse {
706
-
707
- const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
708
- }
709
- export interface SearchSchemasRequest {
710
-
711
- Keywords: string | undefined;
712
- Limit?: number;
713
-
714
- NextToken?: string;
715
-
716
- RegistryName: string | undefined;
717
- }
718
- export declare namespace SearchSchemasRequest {
719
-
720
- const filterSensitiveLog: (obj: SearchSchemasRequest) => any;
721
- }
722
- export interface SearchSchemasResponse {
723
-
724
- NextToken?: string;
725
-
726
- Schemas?: SearchSchemaSummary[];
727
- }
728
- export declare namespace SearchSchemasResponse {
729
-
730
- const filterSensitiveLog: (obj: SearchSchemasResponse) => any;
731
- }
732
- export interface StartDiscovererRequest {
733
-
734
- DiscovererId: string | undefined;
735
- }
736
- export declare namespace StartDiscovererRequest {
737
-
738
- const filterSensitiveLog: (obj: StartDiscovererRequest) => any;
739
- }
740
- export interface StartDiscovererResponse {
741
-
742
- DiscovererId?: string;
743
-
744
- State?: DiscovererState | string;
745
- }
746
- export declare namespace StartDiscovererResponse {
747
-
748
- const filterSensitiveLog: (obj: StartDiscovererResponse) => any;
749
- }
750
- export interface StopDiscovererRequest {
751
-
752
- DiscovererId: string | undefined;
753
- }
754
- export declare namespace StopDiscovererRequest {
755
-
756
- const filterSensitiveLog: (obj: StopDiscovererRequest) => any;
757
- }
758
- export interface StopDiscovererResponse {
759
-
760
- DiscovererId?: string;
761
-
762
- State?: DiscovererState | string;
763
- }
764
- export declare namespace StopDiscovererResponse {
765
-
766
- const filterSensitiveLog: (obj: StopDiscovererResponse) => any;
767
- }
768
-
769
- export interface TagResourceRequest {
770
-
771
- ResourceArn: string | undefined;
772
-
773
- Tags: {
774
- [key: string]: string;
775
- } | undefined;
776
- }
777
- export declare namespace TagResourceRequest {
778
-
779
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
780
- }
781
- export interface UntagResourceRequest {
782
-
783
- ResourceArn: string | undefined;
784
-
785
- TagKeys: string[] | undefined;
786
- }
787
- export declare namespace UntagResourceRequest {
788
-
789
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
790
- }
791
- export interface UpdateDiscovererRequest {
792
-
793
- Description?: string;
794
-
795
- DiscovererId: string | undefined;
796
-
797
- CrossAccount?: boolean;
798
- }
799
- export declare namespace UpdateDiscovererRequest {
800
-
801
- const filterSensitiveLog: (obj: UpdateDiscovererRequest) => any;
802
- }
803
- export interface UpdateDiscovererResponse {
804
-
805
- Description?: string;
806
-
807
- DiscovererArn?: string;
808
-
809
- DiscovererId?: string;
810
-
811
- SourceArn?: string;
812
-
813
- State?: DiscovererState | string;
814
-
815
- CrossAccount?: boolean;
816
-
817
- Tags?: {
818
- [key: string]: string;
819
- };
820
- }
821
- export declare namespace UpdateDiscovererResponse {
822
-
823
- const filterSensitiveLog: (obj: UpdateDiscovererResponse) => any;
824
- }
825
-
826
- export interface UpdateRegistryRequest {
827
-
828
- Description?: string;
829
-
830
- RegistryName: string | undefined;
831
- }
832
- export declare namespace UpdateRegistryRequest {
833
-
834
- const filterSensitiveLog: (obj: UpdateRegistryRequest) => any;
835
- }
836
- export interface UpdateRegistryResponse {
837
-
838
- Description?: string;
839
-
840
- RegistryArn?: string;
841
-
842
- RegistryName?: string;
843
-
844
- Tags?: {
845
- [key: string]: string;
846
- };
847
- }
848
- export declare namespace UpdateRegistryResponse {
849
-
850
- const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
851
- }
852
- export interface UpdateSchemaRequest {
853
-
854
- ClientTokenId?: string;
855
-
856
- Content?: string;
857
-
858
- Description?: string;
859
-
860
- RegistryName: string | undefined;
861
-
862
- SchemaName: string | undefined;
863
-
864
- Type?: Type | string;
865
- }
866
- export declare namespace UpdateSchemaRequest {
867
-
868
- const filterSensitiveLog: (obj: UpdateSchemaRequest) => any;
869
- }
870
- export interface UpdateSchemaResponse {
871
-
872
- Description?: string;
873
-
874
- LastModified?: Date;
875
-
876
- SchemaArn?: string;
877
-
878
- SchemaName?: string;
879
-
880
- SchemaVersion?: string;
881
-
882
- Tags?: {
883
- [key: string]: string;
884
- };
885
-
886
- Type?: string;
887
-
888
- VersionCreatedDate?: Date;
889
- }
890
- export declare namespace UpdateSchemaResponse {
891
-
892
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
893
- }