@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.
Files changed (70) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateDiscovererCommand.js +2 -2
  3. package/dist-cjs/commands/CreateRegistryCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteDiscovererCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteRegistryCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteSchemaCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteSchemaVersionCommand.js +1 -1
  10. package/dist-cjs/commands/DescribeCodeBindingCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeDiscovererCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeRegistryCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeSchemaCommand.js +2 -2
  14. package/dist-cjs/commands/ExportSchemaCommand.js +2 -2
  15. package/dist-cjs/commands/GetCodeBindingSourceCommand.js +2 -2
  16. package/dist-cjs/commands/GetDiscoveredSchemaCommand.js +2 -2
  17. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
  18. package/dist-cjs/commands/ListDiscoverersCommand.js +2 -2
  19. package/dist-cjs/commands/ListRegistriesCommand.js +2 -2
  20. package/dist-cjs/commands/ListSchemaVersionsCommand.js +2 -2
  21. package/dist-cjs/commands/ListSchemasCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/PutCodeBindingCommand.js +2 -2
  24. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  25. package/dist-cjs/commands/SearchSchemasCommand.js +2 -2
  26. package/dist-cjs/commands/StartDiscovererCommand.js +2 -2
  27. package/dist-cjs/commands/StopDiscovererCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  29. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  30. package/dist-cjs/commands/UpdateDiscovererCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateRegistryCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
  33. package/dist-cjs/models/models_0.js +246 -368
  34. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  35. package/dist-es/commands/CreateDiscovererCommand.js +3 -3
  36. package/dist-es/commands/CreateRegistryCommand.js +3 -3
  37. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  38. package/dist-es/commands/DeleteDiscovererCommand.js +2 -2
  39. package/dist-es/commands/DeleteRegistryCommand.js +2 -2
  40. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  41. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  42. package/dist-es/commands/DeleteSchemaVersionCommand.js +2 -2
  43. package/dist-es/commands/DescribeCodeBindingCommand.js +3 -3
  44. package/dist-es/commands/DescribeDiscovererCommand.js +3 -3
  45. package/dist-es/commands/DescribeRegistryCommand.js +3 -3
  46. package/dist-es/commands/DescribeSchemaCommand.js +3 -3
  47. package/dist-es/commands/ExportSchemaCommand.js +3 -3
  48. package/dist-es/commands/GetCodeBindingSourceCommand.js +3 -3
  49. package/dist-es/commands/GetDiscoveredSchemaCommand.js +3 -3
  50. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  51. package/dist-es/commands/ListDiscoverersCommand.js +3 -3
  52. package/dist-es/commands/ListRegistriesCommand.js +3 -3
  53. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -3
  54. package/dist-es/commands/ListSchemasCommand.js +3 -3
  55. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  56. package/dist-es/commands/PutCodeBindingCommand.js +3 -3
  57. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  58. package/dist-es/commands/SearchSchemasCommand.js +3 -3
  59. package/dist-es/commands/StartDiscovererCommand.js +3 -3
  60. package/dist-es/commands/StopDiscovererCommand.js +3 -3
  61. package/dist-es/commands/TagResourceCommand.js +2 -2
  62. package/dist-es/commands/UntagResourceCommand.js +2 -2
  63. package/dist-es/commands/UpdateDiscovererCommand.js +3 -3
  64. package/dist-es/commands/UpdateRegistryCommand.js +3 -3
  65. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  66. package/dist-es/models/models_0.js +61 -244
  67. package/dist-es/protocols/Aws_restJson1.js +3 -0
  68. package/dist-types/models/models_0.d.ts +244 -366
  69. package/dist-types/ts3.4/models/models_0.d.ts +122 -244
  70. package/package.json +9 -9
@@ -30,12 +30,6 @@ export interface DiscovererSummary {
30
30
  */
31
31
  Tags?: Record<string, string>;
32
32
  }
33
- export declare namespace DiscovererSummary {
34
- /**
35
- * @internal
36
- */
37
- const filterSensitiveLog: (obj: DiscovererSummary) => any;
38
- }
39
33
  export interface RegistrySummary {
40
34
  /**
41
35
  * <p>The ARN of the registry.</p>
@@ -50,12 +44,6 @@ export interface RegistrySummary {
50
44
  */
51
45
  Tags?: Record<string, string>;
52
46
  }
53
- export declare namespace RegistrySummary {
54
- /**
55
- * @internal
56
- */
57
- const filterSensitiveLog: (obj: RegistrySummary) => any;
58
- }
59
47
  /**
60
48
  * <p>A summary of schema details.</p>
61
49
  */
@@ -81,12 +69,6 @@ export interface SchemaSummary {
81
69
  */
82
70
  VersionCount?: number;
83
71
  }
84
- export declare namespace SchemaSummary {
85
- /**
86
- * @internal
87
- */
88
- const filterSensitiveLog: (obj: SchemaSummary) => any;
89
- }
90
72
  export declare enum Type {
91
73
  JSONSchemaDraft4 = "JSONSchemaDraft4",
92
74
  OpenApi3 = "OpenApi3"
@@ -109,12 +91,6 @@ export interface SchemaVersionSummary {
109
91
  */
110
92
  Type?: Type | string;
111
93
  }
112
- export declare namespace SchemaVersionSummary {
113
- /**
114
- * @internal
115
- */
116
- const filterSensitiveLog: (obj: SchemaVersionSummary) => any;
117
- }
118
94
  export interface SearchSchemaVersionSummary {
119
95
  /**
120
96
  * <p>The date the schema version was created.</p>
@@ -129,12 +105,6 @@ export interface SearchSchemaVersionSummary {
129
105
  */
130
106
  Type?: Type | string;
131
107
  }
132
- export declare namespace SearchSchemaVersionSummary {
133
- /**
134
- * @internal
135
- */
136
- const filterSensitiveLog: (obj: SearchSchemaVersionSummary) => any;
137
- }
138
108
  export interface SearchSchemaSummary {
139
109
  /**
140
110
  * <p>The name of the registry.</p>
@@ -153,12 +123,6 @@ export interface SearchSchemaSummary {
153
123
  */
154
124
  SchemaVersions?: SearchSchemaVersionSummary[];
155
125
  }
156
- export declare namespace SearchSchemaSummary {
157
- /**
158
- * @internal
159
- */
160
- const filterSensitiveLog: (obj: SearchSchemaSummary) => any;
161
- }
162
126
  export declare class BadRequestException extends __BaseException {
163
127
  readonly name: "BadRequestException";
164
128
  readonly $fault: "client";
@@ -214,12 +178,6 @@ export interface CreateDiscovererRequest {
214
178
  */
215
179
  Tags?: Record<string, string>;
216
180
  }
217
- export declare namespace CreateDiscovererRequest {
218
- /**
219
- * @internal
220
- */
221
- const filterSensitiveLog: (obj: CreateDiscovererRequest) => any;
222
- }
223
181
  export interface CreateDiscovererResponse {
224
182
  /**
225
183
  * <p>The description of the discoverer.</p>
@@ -250,12 +208,6 @@ export interface CreateDiscovererResponse {
250
208
  */
251
209
  Tags?: Record<string, string>;
252
210
  }
253
- export declare namespace CreateDiscovererResponse {
254
- /**
255
- * @internal
256
- */
257
- const filterSensitiveLog: (obj: CreateDiscovererResponse) => any;
258
- }
259
211
  export declare class ForbiddenException extends __BaseException {
260
212
  readonly name: "ForbiddenException";
261
213
  readonly $fault: "client";
@@ -334,12 +286,6 @@ export interface CreateRegistryRequest {
334
286
  */
335
287
  Tags?: Record<string, string>;
336
288
  }
337
- export declare namespace CreateRegistryRequest {
338
- /**
339
- * @internal
340
- */
341
- const filterSensitiveLog: (obj: CreateRegistryRequest) => any;
342
- }
343
289
  export interface CreateRegistryResponse {
344
290
  /**
345
291
  * <p>The description of the registry.</p>
@@ -358,12 +304,6 @@ export interface CreateRegistryResponse {
358
304
  */
359
305
  Tags?: Record<string, string>;
360
306
  }
361
- export declare namespace CreateRegistryResponse {
362
- /**
363
- * @internal
364
- */
365
- const filterSensitiveLog: (obj: CreateRegistryResponse) => any;
366
- }
367
307
  export interface CreateSchemaRequest {
368
308
  /**
369
309
  * <p>The source of the schema definition.</p>
@@ -390,12 +330,6 @@ export interface CreateSchemaRequest {
390
330
  */
391
331
  Type: Type | string | undefined;
392
332
  }
393
- export declare namespace CreateSchemaRequest {
394
- /**
395
- * @internal
396
- */
397
- const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
398
- }
399
333
  export interface CreateSchemaResponse {
400
334
  /**
401
335
  * <p>The description of the schema.</p>
@@ -430,24 +364,12 @@ export interface CreateSchemaResponse {
430
364
  */
431
365
  VersionCreatedDate?: Date;
432
366
  }
433
- export declare namespace CreateSchemaResponse {
434
- /**
435
- * @internal
436
- */
437
- const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
438
- }
439
367
  export interface DeleteDiscovererRequest {
440
368
  /**
441
369
  * <p>The ID of the discoverer.</p>
442
370
  */
443
371
  DiscovererId: string | undefined;
444
372
  }
445
- export declare namespace DeleteDiscovererRequest {
446
- /**
447
- * @internal
448
- */
449
- const filterSensitiveLog: (obj: DeleteDiscovererRequest) => any;
450
- }
451
373
  export declare class NotFoundException extends __BaseException {
452
374
  readonly name: "NotFoundException";
453
375
  readonly $fault: "client";
@@ -470,24 +392,12 @@ export interface DeleteRegistryRequest {
470
392
  */
471
393
  RegistryName: string | undefined;
472
394
  }
473
- export declare namespace DeleteRegistryRequest {
474
- /**
475
- * @internal
476
- */
477
- const filterSensitiveLog: (obj: DeleteRegistryRequest) => any;
478
- }
479
395
  export interface DeleteResourcePolicyRequest {
480
396
  /**
481
397
  * <p>The name of the registry.</p>
482
398
  */
483
399
  RegistryName?: string;
484
400
  }
485
- export declare namespace DeleteResourcePolicyRequest {
486
- /**
487
- * @internal
488
- */
489
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
490
- }
491
401
  export interface DeleteSchemaRequest {
492
402
  /**
493
403
  * <p>The name of the registry.</p>
@@ -498,12 +408,6 @@ export interface DeleteSchemaRequest {
498
408
  */
499
409
  SchemaName: string | undefined;
500
410
  }
501
- export declare namespace DeleteSchemaRequest {
502
- /**
503
- * @internal
504
- */
505
- const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
506
- }
507
411
  export interface DeleteSchemaVersionRequest {
508
412
  /**
509
413
  * <p>The name of the registry.</p>
@@ -518,12 +422,6 @@ export interface DeleteSchemaVersionRequest {
518
422
  */
519
423
  SchemaVersion: string | undefined;
520
424
  }
521
- export declare namespace DeleteSchemaVersionRequest {
522
- /**
523
- * @internal
524
- */
525
- const filterSensitiveLog: (obj: DeleteSchemaVersionRequest) => any;
526
- }
527
425
  export interface DescribeCodeBindingRequest {
528
426
  /**
529
427
  * <p>The language of the code binding.</p>
@@ -542,12 +440,6 @@ export interface DescribeCodeBindingRequest {
542
440
  */
543
441
  SchemaVersion?: string;
544
442
  }
545
- export declare namespace DescribeCodeBindingRequest {
546
- /**
547
- * @internal
548
- */
549
- const filterSensitiveLog: (obj: DescribeCodeBindingRequest) => any;
550
- }
551
443
  export interface DescribeCodeBindingResponse {
552
444
  /**
553
445
  * <p>The time and date that the code binding was created.</p>
@@ -566,12 +458,6 @@ export interface DescribeCodeBindingResponse {
566
458
  */
567
459
  Status?: CodeGenerationStatus | string;
568
460
  }
569
- export declare namespace DescribeCodeBindingResponse {
570
- /**
571
- * @internal
572
- */
573
- const filterSensitiveLog: (obj: DescribeCodeBindingResponse) => any;
574
- }
575
461
  export declare class TooManyRequestsException extends __BaseException {
576
462
  readonly name: "TooManyRequestsException";
577
463
  readonly $fault: "client";
@@ -594,12 +480,6 @@ export interface DescribeDiscovererRequest {
594
480
  */
595
481
  DiscovererId: string | undefined;
596
482
  }
597
- export declare namespace DescribeDiscovererRequest {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: DescribeDiscovererRequest) => any;
602
- }
603
483
  export interface DescribeDiscovererResponse {
604
484
  /**
605
485
  * <p>The description of the discoverer.</p>
@@ -630,24 +510,12 @@ export interface DescribeDiscovererResponse {
630
510
  */
631
511
  Tags?: Record<string, string>;
632
512
  }
633
- export declare namespace DescribeDiscovererResponse {
634
- /**
635
- * @internal
636
- */
637
- const filterSensitiveLog: (obj: DescribeDiscovererResponse) => any;
638
- }
639
513
  export interface DescribeRegistryRequest {
640
514
  /**
641
515
  * <p>The name of the registry.</p>
642
516
  */
643
517
  RegistryName: string | undefined;
644
518
  }
645
- export declare namespace DescribeRegistryRequest {
646
- /**
647
- * @internal
648
- */
649
- const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
650
- }
651
519
  export interface DescribeRegistryResponse {
652
520
  /**
653
521
  * <p>The description of the registry.</p>
@@ -666,12 +534,6 @@ export interface DescribeRegistryResponse {
666
534
  */
667
535
  Tags?: Record<string, string>;
668
536
  }
669
- export declare namespace DescribeRegistryResponse {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
674
- }
675
537
  export interface DescribeSchemaRequest {
676
538
  /**
677
539
  * <p>The name of the registry.</p>
@@ -686,12 +548,6 @@ export interface DescribeSchemaRequest {
686
548
  */
687
549
  SchemaVersion?: string;
688
550
  }
689
- export declare namespace DescribeSchemaRequest {
690
- /**
691
- * @internal
692
- */
693
- const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
694
- }
695
551
  export interface DescribeSchemaResponse {
696
552
  /**
697
553
  * <p>The source of the schema definition.</p>
@@ -730,12 +586,6 @@ export interface DescribeSchemaResponse {
730
586
  */
731
587
  VersionCreatedDate?: Date;
732
588
  }
733
- export declare namespace DescribeSchemaResponse {
734
- /**
735
- * @internal
736
- */
737
- const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
738
- }
739
589
  export interface ExportSchemaRequest {
740
590
  /**
741
591
  * <p>The name of the registry.</p>
@@ -751,12 +601,6 @@ export interface ExportSchemaRequest {
751
601
  SchemaVersion?: string;
752
602
  Type: string | undefined;
753
603
  }
754
- export declare namespace ExportSchemaRequest {
755
- /**
756
- * @internal
757
- */
758
- const filterSensitiveLog: (obj: ExportSchemaRequest) => any;
759
- }
760
604
  export interface ExportSchemaResponse {
761
605
  Content?: string;
762
606
  SchemaArn?: string;
@@ -764,12 +608,6 @@ export interface ExportSchemaResponse {
764
608
  SchemaVersion?: string;
765
609
  Type?: string;
766
610
  }
767
- export declare namespace ExportSchemaResponse {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: ExportSchemaResponse) => any;
772
- }
773
611
  export interface GetCodeBindingSourceRequest {
774
612
  /**
775
613
  * <p>The language of the code binding.</p>
@@ -788,21 +626,9 @@ export interface GetCodeBindingSourceRequest {
788
626
  */
789
627
  SchemaVersion?: string;
790
628
  }
791
- export declare namespace GetCodeBindingSourceRequest {
792
- /**
793
- * @internal
794
- */
795
- const filterSensitiveLog: (obj: GetCodeBindingSourceRequest) => any;
796
- }
797
629
  export interface GetCodeBindingSourceResponse {
798
630
  Body?: Uint8Array;
799
631
  }
800
- export declare namespace GetCodeBindingSourceResponse {
801
- /**
802
- * @internal
803
- */
804
- const filterSensitiveLog: (obj: GetCodeBindingSourceResponse) => any;
805
- }
806
632
  export interface GetDiscoveredSchemaRequest {
807
633
  /**
808
634
  * <p>An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.</p>
@@ -813,36 +639,18 @@ export interface GetDiscoveredSchemaRequest {
813
639
  */
814
640
  Type: Type | string | undefined;
815
641
  }
816
- export declare namespace GetDiscoveredSchemaRequest {
817
- /**
818
- * @internal
819
- */
820
- const filterSensitiveLog: (obj: GetDiscoveredSchemaRequest) => any;
821
- }
822
642
  export interface GetDiscoveredSchemaResponse {
823
643
  /**
824
644
  * <p>The source of the schema definition.</p>
825
645
  */
826
646
  Content?: string;
827
647
  }
828
- export declare namespace GetDiscoveredSchemaResponse {
829
- /**
830
- * @internal
831
- */
832
- const filterSensitiveLog: (obj: GetDiscoveredSchemaResponse) => any;
833
- }
834
648
  export interface GetResourcePolicyRequest {
835
649
  /**
836
650
  * <p>The name of the registry.</p>
837
651
  */
838
652
  RegistryName?: string;
839
653
  }
840
- export declare namespace GetResourcePolicyRequest {
841
- /**
842
- * @internal
843
- */
844
- const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
845
- }
846
654
  export interface GetResourcePolicyResponse {
847
655
  /**
848
656
  * <p>The resource-based policy.</p>
@@ -853,12 +661,6 @@ export interface GetResourcePolicyResponse {
853
661
  */
854
662
  RevisionId?: string;
855
663
  }
856
- export declare namespace GetResourcePolicyResponse {
857
- /**
858
- * @internal
859
- */
860
- const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
861
- }
862
664
  export declare class GoneException extends __BaseException {
863
665
  readonly name: "GoneException";
864
666
  readonly $fault: "client";
@@ -890,12 +692,6 @@ export interface ListDiscoverersRequest {
890
692
  */
891
693
  SourceArnPrefix?: string;
892
694
  }
893
- export declare namespace ListDiscoverersRequest {
894
- /**
895
- * @internal
896
- */
897
- const filterSensitiveLog: (obj: ListDiscoverersRequest) => any;
898
- }
899
695
  export interface ListDiscoverersResponse {
900
696
  /**
901
697
  * <p>An array of DiscovererSummary information.</p>
@@ -906,12 +702,6 @@ export interface ListDiscoverersResponse {
906
702
  */
907
703
  NextToken?: string;
908
704
  }
909
- export declare namespace ListDiscoverersResponse {
910
- /**
911
- * @internal
912
- */
913
- const filterSensitiveLog: (obj: ListDiscoverersResponse) => any;
914
- }
915
705
  export interface ListRegistriesRequest {
916
706
  Limit?: number;
917
707
  /**
@@ -927,12 +717,6 @@ export interface ListRegistriesRequest {
927
717
  */
928
718
  Scope?: string;
929
719
  }
930
- export declare namespace ListRegistriesRequest {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: ListRegistriesRequest) => any;
935
- }
936
720
  export interface ListRegistriesResponse {
937
721
  /**
938
722
  * <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
@@ -943,12 +727,6 @@ export interface ListRegistriesResponse {
943
727
  */
944
728
  Registries?: RegistrySummary[];
945
729
  }
946
- export declare namespace ListRegistriesResponse {
947
- /**
948
- * @internal
949
- */
950
- const filterSensitiveLog: (obj: ListRegistriesResponse) => any;
951
- }
952
730
  export interface ListSchemasRequest {
953
731
  Limit?: number;
954
732
  /**
@@ -964,12 +742,6 @@ export interface ListSchemasRequest {
964
742
  */
965
743
  SchemaNamePrefix?: string;
966
744
  }
967
- export declare namespace ListSchemasRequest {
968
- /**
969
- * @internal
970
- */
971
- const filterSensitiveLog: (obj: ListSchemasRequest) => any;
972
- }
973
745
  export interface ListSchemasResponse {
974
746
  /**
975
747
  * <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
@@ -980,12 +752,6 @@ export interface ListSchemasResponse {
980
752
  */
981
753
  Schemas?: SchemaSummary[];
982
754
  }
983
- export declare namespace ListSchemasResponse {
984
- /**
985
- * @internal
986
- */
987
- const filterSensitiveLog: (obj: ListSchemasResponse) => any;
988
- }
989
755
  export interface ListSchemaVersionsRequest {
990
756
  Limit?: number;
991
757
  /**
@@ -1001,12 +767,6 @@ export interface ListSchemaVersionsRequest {
1001
767
  */
1002
768
  SchemaName: string | undefined;
1003
769
  }
1004
- export declare namespace ListSchemaVersionsRequest {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: ListSchemaVersionsRequest) => any;
1009
- }
1010
770
  export interface ListSchemaVersionsResponse {
1011
771
  /**
1012
772
  * <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
@@ -1017,36 +777,18 @@ export interface ListSchemaVersionsResponse {
1017
777
  */
1018
778
  SchemaVersions?: SchemaVersionSummary[];
1019
779
  }
1020
- export declare namespace ListSchemaVersionsResponse {
1021
- /**
1022
- * @internal
1023
- */
1024
- const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
1025
- }
1026
780
  export interface ListTagsForResourceRequest {
1027
781
  /**
1028
782
  * <p>The ARN of the resource.</p>
1029
783
  */
1030
784
  ResourceArn: string | undefined;
1031
785
  }
1032
- export declare namespace ListTagsForResourceRequest {
1033
- /**
1034
- * @internal
1035
- */
1036
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1037
- }
1038
786
  export interface ListTagsForResourceResponse {
1039
787
  /**
1040
788
  * <p>Key-value pairs associated with a resource.</p>
1041
789
  */
1042
790
  Tags?: Record<string, string>;
1043
791
  }
1044
- export declare namespace ListTagsForResourceResponse {
1045
- /**
1046
- * @internal
1047
- */
1048
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1049
- }
1050
792
  export declare class PreconditionFailedException extends __BaseException {
1051
793
  readonly name: "PreconditionFailedException";
1052
794
  readonly $fault: "client";
@@ -1081,12 +823,6 @@ export interface PutCodeBindingRequest {
1081
823
  */
1082
824
  SchemaVersion?: string;
1083
825
  }
1084
- export declare namespace PutCodeBindingRequest {
1085
- /**
1086
- * @internal
1087
- */
1088
- const filterSensitiveLog: (obj: PutCodeBindingRequest) => any;
1089
- }
1090
826
  export interface PutCodeBindingResponse {
1091
827
  /**
1092
828
  * <p>The time and date that the code binding was created.</p>
@@ -1105,12 +841,6 @@ export interface PutCodeBindingResponse {
1105
841
  */
1106
842
  Status?: CodeGenerationStatus | string;
1107
843
  }
1108
- export declare namespace PutCodeBindingResponse {
1109
- /**
1110
- * @internal
1111
- */
1112
- const filterSensitiveLog: (obj: PutCodeBindingResponse) => any;
1113
- }
1114
844
  /**
1115
845
  * <p>The name of the policy.</p>
1116
846
  */
@@ -1128,12 +858,6 @@ export interface PutResourcePolicyRequest {
1128
858
  */
1129
859
  RevisionId?: string;
1130
860
  }
1131
- export declare namespace PutResourcePolicyRequest {
1132
- /**
1133
- * @internal
1134
- */
1135
- const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
1136
- }
1137
861
  export interface PutResourcePolicyResponse {
1138
862
  /**
1139
863
  * <p>The resource-based policy.</p>
@@ -1144,12 +868,6 @@ export interface PutResourcePolicyResponse {
1144
868
  */
1145
869
  RevisionId?: string;
1146
870
  }
1147
- export declare namespace PutResourcePolicyResponse {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
1152
- }
1153
871
  export interface SearchSchemasRequest {
1154
872
  /**
1155
873
  * <p>Specifying this limits the results to only schemas that include the provided keywords.</p>
@@ -1165,12 +883,6 @@ export interface SearchSchemasRequest {
1165
883
  */
1166
884
  RegistryName: string | undefined;
1167
885
  }
1168
- export declare namespace SearchSchemasRequest {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: SearchSchemasRequest) => any;
1173
- }
1174
886
  export interface SearchSchemasResponse {
1175
887
  /**
1176
888
  * <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
@@ -1181,24 +893,12 @@ export interface SearchSchemasResponse {
1181
893
  */
1182
894
  Schemas?: SearchSchemaSummary[];
1183
895
  }
1184
- export declare namespace SearchSchemasResponse {
1185
- /**
1186
- * @internal
1187
- */
1188
- const filterSensitiveLog: (obj: SearchSchemasResponse) => any;
1189
- }
1190
896
  export interface StartDiscovererRequest {
1191
897
  /**
1192
898
  * <p>The ID of the discoverer.</p>
1193
899
  */
1194
900
  DiscovererId: string | undefined;
1195
901
  }
1196
- export declare namespace StartDiscovererRequest {
1197
- /**
1198
- * @internal
1199
- */
1200
- const filterSensitiveLog: (obj: StartDiscovererRequest) => any;
1201
- }
1202
902
  export interface StartDiscovererResponse {
1203
903
  /**
1204
904
  * <p>The ID of the discoverer.</p>
@@ -1209,24 +909,12 @@ export interface StartDiscovererResponse {
1209
909
  */
1210
910
  State?: DiscovererState | string;
1211
911
  }
1212
- export declare namespace StartDiscovererResponse {
1213
- /**
1214
- * @internal
1215
- */
1216
- const filterSensitiveLog: (obj: StartDiscovererResponse) => any;
1217
- }
1218
912
  export interface StopDiscovererRequest {
1219
913
  /**
1220
914
  * <p>The ID of the discoverer.</p>
1221
915
  */
1222
916
  DiscovererId: string | undefined;
1223
917
  }
1224
- export declare namespace StopDiscovererRequest {
1225
- /**
1226
- * @internal
1227
- */
1228
- const filterSensitiveLog: (obj: StopDiscovererRequest) => any;
1229
- }
1230
918
  export interface StopDiscovererResponse {
1231
919
  /**
1232
920
  * <p>The ID of the discoverer.</p>
@@ -1237,12 +925,6 @@ export interface StopDiscovererResponse {
1237
925
  */
1238
926
  State?: DiscovererState | string;
1239
927
  }
1240
- export declare namespace StopDiscovererResponse {
1241
- /**
1242
- * @internal
1243
- */
1244
- const filterSensitiveLog: (obj: StopDiscovererResponse) => any;
1245
- }
1246
928
  /**
1247
929
  * <p></p>
1248
930
  */
@@ -1256,12 +938,6 @@ export interface TagResourceRequest {
1256
938
  */
1257
939
  Tags: Record<string, string> | undefined;
1258
940
  }
1259
- export declare namespace TagResourceRequest {
1260
- /**
1261
- * @internal
1262
- */
1263
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1264
- }
1265
941
  export interface UntagResourceRequest {
1266
942
  /**
1267
943
  * <p>The ARN of the resource.</p>
@@ -1272,12 +948,6 @@ export interface UntagResourceRequest {
1272
948
  */
1273
949
  TagKeys: string[] | undefined;
1274
950
  }
1275
- export declare namespace UntagResourceRequest {
1276
- /**
1277
- * @internal
1278
- */
1279
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1280
- }
1281
951
  export interface UpdateDiscovererRequest {
1282
952
  /**
1283
953
  * <p>The description of the discoverer to update.</p>
@@ -1292,12 +962,6 @@ export interface UpdateDiscovererRequest {
1292
962
  */
1293
963
  CrossAccount?: boolean;
1294
964
  }
1295
- export declare namespace UpdateDiscovererRequest {
1296
- /**
1297
- * @internal
1298
- */
1299
- const filterSensitiveLog: (obj: UpdateDiscovererRequest) => any;
1300
- }
1301
965
  export interface UpdateDiscovererResponse {
1302
966
  /**
1303
967
  * <p>The description of the discoverer.</p>
@@ -1328,12 +992,6 @@ export interface UpdateDiscovererResponse {
1328
992
  */
1329
993
  Tags?: Record<string, string>;
1330
994
  }
1331
- export declare namespace UpdateDiscovererResponse {
1332
- /**
1333
- * @internal
1334
- */
1335
- const filterSensitiveLog: (obj: UpdateDiscovererResponse) => any;
1336
- }
1337
995
  /**
1338
996
  * <p>Updates the registry.</p>
1339
997
  */
@@ -1347,12 +1005,6 @@ export interface UpdateRegistryRequest {
1347
1005
  */
1348
1006
  RegistryName: string | undefined;
1349
1007
  }
1350
- export declare namespace UpdateRegistryRequest {
1351
- /**
1352
- * @internal
1353
- */
1354
- const filterSensitiveLog: (obj: UpdateRegistryRequest) => any;
1355
- }
1356
1008
  export interface UpdateRegistryResponse {
1357
1009
  /**
1358
1010
  * <p>The description of the registry.</p>
@@ -1371,12 +1023,6 @@ export interface UpdateRegistryResponse {
1371
1023
  */
1372
1024
  Tags?: Record<string, string>;
1373
1025
  }
1374
- export declare namespace UpdateRegistryResponse {
1375
- /**
1376
- * @internal
1377
- */
1378
- const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
1379
- }
1380
1026
  export interface UpdateSchemaRequest {
1381
1027
  /**
1382
1028
  * <p>The ID of the client token.</p>
@@ -1403,12 +1049,6 @@ export interface UpdateSchemaRequest {
1403
1049
  */
1404
1050
  Type?: Type | string;
1405
1051
  }
1406
- export declare namespace UpdateSchemaRequest {
1407
- /**
1408
- * @internal
1409
- */
1410
- const filterSensitiveLog: (obj: UpdateSchemaRequest) => any;
1411
- }
1412
1052
  export interface UpdateSchemaResponse {
1413
1053
  /**
1414
1054
  * <p>The description of the schema.</p>
@@ -1443,9 +1083,247 @@ export interface UpdateSchemaResponse {
1443
1083
  */
1444
1084
  VersionCreatedDate?: Date;
1445
1085
  }
1446
- export declare namespace UpdateSchemaResponse {
1447
- /**
1448
- * @internal
1449
- */
1450
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
1451
- }
1086
+ /**
1087
+ * @internal
1088
+ */
1089
+ export declare const DiscovererSummaryFilterSensitiveLog: (obj: DiscovererSummary) => any;
1090
+ /**
1091
+ * @internal
1092
+ */
1093
+ export declare const RegistrySummaryFilterSensitiveLog: (obj: RegistrySummary) => any;
1094
+ /**
1095
+ * @internal
1096
+ */
1097
+ export declare const SchemaSummaryFilterSensitiveLog: (obj: SchemaSummary) => any;
1098
+ /**
1099
+ * @internal
1100
+ */
1101
+ export declare const SchemaVersionSummaryFilterSensitiveLog: (obj: SchemaVersionSummary) => any;
1102
+ /**
1103
+ * @internal
1104
+ */
1105
+ export declare const SearchSchemaVersionSummaryFilterSensitiveLog: (obj: SearchSchemaVersionSummary) => any;
1106
+ /**
1107
+ * @internal
1108
+ */
1109
+ export declare const SearchSchemaSummaryFilterSensitiveLog: (obj: SearchSchemaSummary) => any;
1110
+ /**
1111
+ * @internal
1112
+ */
1113
+ export declare const CreateDiscovererRequestFilterSensitiveLog: (obj: CreateDiscovererRequest) => any;
1114
+ /**
1115
+ * @internal
1116
+ */
1117
+ export declare const CreateDiscovererResponseFilterSensitiveLog: (obj: CreateDiscovererResponse) => any;
1118
+ /**
1119
+ * @internal
1120
+ */
1121
+ export declare const CreateRegistryRequestFilterSensitiveLog: (obj: CreateRegistryRequest) => any;
1122
+ /**
1123
+ * @internal
1124
+ */
1125
+ export declare const CreateRegistryResponseFilterSensitiveLog: (obj: CreateRegistryResponse) => any;
1126
+ /**
1127
+ * @internal
1128
+ */
1129
+ export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
1130
+ /**
1131
+ * @internal
1132
+ */
1133
+ export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
1134
+ /**
1135
+ * @internal
1136
+ */
1137
+ export declare const DeleteDiscovererRequestFilterSensitiveLog: (obj: DeleteDiscovererRequest) => any;
1138
+ /**
1139
+ * @internal
1140
+ */
1141
+ export declare const DeleteRegistryRequestFilterSensitiveLog: (obj: DeleteRegistryRequest) => any;
1142
+ /**
1143
+ * @internal
1144
+ */
1145
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
1146
+ /**
1147
+ * @internal
1148
+ */
1149
+ export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
1150
+ /**
1151
+ * @internal
1152
+ */
1153
+ export declare const DeleteSchemaVersionRequestFilterSensitiveLog: (obj: DeleteSchemaVersionRequest) => any;
1154
+ /**
1155
+ * @internal
1156
+ */
1157
+ export declare const DescribeCodeBindingRequestFilterSensitiveLog: (obj: DescribeCodeBindingRequest) => any;
1158
+ /**
1159
+ * @internal
1160
+ */
1161
+ export declare const DescribeCodeBindingResponseFilterSensitiveLog: (obj: DescribeCodeBindingResponse) => any;
1162
+ /**
1163
+ * @internal
1164
+ */
1165
+ export declare const DescribeDiscovererRequestFilterSensitiveLog: (obj: DescribeDiscovererRequest) => any;
1166
+ /**
1167
+ * @internal
1168
+ */
1169
+ export declare const DescribeDiscovererResponseFilterSensitiveLog: (obj: DescribeDiscovererResponse) => any;
1170
+ /**
1171
+ * @internal
1172
+ */
1173
+ export declare const DescribeRegistryRequestFilterSensitiveLog: (obj: DescribeRegistryRequest) => any;
1174
+ /**
1175
+ * @internal
1176
+ */
1177
+ export declare const DescribeRegistryResponseFilterSensitiveLog: (obj: DescribeRegistryResponse) => any;
1178
+ /**
1179
+ * @internal
1180
+ */
1181
+ export declare const DescribeSchemaRequestFilterSensitiveLog: (obj: DescribeSchemaRequest) => any;
1182
+ /**
1183
+ * @internal
1184
+ */
1185
+ export declare const DescribeSchemaResponseFilterSensitiveLog: (obj: DescribeSchemaResponse) => any;
1186
+ /**
1187
+ * @internal
1188
+ */
1189
+ export declare const ExportSchemaRequestFilterSensitiveLog: (obj: ExportSchemaRequest) => any;
1190
+ /**
1191
+ * @internal
1192
+ */
1193
+ export declare const ExportSchemaResponseFilterSensitiveLog: (obj: ExportSchemaResponse) => any;
1194
+ /**
1195
+ * @internal
1196
+ */
1197
+ export declare const GetCodeBindingSourceRequestFilterSensitiveLog: (obj: GetCodeBindingSourceRequest) => any;
1198
+ /**
1199
+ * @internal
1200
+ */
1201
+ export declare const GetCodeBindingSourceResponseFilterSensitiveLog: (obj: GetCodeBindingSourceResponse) => any;
1202
+ /**
1203
+ * @internal
1204
+ */
1205
+ export declare const GetDiscoveredSchemaRequestFilterSensitiveLog: (obj: GetDiscoveredSchemaRequest) => any;
1206
+ /**
1207
+ * @internal
1208
+ */
1209
+ export declare const GetDiscoveredSchemaResponseFilterSensitiveLog: (obj: GetDiscoveredSchemaResponse) => any;
1210
+ /**
1211
+ * @internal
1212
+ */
1213
+ export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
1214
+ /**
1215
+ * @internal
1216
+ */
1217
+ export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
1218
+ /**
1219
+ * @internal
1220
+ */
1221
+ export declare const ListDiscoverersRequestFilterSensitiveLog: (obj: ListDiscoverersRequest) => any;
1222
+ /**
1223
+ * @internal
1224
+ */
1225
+ export declare const ListDiscoverersResponseFilterSensitiveLog: (obj: ListDiscoverersResponse) => any;
1226
+ /**
1227
+ * @internal
1228
+ */
1229
+ export declare const ListRegistriesRequestFilterSensitiveLog: (obj: ListRegistriesRequest) => any;
1230
+ /**
1231
+ * @internal
1232
+ */
1233
+ export declare const ListRegistriesResponseFilterSensitiveLog: (obj: ListRegistriesResponse) => any;
1234
+ /**
1235
+ * @internal
1236
+ */
1237
+ export declare const ListSchemasRequestFilterSensitiveLog: (obj: ListSchemasRequest) => any;
1238
+ /**
1239
+ * @internal
1240
+ */
1241
+ export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
1242
+ /**
1243
+ * @internal
1244
+ */
1245
+ export declare const ListSchemaVersionsRequestFilterSensitiveLog: (obj: ListSchemaVersionsRequest) => any;
1246
+ /**
1247
+ * @internal
1248
+ */
1249
+ export declare const ListSchemaVersionsResponseFilterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
1250
+ /**
1251
+ * @internal
1252
+ */
1253
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1254
+ /**
1255
+ * @internal
1256
+ */
1257
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1258
+ /**
1259
+ * @internal
1260
+ */
1261
+ export declare const PutCodeBindingRequestFilterSensitiveLog: (obj: PutCodeBindingRequest) => any;
1262
+ /**
1263
+ * @internal
1264
+ */
1265
+ export declare const PutCodeBindingResponseFilterSensitiveLog: (obj: PutCodeBindingResponse) => any;
1266
+ /**
1267
+ * @internal
1268
+ */
1269
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
1270
+ /**
1271
+ * @internal
1272
+ */
1273
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
1274
+ /**
1275
+ * @internal
1276
+ */
1277
+ export declare const SearchSchemasRequestFilterSensitiveLog: (obj: SearchSchemasRequest) => any;
1278
+ /**
1279
+ * @internal
1280
+ */
1281
+ export declare const SearchSchemasResponseFilterSensitiveLog: (obj: SearchSchemasResponse) => any;
1282
+ /**
1283
+ * @internal
1284
+ */
1285
+ export declare const StartDiscovererRequestFilterSensitiveLog: (obj: StartDiscovererRequest) => any;
1286
+ /**
1287
+ * @internal
1288
+ */
1289
+ export declare const StartDiscovererResponseFilterSensitiveLog: (obj: StartDiscovererResponse) => any;
1290
+ /**
1291
+ * @internal
1292
+ */
1293
+ export declare const StopDiscovererRequestFilterSensitiveLog: (obj: StopDiscovererRequest) => any;
1294
+ /**
1295
+ * @internal
1296
+ */
1297
+ export declare const StopDiscovererResponseFilterSensitiveLog: (obj: StopDiscovererResponse) => any;
1298
+ /**
1299
+ * @internal
1300
+ */
1301
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1302
+ /**
1303
+ * @internal
1304
+ */
1305
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1306
+ /**
1307
+ * @internal
1308
+ */
1309
+ export declare const UpdateDiscovererRequestFilterSensitiveLog: (obj: UpdateDiscovererRequest) => any;
1310
+ /**
1311
+ * @internal
1312
+ */
1313
+ export declare const UpdateDiscovererResponseFilterSensitiveLog: (obj: UpdateDiscovererResponse) => any;
1314
+ /**
1315
+ * @internal
1316
+ */
1317
+ export declare const UpdateRegistryRequestFilterSensitiveLog: (obj: UpdateRegistryRequest) => any;
1318
+ /**
1319
+ * @internal
1320
+ */
1321
+ export declare const UpdateRegistryResponseFilterSensitiveLog: (obj: UpdateRegistryResponse) => any;
1322
+ /**
1323
+ * @internal
1324
+ */
1325
+ export declare const UpdateSchemaRequestFilterSensitiveLog: (obj: UpdateSchemaRequest) => any;
1326
+ /**
1327
+ * @internal
1328
+ */
1329
+ export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;