@aws-sdk/client-schemas 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/Schemas.d.ts +5 -1
  2. package/dist-types/SchemasClient.d.ts +1 -1
  3. package/dist-types/commands/CreateDiscovererCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteDiscovererCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeDiscovererCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeRegistryCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -1
  15. package/dist-types/commands/ExportSchemaCommand.d.ts +1 -0
  16. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +3 -2
  17. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +2 -1
  18. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/ListDiscoverersCommand.d.ts +2 -1
  20. package/dist-types/commands/ListRegistriesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/PutCodeBindingCommand.d.ts +2 -1
  25. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/SearchSchemasCommand.d.ts +2 -1
  27. package/dist-types/commands/StartDiscovererCommand.d.ts +2 -1
  28. package/dist-types/commands/StopDiscovererCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateDiscovererCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +215 -215
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/Schemas.d.ts +4 -0
  40. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +42 -42
@@ -17,33 +17,33 @@ export type DiscovererState = (typeof DiscovererState)[keyof typeof DiscovererSt
17
17
  */
18
18
  export interface DiscovererSummary {
19
19
  /**
20
- * @public
21
20
  * <p>The ARN of the discoverer.</p>
21
+ * @public
22
22
  */
23
23
  DiscovererArn?: string;
24
24
  /**
25
- * @public
26
25
  * <p>The ID of the discoverer.</p>
26
+ * @public
27
27
  */
28
28
  DiscovererId?: string;
29
29
  /**
30
- * @public
31
30
  * <p>The ARN of the event bus.</p>
31
+ * @public
32
32
  */
33
33
  SourceArn?: string;
34
34
  /**
35
- * @public
36
35
  * <p>The state of the discoverer.</p>
36
+ * @public
37
37
  */
38
38
  State?: DiscovererState;
39
39
  /**
40
- * @public
41
40
  * <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
41
+ * @public
42
42
  */
43
43
  CrossAccount?: boolean;
44
44
  /**
45
- * @public
46
45
  * <p>Tags associated with the resource.</p>
46
+ * @public
47
47
  */
48
48
  Tags?: Record<string, string>;
49
49
  }
@@ -52,49 +52,49 @@ export interface DiscovererSummary {
52
52
  */
53
53
  export interface RegistrySummary {
54
54
  /**
55
- * @public
56
55
  * <p>The ARN of the registry.</p>
56
+ * @public
57
57
  */
58
58
  RegistryArn?: string;
59
59
  /**
60
- * @public
61
60
  * <p>The name of the registry.</p>
61
+ * @public
62
62
  */
63
63
  RegistryName?: string;
64
64
  /**
65
- * @public
66
65
  * <p>Tags associated with the registry.</p>
66
+ * @public
67
67
  */
68
68
  Tags?: Record<string, string>;
69
69
  }
70
70
  /**
71
- * @public
72
71
  * <p>A summary of schema details.</p>
72
+ * @public
73
73
  */
74
74
  export interface SchemaSummary {
75
75
  /**
76
- * @public
77
76
  * <p>The date and time that schema was modified.</p>
77
+ * @public
78
78
  */
79
79
  LastModified?: Date;
80
80
  /**
81
- * @public
82
81
  * <p>The ARN of the schema.</p>
82
+ * @public
83
83
  */
84
84
  SchemaArn?: string;
85
85
  /**
86
- * @public
87
86
  * <p>The name of the schema.</p>
87
+ * @public
88
88
  */
89
89
  SchemaName?: string;
90
90
  /**
91
- * @public
92
91
  * <p>Tags associated with the schema.</p>
92
+ * @public
93
93
  */
94
94
  Tags?: Record<string, string>;
95
95
  /**
96
- * @public
97
96
  * <p>The number of versions available for the schema.</p>
97
+ * @public
98
98
  */
99
99
  VersionCount?: number;
100
100
  }
@@ -115,23 +115,23 @@ export type Type = (typeof Type)[keyof typeof Type];
115
115
  */
116
116
  export interface SchemaVersionSummary {
117
117
  /**
118
- * @public
119
118
  * <p>The ARN of the schema version.</p>
119
+ * @public
120
120
  */
121
121
  SchemaArn?: string;
122
122
  /**
123
- * @public
124
123
  * <p>The name of the schema.</p>
124
+ * @public
125
125
  */
126
126
  SchemaName?: string;
127
127
  /**
128
- * @public
129
128
  * <p>The version number of the schema.</p>
129
+ * @public
130
130
  */
131
131
  SchemaVersion?: string;
132
132
  /**
133
- * @public
134
133
  * <p>The type of schema.</p>
134
+ * @public
135
135
  */
136
136
  Type?: Type;
137
137
  }
@@ -140,18 +140,18 @@ export interface SchemaVersionSummary {
140
140
  */
141
141
  export interface SearchSchemaVersionSummary {
142
142
  /**
143
- * @public
144
143
  * <p>The date the schema version was created.</p>
144
+ * @public
145
145
  */
146
146
  CreatedDate?: Date;
147
147
  /**
148
- * @public
149
148
  * <p>The version number of the schema</p>
149
+ * @public
150
150
  */
151
151
  SchemaVersion?: string;
152
152
  /**
153
- * @public
154
153
  * <p>The type of schema.</p>
154
+ * @public
155
155
  */
156
156
  Type?: Type;
157
157
  }
@@ -160,23 +160,23 @@ export interface SearchSchemaVersionSummary {
160
160
  */
161
161
  export interface SearchSchemaSummary {
162
162
  /**
163
- * @public
164
163
  * <p>The name of the registry.</p>
164
+ * @public
165
165
  */
166
166
  RegistryName?: string;
167
167
  /**
168
- * @public
169
168
  * <p>The ARN of the schema.</p>
169
+ * @public
170
170
  */
171
171
  SchemaArn?: string;
172
172
  /**
173
- * @public
174
173
  * <p>The name of the schema.</p>
174
+ * @public
175
175
  */
176
176
  SchemaName?: string;
177
177
  /**
178
- * @public
179
178
  * <p>An array of schema version summaries.</p>
179
+ * @public
180
180
  */
181
181
  SchemaVersions?: SearchSchemaVersionSummary[];
182
182
  }
@@ -187,13 +187,13 @@ export declare class BadRequestException extends __BaseException {
187
187
  readonly name: "BadRequestException";
188
188
  readonly $fault: "client";
189
189
  /**
190
- * @public
191
190
  * <p>The error code.</p>
191
+ * @public
192
192
  */
193
193
  Code: string | undefined;
194
194
  /**
195
- * @public
196
195
  * <p>The message string of the error output.</p>
196
+ * @public
197
197
  */
198
198
  Message: string | undefined;
199
199
  /**
@@ -221,13 +221,13 @@ export declare class ConflictException extends __BaseException {
221
221
  readonly name: "ConflictException";
222
222
  readonly $fault: "client";
223
223
  /**
224
- * @public
225
224
  * <p>The error code.</p>
225
+ * @public
226
226
  */
227
227
  Code: string | undefined;
228
228
  /**
229
- * @public
230
229
  * <p>The message string of the error output.</p>
230
+ * @public
231
231
  */
232
232
  Message: string | undefined;
233
233
  /**
@@ -240,23 +240,23 @@ export declare class ConflictException extends __BaseException {
240
240
  */
241
241
  export interface CreateDiscovererRequest {
242
242
  /**
243
- * @public
244
243
  * <p>A description for the discoverer.</p>
244
+ * @public
245
245
  */
246
246
  Description?: string;
247
247
  /**
248
- * @public
249
248
  * <p>The ARN of the event bus.</p>
249
+ * @public
250
250
  */
251
251
  SourceArn: string | undefined;
252
252
  /**
253
- * @public
254
253
  * <p>Support discovery of schemas in events sent to the bus from another account. (default: true).</p>
254
+ * @public
255
255
  */
256
256
  CrossAccount?: boolean;
257
257
  /**
258
- * @public
259
258
  * <p>Tags associated with the resource.</p>
259
+ * @public
260
260
  */
261
261
  Tags?: Record<string, string>;
262
262
  }
@@ -265,38 +265,38 @@ export interface CreateDiscovererRequest {
265
265
  */
266
266
  export interface CreateDiscovererResponse {
267
267
  /**
268
- * @public
269
268
  * <p>The description of the discoverer.</p>
269
+ * @public
270
270
  */
271
271
  Description?: string;
272
272
  /**
273
- * @public
274
273
  * <p>The ARN of the discoverer.</p>
274
+ * @public
275
275
  */
276
276
  DiscovererArn?: string;
277
277
  /**
278
- * @public
279
278
  * <p>The ID of the discoverer.</p>
279
+ * @public
280
280
  */
281
281
  DiscovererId?: string;
282
282
  /**
283
- * @public
284
283
  * <p>The ARN of the event bus.</p>
284
+ * @public
285
285
  */
286
286
  SourceArn?: string;
287
287
  /**
288
- * @public
289
288
  * <p>The state of the discoverer.</p>
289
+ * @public
290
290
  */
291
291
  State?: DiscovererState;
292
292
  /**
293
- * @public
294
293
  * <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
294
+ * @public
295
295
  */
296
296
  CrossAccount?: boolean;
297
297
  /**
298
- * @public
299
298
  * <p>Tags associated with the resource.</p>
299
+ * @public
300
300
  */
301
301
  Tags?: Record<string, string>;
302
302
  }
@@ -307,13 +307,13 @@ export declare class ForbiddenException extends __BaseException {
307
307
  readonly name: "ForbiddenException";
308
308
  readonly $fault: "client";
309
309
  /**
310
- * @public
311
310
  * <p>The error code.</p>
311
+ * @public
312
312
  */
313
313
  Code: string | undefined;
314
314
  /**
315
- * @public
316
315
  * <p>The message string of the error output.</p>
316
+ * @public
317
317
  */
318
318
  Message: string | undefined;
319
319
  /**
@@ -328,13 +328,13 @@ export declare class InternalServerErrorException extends __BaseException {
328
328
  readonly name: "InternalServerErrorException";
329
329
  readonly $fault: "server";
330
330
  /**
331
- * @public
332
331
  * <p>The error code.</p>
332
+ * @public
333
333
  */
334
334
  Code: string | undefined;
335
335
  /**
336
- * @public
337
336
  * <p>The message string of the error output.</p>
337
+ * @public
338
338
  */
339
339
  Message: string | undefined;
340
340
  /**
@@ -349,13 +349,13 @@ export declare class ServiceUnavailableException extends __BaseException {
349
349
  readonly name: "ServiceUnavailableException";
350
350
  readonly $fault: "server";
351
351
  /**
352
- * @public
353
352
  * <p>The error code.</p>
353
+ * @public
354
354
  */
355
355
  Code: string | undefined;
356
356
  /**
357
- * @public
358
357
  * <p>The message string of the error output.</p>
358
+ * @public
359
359
  */
360
360
  Message: string | undefined;
361
361
  /**
@@ -370,13 +370,13 @@ export declare class UnauthorizedException extends __BaseException {
370
370
  readonly name: "UnauthorizedException";
371
371
  readonly $fault: "client";
372
372
  /**
373
- * @public
374
373
  * <p>The error code.</p>
374
+ * @public
375
375
  */
376
376
  Code: string | undefined;
377
377
  /**
378
- * @public
379
378
  * <p>The message string of the error output.</p>
379
+ * @public
380
380
  */
381
381
  Message: string | undefined;
382
382
  /**
@@ -389,18 +389,18 @@ export declare class UnauthorizedException extends __BaseException {
389
389
  */
390
390
  export interface CreateRegistryRequest {
391
391
  /**
392
- * @public
393
392
  * <p>A description of the registry to be created.</p>
393
+ * @public
394
394
  */
395
395
  Description?: string;
396
396
  /**
397
- * @public
398
397
  * <p>The name of the registry.</p>
398
+ * @public
399
399
  */
400
400
  RegistryName: string | undefined;
401
401
  /**
402
- * @public
403
402
  * <p>Tags to associate with the registry.</p>
403
+ * @public
404
404
  */
405
405
  Tags?: Record<string, string>;
406
406
  }
@@ -409,23 +409,23 @@ export interface CreateRegistryRequest {
409
409
  */
410
410
  export interface CreateRegistryResponse {
411
411
  /**
412
- * @public
413
412
  * <p>The description of the registry.</p>
413
+ * @public
414
414
  */
415
415
  Description?: string;
416
416
  /**
417
- * @public
418
417
  * <p>The ARN of the registry.</p>
418
+ * @public
419
419
  */
420
420
  RegistryArn?: string;
421
421
  /**
422
- * @public
423
422
  * <p>The name of the registry.</p>
423
+ * @public
424
424
  */
425
425
  RegistryName?: string;
426
426
  /**
427
- * @public
428
427
  * <p>Tags associated with the registry.</p>
428
+ * @public
429
429
  */
430
430
  Tags?: Record<string, string>;
431
431
  }
@@ -434,33 +434,33 @@ export interface CreateRegistryResponse {
434
434
  */
435
435
  export interface CreateSchemaRequest {
436
436
  /**
437
- * @public
438
437
  * <p>The source of the schema definition.</p>
438
+ * @public
439
439
  */
440
440
  Content: string | undefined;
441
441
  /**
442
- * @public
443
442
  * <p>A description of the schema.</p>
443
+ * @public
444
444
  */
445
445
  Description?: string;
446
446
  /**
447
- * @public
448
447
  * <p>The name of the registry.</p>
448
+ * @public
449
449
  */
450
450
  RegistryName: string | undefined;
451
451
  /**
452
- * @public
453
452
  * <p>The name of the schema.</p>
453
+ * @public
454
454
  */
455
455
  SchemaName: string | undefined;
456
456
  /**
457
- * @public
458
457
  * <p>Tags associated with the schema.</p>
458
+ * @public
459
459
  */
460
460
  Tags?: Record<string, string>;
461
461
  /**
462
- * @public
463
462
  * <p>The type of schema.</p>
463
+ * @public
464
464
  */
465
465
  Type: Type | undefined;
466
466
  }
@@ -469,43 +469,43 @@ export interface CreateSchemaRequest {
469
469
  */
470
470
  export interface CreateSchemaResponse {
471
471
  /**
472
- * @public
473
472
  * <p>The description of the schema.</p>
473
+ * @public
474
474
  */
475
475
  Description?: string;
476
476
  /**
477
- * @public
478
477
  * <p>The date and time that schema was modified.</p>
478
+ * @public
479
479
  */
480
480
  LastModified?: Date;
481
481
  /**
482
- * @public
483
482
  * <p>The ARN of the schema.</p>
483
+ * @public
484
484
  */
485
485
  SchemaArn?: string;
486
486
  /**
487
- * @public
488
487
  * <p>The name of the schema.</p>
488
+ * @public
489
489
  */
490
490
  SchemaName?: string;
491
491
  /**
492
- * @public
493
492
  * <p>The version number of the schema</p>
493
+ * @public
494
494
  */
495
495
  SchemaVersion?: string;
496
496
  /**
497
- * @public
498
497
  * <p>Key-value pairs associated with a resource.</p>
498
+ * @public
499
499
  */
500
500
  Tags?: Record<string, string>;
501
501
  /**
502
- * @public
503
502
  * <p>The type of the schema.</p>
503
+ * @public
504
504
  */
505
505
  Type?: string;
506
506
  /**
507
- * @public
508
507
  * <p>The date the schema version was created.</p>
508
+ * @public
509
509
  */
510
510
  VersionCreatedDate?: Date;
511
511
  }
@@ -514,8 +514,8 @@ export interface CreateSchemaResponse {
514
514
  */
515
515
  export interface DeleteDiscovererRequest {
516
516
  /**
517
- * @public
518
517
  * <p>The ID of the discoverer.</p>
518
+ * @public
519
519
  */
520
520
  DiscovererId: string | undefined;
521
521
  }
@@ -526,13 +526,13 @@ export declare class NotFoundException extends __BaseException {
526
526
  readonly name: "NotFoundException";
527
527
  readonly $fault: "client";
528
528
  /**
529
- * @public
530
529
  * <p>The error code.</p>
530
+ * @public
531
531
  */
532
532
  Code: string | undefined;
533
533
  /**
534
- * @public
535
534
  * <p>The message string of the error output.</p>
535
+ * @public
536
536
  */
537
537
  Message: string | undefined;
538
538
  /**
@@ -545,8 +545,8 @@ export declare class NotFoundException extends __BaseException {
545
545
  */
546
546
  export interface DeleteRegistryRequest {
547
547
  /**
548
- * @public
549
548
  * <p>The name of the registry.</p>
549
+ * @public
550
550
  */
551
551
  RegistryName: string | undefined;
552
552
  }
@@ -555,8 +555,8 @@ export interface DeleteRegistryRequest {
555
555
  */
556
556
  export interface DeleteResourcePolicyRequest {
557
557
  /**
558
- * @public
559
558
  * <p>The name of the registry.</p>
559
+ * @public
560
560
  */
561
561
  RegistryName?: string;
562
562
  }
@@ -565,13 +565,13 @@ export interface DeleteResourcePolicyRequest {
565
565
  */
566
566
  export interface DeleteSchemaRequest {
567
567
  /**
568
- * @public
569
568
  * <p>The name of the registry.</p>
569
+ * @public
570
570
  */
571
571
  RegistryName: string | undefined;
572
572
  /**
573
- * @public
574
573
  * <p>The name of the schema.</p>
574
+ * @public
575
575
  */
576
576
  SchemaName: string | undefined;
577
577
  }
@@ -580,18 +580,18 @@ export interface DeleteSchemaRequest {
580
580
  */
581
581
  export interface DeleteSchemaVersionRequest {
582
582
  /**
583
- * @public
584
583
  * <p>The name of the registry.</p>
584
+ * @public
585
585
  */
586
586
  RegistryName: string | undefined;
587
587
  /**
588
- * @public
589
588
  * <p>The name of the schema.</p>
589
+ * @public
590
590
  */
591
591
  SchemaName: string | undefined;
592
592
  /**
593
- * @public
594
593
  * The version number of the schema
594
+ * @public
595
595
  */
596
596
  SchemaVersion: string | undefined;
597
597
  }
@@ -600,23 +600,23 @@ export interface DeleteSchemaVersionRequest {
600
600
  */
601
601
  export interface DescribeCodeBindingRequest {
602
602
  /**
603
- * @public
604
603
  * <p>The language of the code binding.</p>
604
+ * @public
605
605
  */
606
606
  Language: string | undefined;
607
607
  /**
608
- * @public
609
608
  * <p>The name of the registry.</p>
609
+ * @public
610
610
  */
611
611
  RegistryName: string | undefined;
612
612
  /**
613
- * @public
614
613
  * <p>The name of the schema.</p>
614
+ * @public
615
615
  */
616
616
  SchemaName: string | undefined;
617
617
  /**
618
- * @public
619
618
  * <p>Specifying this limits the results to only this schema version.</p>
619
+ * @public
620
620
  */
621
621
  SchemaVersion?: string;
622
622
  }
@@ -625,23 +625,23 @@ export interface DescribeCodeBindingRequest {
625
625
  */
626
626
  export interface DescribeCodeBindingResponse {
627
627
  /**
628
- * @public
629
628
  * <p>The time and date that the code binding was created.</p>
629
+ * @public
630
630
  */
631
631
  CreationDate?: Date;
632
632
  /**
633
- * @public
634
633
  * <p>The date and time that code bindings were modified.</p>
634
+ * @public
635
635
  */
636
636
  LastModified?: Date;
637
637
  /**
638
- * @public
639
638
  * <p>The version number of the schema.</p>
639
+ * @public
640
640
  */
641
641
  SchemaVersion?: string;
642
642
  /**
643
- * @public
644
643
  * <p>The current status of code binding generation.</p>
644
+ * @public
645
645
  */
646
646
  Status?: CodeGenerationStatus;
647
647
  }
@@ -652,13 +652,13 @@ export declare class TooManyRequestsException extends __BaseException {
652
652
  readonly name: "TooManyRequestsException";
653
653
  readonly $fault: "client";
654
654
  /**
655
- * @public
656
655
  * <p>The error code.</p>
656
+ * @public
657
657
  */
658
658
  Code: string | undefined;
659
659
  /**
660
- * @public
661
660
  * <p>The message string of the error output.</p>
661
+ * @public
662
662
  */
663
663
  Message: string | undefined;
664
664
  /**
@@ -671,8 +671,8 @@ export declare class TooManyRequestsException extends __BaseException {
671
671
  */
672
672
  export interface DescribeDiscovererRequest {
673
673
  /**
674
- * @public
675
674
  * <p>The ID of the discoverer.</p>
675
+ * @public
676
676
  */
677
677
  DiscovererId: string | undefined;
678
678
  }
@@ -681,38 +681,38 @@ export interface DescribeDiscovererRequest {
681
681
  */
682
682
  export interface DescribeDiscovererResponse {
683
683
  /**
684
- * @public
685
684
  * <p>The description of the discoverer.</p>
685
+ * @public
686
686
  */
687
687
  Description?: string;
688
688
  /**
689
- * @public
690
689
  * <p>The ARN of the discoverer.</p>
690
+ * @public
691
691
  */
692
692
  DiscovererArn?: string;
693
693
  /**
694
- * @public
695
694
  * <p>The ID of the discoverer.</p>
695
+ * @public
696
696
  */
697
697
  DiscovererId?: string;
698
698
  /**
699
- * @public
700
699
  * <p>The ARN of the event bus.</p>
700
+ * @public
701
701
  */
702
702
  SourceArn?: string;
703
703
  /**
704
- * @public
705
704
  * <p>The state of the discoverer.</p>
705
+ * @public
706
706
  */
707
707
  State?: DiscovererState;
708
708
  /**
709
- * @public
710
709
  * <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
710
+ * @public
711
711
  */
712
712
  CrossAccount?: boolean;
713
713
  /**
714
- * @public
715
714
  * <p>Tags associated with the resource.</p>
715
+ * @public
716
716
  */
717
717
  Tags?: Record<string, string>;
718
718
  }
@@ -721,8 +721,8 @@ export interface DescribeDiscovererResponse {
721
721
  */
722
722
  export interface DescribeRegistryRequest {
723
723
  /**
724
- * @public
725
724
  * <p>The name of the registry.</p>
725
+ * @public
726
726
  */
727
727
  RegistryName: string | undefined;
728
728
  }
@@ -731,23 +731,23 @@ export interface DescribeRegistryRequest {
731
731
  */
732
732
  export interface DescribeRegistryResponse {
733
733
  /**
734
- * @public
735
734
  * <p>The description of the registry.</p>
735
+ * @public
736
736
  */
737
737
  Description?: string;
738
738
  /**
739
- * @public
740
739
  * <p>The ARN of the registry.</p>
740
+ * @public
741
741
  */
742
742
  RegistryArn?: string;
743
743
  /**
744
- * @public
745
744
  * <p>The name of the registry.</p>
745
+ * @public
746
746
  */
747
747
  RegistryName?: string;
748
748
  /**
749
- * @public
750
749
  * <p>Tags associated with the registry.</p>
750
+ * @public
751
751
  */
752
752
  Tags?: Record<string, string>;
753
753
  }
@@ -756,18 +756,18 @@ export interface DescribeRegistryResponse {
756
756
  */
757
757
  export interface DescribeSchemaRequest {
758
758
  /**
759
- * @public
760
759
  * <p>The name of the registry.</p>
760
+ * @public
761
761
  */
762
762
  RegistryName: string | undefined;
763
763
  /**
764
- * @public
765
764
  * <p>The name of the schema.</p>
765
+ * @public
766
766
  */
767
767
  SchemaName: string | undefined;
768
768
  /**
769
- * @public
770
769
  * <p>Specifying this limits the results to only this schema version.</p>
770
+ * @public
771
771
  */
772
772
  SchemaVersion?: string;
773
773
  }
@@ -776,48 +776,48 @@ export interface DescribeSchemaRequest {
776
776
  */
777
777
  export interface DescribeSchemaResponse {
778
778
  /**
779
- * @public
780
779
  * <p>The source of the schema definition.</p>
780
+ * @public
781
781
  */
782
782
  Content?: string;
783
783
  /**
784
- * @public
785
784
  * <p>The description of the schema.</p>
785
+ * @public
786
786
  */
787
787
  Description?: string;
788
788
  /**
789
- * @public
790
789
  * <p>The date and time that schema was modified.</p>
790
+ * @public
791
791
  */
792
792
  LastModified?: Date;
793
793
  /**
794
- * @public
795
794
  * <p>The ARN of the schema.</p>
795
+ * @public
796
796
  */
797
797
  SchemaArn?: string;
798
798
  /**
799
- * @public
800
799
  * <p>The name of the schema.</p>
800
+ * @public
801
801
  */
802
802
  SchemaName?: string;
803
803
  /**
804
- * @public
805
804
  * <p>The version number of the schema</p>
805
+ * @public
806
806
  */
807
807
  SchemaVersion?: string;
808
808
  /**
809
- * @public
810
809
  * <p>Tags associated with the resource.</p>
810
+ * @public
811
811
  */
812
812
  Tags?: Record<string, string>;
813
813
  /**
814
- * @public
815
814
  * <p>The type of the schema.</p>
815
+ * @public
816
816
  */
817
817
  Type?: string;
818
818
  /**
819
- * @public
820
819
  * <p>The date the schema version was created.</p>
820
+ * @public
821
821
  */
822
822
  VersionCreatedDate?: Date;
823
823
  }
@@ -826,18 +826,18 @@ export interface DescribeSchemaResponse {
826
826
  */
827
827
  export interface ExportSchemaRequest {
828
828
  /**
829
- * @public
830
829
  * <p>The name of the registry.</p>
830
+ * @public
831
831
  */
832
832
  RegistryName: string | undefined;
833
833
  /**
834
- * @public
835
834
  * <p>The name of the schema.</p>
835
+ * @public
836
836
  */
837
837
  SchemaName: string | undefined;
838
838
  /**
839
- * @public
840
839
  * <p>Specifying this limits the results to only this schema version.</p>
840
+ * @public
841
841
  */
842
842
  SchemaVersion?: string;
843
843
  Type: string | undefined;
@@ -857,23 +857,23 @@ export interface ExportSchemaResponse {
857
857
  */
858
858
  export interface GetCodeBindingSourceRequest {
859
859
  /**
860
- * @public
861
860
  * <p>The language of the code binding.</p>
861
+ * @public
862
862
  */
863
863
  Language: string | undefined;
864
864
  /**
865
- * @public
866
865
  * <p>The name of the registry.</p>
866
+ * @public
867
867
  */
868
868
  RegistryName: string | undefined;
869
869
  /**
870
- * @public
871
870
  * <p>The name of the schema.</p>
871
+ * @public
872
872
  */
873
873
  SchemaName: string | undefined;
874
874
  /**
875
- * @public
876
875
  * <p>Specifying this limits the results to only this schema version.</p>
876
+ * @public
877
877
  */
878
878
  SchemaVersion?: string;
879
879
  }
@@ -888,13 +888,13 @@ export interface GetCodeBindingSourceResponse {
888
888
  */
889
889
  export interface GetDiscoveredSchemaRequest {
890
890
  /**
891
- * @public
892
891
  * <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>
892
+ * @public
893
893
  */
894
894
  Events: string[] | undefined;
895
895
  /**
896
- * @public
897
896
  * <p>The type of event.</p>
897
+ * @public
898
898
  */
899
899
  Type: Type | undefined;
900
900
  }
@@ -903,8 +903,8 @@ export interface GetDiscoveredSchemaRequest {
903
903
  */
904
904
  export interface GetDiscoveredSchemaResponse {
905
905
  /**
906
- * @public
907
906
  * <p>The source of the schema definition.</p>
907
+ * @public
908
908
  */
909
909
  Content?: string;
910
910
  }
@@ -913,8 +913,8 @@ export interface GetDiscoveredSchemaResponse {
913
913
  */
914
914
  export interface GetResourcePolicyRequest {
915
915
  /**
916
- * @public
917
916
  * <p>The name of the registry.</p>
917
+ * @public
918
918
  */
919
919
  RegistryName?: string;
920
920
  }
@@ -923,13 +923,13 @@ export interface GetResourcePolicyRequest {
923
923
  */
924
924
  export interface GetResourcePolicyResponse {
925
925
  /**
926
- * @public
927
926
  * <p>The resource-based policy.</p>
927
+ * @public
928
928
  */
929
929
  Policy?: __LazyJsonString | string;
930
930
  /**
931
- * @public
932
931
  * <p>The revision ID.</p>
932
+ * @public
933
933
  */
934
934
  RevisionId?: string;
935
935
  }
@@ -940,13 +940,13 @@ export declare class GoneException extends __BaseException {
940
940
  readonly name: "GoneException";
941
941
  readonly $fault: "client";
942
942
  /**
943
- * @public
944
943
  * <p>The error code.</p>
944
+ * @public
945
945
  */
946
946
  Code: string | undefined;
947
947
  /**
948
- * @public
949
948
  * <p>The message string of the error output.</p>
949
+ * @public
950
950
  */
951
951
  Message: string | undefined;
952
952
  /**
@@ -959,19 +959,19 @@ export declare class GoneException extends __BaseException {
959
959
  */
960
960
  export interface ListDiscoverersRequest {
961
961
  /**
962
- * @public
963
962
  * <p>Specifying this limits the results to only those discoverer IDs that start with the specified prefix.</p>
963
+ * @public
964
964
  */
965
965
  DiscovererIdPrefix?: string;
966
966
  Limit?: number;
967
967
  /**
968
- * @public
969
968
  * <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>
969
+ * @public
970
970
  */
971
971
  NextToken?: string;
972
972
  /**
973
- * @public
974
973
  * <p>Specifying this limits the results to only those ARNs that start with the specified prefix.</p>
974
+ * @public
975
975
  */
976
976
  SourceArnPrefix?: string;
977
977
  }
@@ -980,13 +980,13 @@ export interface ListDiscoverersRequest {
980
980
  */
981
981
  export interface ListDiscoverersResponse {
982
982
  /**
983
- * @public
984
983
  * <p>An array of DiscovererSummary information.</p>
984
+ * @public
985
985
  */
986
986
  Discoverers?: DiscovererSummary[];
987
987
  /**
988
- * @public
989
988
  * <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>
989
+ * @public
990
990
  */
991
991
  NextToken?: string;
992
992
  }
@@ -996,18 +996,18 @@ export interface ListDiscoverersResponse {
996
996
  export interface ListRegistriesRequest {
997
997
  Limit?: number;
998
998
  /**
999
- * @public
1000
999
  * <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>
1000
+ * @public
1001
1001
  */
1002
1002
  NextToken?: string;
1003
1003
  /**
1004
- * @public
1005
1004
  * <p>Specifying this limits the results to only those registry names that start with the specified prefix.</p>
1005
+ * @public
1006
1006
  */
1007
1007
  RegistryNamePrefix?: string;
1008
1008
  /**
1009
- * @public
1010
1009
  * <p>Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.</p>
1010
+ * @public
1011
1011
  */
1012
1012
  Scope?: string;
1013
1013
  }
@@ -1016,13 +1016,13 @@ export interface ListRegistriesRequest {
1016
1016
  */
1017
1017
  export interface ListRegistriesResponse {
1018
1018
  /**
1019
- * @public
1020
1019
  * <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>
1020
+ * @public
1021
1021
  */
1022
1022
  NextToken?: string;
1023
1023
  /**
1024
- * @public
1025
1024
  * <p>An array of registry summaries.</p>
1025
+ * @public
1026
1026
  */
1027
1027
  Registries?: RegistrySummary[];
1028
1028
  }
@@ -1032,18 +1032,18 @@ export interface ListRegistriesResponse {
1032
1032
  export interface ListSchemasRequest {
1033
1033
  Limit?: number;
1034
1034
  /**
1035
- * @public
1036
1035
  * <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>
1036
+ * @public
1037
1037
  */
1038
1038
  NextToken?: string;
1039
1039
  /**
1040
- * @public
1041
1040
  * <p>The name of the registry.</p>
1041
+ * @public
1042
1042
  */
1043
1043
  RegistryName: string | undefined;
1044
1044
  /**
1045
- * @public
1046
1045
  * <p>Specifying this limits the results to only those schema names that start with the specified prefix.</p>
1046
+ * @public
1047
1047
  */
1048
1048
  SchemaNamePrefix?: string;
1049
1049
  }
@@ -1052,13 +1052,13 @@ export interface ListSchemasRequest {
1052
1052
  */
1053
1053
  export interface ListSchemasResponse {
1054
1054
  /**
1055
- * @public
1056
1055
  * <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>
1056
+ * @public
1057
1057
  */
1058
1058
  NextToken?: string;
1059
1059
  /**
1060
- * @public
1061
1060
  * <p>An array of schema summaries.</p>
1061
+ * @public
1062
1062
  */
1063
1063
  Schemas?: SchemaSummary[];
1064
1064
  }
@@ -1068,18 +1068,18 @@ export interface ListSchemasResponse {
1068
1068
  export interface ListSchemaVersionsRequest {
1069
1069
  Limit?: number;
1070
1070
  /**
1071
- * @public
1072
1071
  * <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>
1072
+ * @public
1073
1073
  */
1074
1074
  NextToken?: string;
1075
1075
  /**
1076
- * @public
1077
1076
  * <p>The name of the registry.</p>
1077
+ * @public
1078
1078
  */
1079
1079
  RegistryName: string | undefined;
1080
1080
  /**
1081
- * @public
1082
1081
  * <p>The name of the schema.</p>
1082
+ * @public
1083
1083
  */
1084
1084
  SchemaName: string | undefined;
1085
1085
  }
@@ -1088,13 +1088,13 @@ export interface ListSchemaVersionsRequest {
1088
1088
  */
1089
1089
  export interface ListSchemaVersionsResponse {
1090
1090
  /**
1091
- * @public
1092
1091
  * <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>
1092
+ * @public
1093
1093
  */
1094
1094
  NextToken?: string;
1095
1095
  /**
1096
- * @public
1097
1096
  * <p>An array of schema version summaries.</p>
1097
+ * @public
1098
1098
  */
1099
1099
  SchemaVersions?: SchemaVersionSummary[];
1100
1100
  }
@@ -1103,8 +1103,8 @@ export interface ListSchemaVersionsResponse {
1103
1103
  */
1104
1104
  export interface ListTagsForResourceRequest {
1105
1105
  /**
1106
- * @public
1107
1106
  * <p>The ARN of the resource.</p>
1107
+ * @public
1108
1108
  */
1109
1109
  ResourceArn: string | undefined;
1110
1110
  }
@@ -1113,8 +1113,8 @@ export interface ListTagsForResourceRequest {
1113
1113
  */
1114
1114
  export interface ListTagsForResourceResponse {
1115
1115
  /**
1116
- * @public
1117
1116
  * <p>Key-value pairs associated with a resource.</p>
1117
+ * @public
1118
1118
  */
1119
1119
  Tags?: Record<string, string>;
1120
1120
  }
@@ -1125,13 +1125,13 @@ export declare class PreconditionFailedException extends __BaseException {
1125
1125
  readonly name: "PreconditionFailedException";
1126
1126
  readonly $fault: "client";
1127
1127
  /**
1128
- * @public
1129
1128
  * <p>The error code.</p>
1129
+ * @public
1130
1130
  */
1131
1131
  Code: string | undefined;
1132
1132
  /**
1133
- * @public
1134
1133
  * <p>The message string of the error output.</p>
1134
+ * @public
1135
1135
  */
1136
1136
  Message: string | undefined;
1137
1137
  /**
@@ -1144,23 +1144,23 @@ export declare class PreconditionFailedException extends __BaseException {
1144
1144
  */
1145
1145
  export interface PutCodeBindingRequest {
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>The language of the code binding.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  Language: string | undefined;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The name of the registry.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  RegistryName: string | undefined;
1156
1156
  /**
1157
- * @public
1158
1157
  * <p>The name of the schema.</p>
1158
+ * @public
1159
1159
  */
1160
1160
  SchemaName: string | undefined;
1161
1161
  /**
1162
- * @public
1163
1162
  * <p>Specifying this limits the results to only this schema version.</p>
1163
+ * @public
1164
1164
  */
1165
1165
  SchemaVersion?: string;
1166
1166
  }
@@ -1169,44 +1169,44 @@ export interface PutCodeBindingRequest {
1169
1169
  */
1170
1170
  export interface PutCodeBindingResponse {
1171
1171
  /**
1172
- * @public
1173
1172
  * <p>The time and date that the code binding was created.</p>
1173
+ * @public
1174
1174
  */
1175
1175
  CreationDate?: Date;
1176
1176
  /**
1177
- * @public
1178
1177
  * <p>The date and time that code bindings were modified.</p>
1178
+ * @public
1179
1179
  */
1180
1180
  LastModified?: Date;
1181
1181
  /**
1182
- * @public
1183
1182
  * <p>The version number of the schema.</p>
1183
+ * @public
1184
1184
  */
1185
1185
  SchemaVersion?: string;
1186
1186
  /**
1187
- * @public
1188
1187
  * <p>The current status of code binding generation.</p>
1188
+ * @public
1189
1189
  */
1190
1190
  Status?: CodeGenerationStatus;
1191
1191
  }
1192
1192
  /**
1193
- * @public
1194
1193
  * <p>The name of the policy.</p>
1194
+ * @public
1195
1195
  */
1196
1196
  export interface PutResourcePolicyRequest {
1197
1197
  /**
1198
- * @public
1199
1198
  * <p>The resource-based policy.</p>
1199
+ * @public
1200
1200
  */
1201
1201
  Policy: __LazyJsonString | string | undefined;
1202
1202
  /**
1203
- * @public
1204
1203
  * <p>The name of the registry.</p>
1204
+ * @public
1205
1205
  */
1206
1206
  RegistryName?: string;
1207
1207
  /**
1208
- * @public
1209
1208
  * <p>The revision ID of the policy.</p>
1209
+ * @public
1210
1210
  */
1211
1211
  RevisionId?: string;
1212
1212
  }
@@ -1215,13 +1215,13 @@ export interface PutResourcePolicyRequest {
1215
1215
  */
1216
1216
  export interface PutResourcePolicyResponse {
1217
1217
  /**
1218
- * @public
1219
1218
  * <p>The resource-based policy.</p>
1219
+ * @public
1220
1220
  */
1221
1221
  Policy?: __LazyJsonString | string;
1222
1222
  /**
1223
- * @public
1224
1223
  * <p>The revision ID of the policy.</p>
1224
+ * @public
1225
1225
  */
1226
1226
  RevisionId?: string;
1227
1227
  }
@@ -1230,19 +1230,19 @@ export interface PutResourcePolicyResponse {
1230
1230
  */
1231
1231
  export interface SearchSchemasRequest {
1232
1232
  /**
1233
- * @public
1234
1233
  * <p>Specifying this limits the results to only schemas that include the provided keywords.</p>
1234
+ * @public
1235
1235
  */
1236
1236
  Keywords: string | undefined;
1237
1237
  Limit?: number;
1238
1238
  /**
1239
- * @public
1240
1239
  * <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>
1240
+ * @public
1241
1241
  */
1242
1242
  NextToken?: string;
1243
1243
  /**
1244
- * @public
1245
1244
  * <p>The name of the registry.</p>
1245
+ * @public
1246
1246
  */
1247
1247
  RegistryName: string | undefined;
1248
1248
  }
@@ -1251,13 +1251,13 @@ export interface SearchSchemasRequest {
1251
1251
  */
1252
1252
  export interface SearchSchemasResponse {
1253
1253
  /**
1254
- * @public
1255
1254
  * <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>
1255
+ * @public
1256
1256
  */
1257
1257
  NextToken?: string;
1258
1258
  /**
1259
- * @public
1260
1259
  * <p>An array of SearchSchemaSummary information.</p>
1260
+ * @public
1261
1261
  */
1262
1262
  Schemas?: SearchSchemaSummary[];
1263
1263
  }
@@ -1266,8 +1266,8 @@ export interface SearchSchemasResponse {
1266
1266
  */
1267
1267
  export interface StartDiscovererRequest {
1268
1268
  /**
1269
- * @public
1270
1269
  * <p>The ID of the discoverer.</p>
1270
+ * @public
1271
1271
  */
1272
1272
  DiscovererId: string | undefined;
1273
1273
  }
@@ -1276,13 +1276,13 @@ export interface StartDiscovererRequest {
1276
1276
  */
1277
1277
  export interface StartDiscovererResponse {
1278
1278
  /**
1279
- * @public
1280
1279
  * <p>The ID of the discoverer.</p>
1280
+ * @public
1281
1281
  */
1282
1282
  DiscovererId?: string;
1283
1283
  /**
1284
- * @public
1285
1284
  * <p>The state of the discoverer.</p>
1285
+ * @public
1286
1286
  */
1287
1287
  State?: DiscovererState;
1288
1288
  }
@@ -1291,8 +1291,8 @@ export interface StartDiscovererResponse {
1291
1291
  */
1292
1292
  export interface StopDiscovererRequest {
1293
1293
  /**
1294
- * @public
1295
1294
  * <p>The ID of the discoverer.</p>
1295
+ * @public
1296
1296
  */
1297
1297
  DiscovererId: string | undefined;
1298
1298
  }
@@ -1301,29 +1301,29 @@ export interface StopDiscovererRequest {
1301
1301
  */
1302
1302
  export interface StopDiscovererResponse {
1303
1303
  /**
1304
- * @public
1305
1304
  * <p>The ID of the discoverer.</p>
1305
+ * @public
1306
1306
  */
1307
1307
  DiscovererId?: string;
1308
1308
  /**
1309
- * @public
1310
1309
  * <p>The state of the discoverer.</p>
1310
+ * @public
1311
1311
  */
1312
1312
  State?: DiscovererState;
1313
1313
  }
1314
1314
  /**
1315
- * @public
1316
1315
  * <p></p>
1316
+ * @public
1317
1317
  */
1318
1318
  export interface TagResourceRequest {
1319
1319
  /**
1320
- * @public
1321
1320
  * <p>The ARN of the resource.</p>
1321
+ * @public
1322
1322
  */
1323
1323
  ResourceArn: string | undefined;
1324
1324
  /**
1325
- * @public
1326
1325
  * <p>Tags associated with the resource.</p>
1326
+ * @public
1327
1327
  */
1328
1328
  Tags: Record<string, string> | undefined;
1329
1329
  }
@@ -1332,13 +1332,13 @@ export interface TagResourceRequest {
1332
1332
  */
1333
1333
  export interface UntagResourceRequest {
1334
1334
  /**
1335
- * @public
1336
1335
  * <p>The ARN of the resource.</p>
1336
+ * @public
1337
1337
  */
1338
1338
  ResourceArn: string | undefined;
1339
1339
  /**
1340
- * @public
1341
1340
  * <p>Keys of key-value pairs.</p>
1341
+ * @public
1342
1342
  */
1343
1343
  TagKeys: string[] | undefined;
1344
1344
  }
@@ -1347,18 +1347,18 @@ export interface UntagResourceRequest {
1347
1347
  */
1348
1348
  export interface UpdateDiscovererRequest {
1349
1349
  /**
1350
- * @public
1351
1350
  * <p>The description of the discoverer to update.</p>
1351
+ * @public
1352
1352
  */
1353
1353
  Description?: string;
1354
1354
  /**
1355
- * @public
1356
1355
  * <p>The ID of the discoverer.</p>
1356
+ * @public
1357
1357
  */
1358
1358
  DiscovererId: string | undefined;
1359
1359
  /**
1360
- * @public
1361
1360
  * <p>Support discovery of schemas in events sent to the bus from another account. (default: true)</p>
1361
+ * @public
1362
1362
  */
1363
1363
  CrossAccount?: boolean;
1364
1364
  }
@@ -1367,54 +1367,54 @@ export interface UpdateDiscovererRequest {
1367
1367
  */
1368
1368
  export interface UpdateDiscovererResponse {
1369
1369
  /**
1370
- * @public
1371
1370
  * <p>The description of the discoverer.</p>
1371
+ * @public
1372
1372
  */
1373
1373
  Description?: string;
1374
1374
  /**
1375
- * @public
1376
1375
  * <p>The ARN of the discoverer.</p>
1376
+ * @public
1377
1377
  */
1378
1378
  DiscovererArn?: string;
1379
1379
  /**
1380
- * @public
1381
1380
  * <p>The ID of the discoverer.</p>
1381
+ * @public
1382
1382
  */
1383
1383
  DiscovererId?: string;
1384
1384
  /**
1385
- * @public
1386
1385
  * <p>The ARN of the event bus.</p>
1386
+ * @public
1387
1387
  */
1388
1388
  SourceArn?: string;
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The state of the discoverer.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  State?: DiscovererState;
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  CrossAccount?: boolean;
1399
1399
  /**
1400
- * @public
1401
1400
  * <p>Tags associated with the resource.</p>
1401
+ * @public
1402
1402
  */
1403
1403
  Tags?: Record<string, string>;
1404
1404
  }
1405
1405
  /**
1406
- * @public
1407
1406
  * <p>Updates the registry.</p>
1407
+ * @public
1408
1408
  */
1409
1409
  export interface UpdateRegistryRequest {
1410
1410
  /**
1411
- * @public
1412
1411
  * <p>The description of the registry to update.</p>
1412
+ * @public
1413
1413
  */
1414
1414
  Description?: string;
1415
1415
  /**
1416
- * @public
1417
1416
  * <p>The name of the registry.</p>
1417
+ * @public
1418
1418
  */
1419
1419
  RegistryName: string | undefined;
1420
1420
  }
@@ -1423,23 +1423,23 @@ export interface UpdateRegistryRequest {
1423
1423
  */
1424
1424
  export interface UpdateRegistryResponse {
1425
1425
  /**
1426
- * @public
1427
1426
  * <p>The description of the registry.</p>
1427
+ * @public
1428
1428
  */
1429
1429
  Description?: string;
1430
1430
  /**
1431
- * @public
1432
1431
  * <p>The ARN of the registry.</p>
1432
+ * @public
1433
1433
  */
1434
1434
  RegistryArn?: string;
1435
1435
  /**
1436
- * @public
1437
1436
  * <p>The name of the registry.</p>
1437
+ * @public
1438
1438
  */
1439
1439
  RegistryName?: string;
1440
1440
  /**
1441
- * @public
1442
1441
  * <p>Tags associated with the registry.</p>
1442
+ * @public
1443
1443
  */
1444
1444
  Tags?: Record<string, string>;
1445
1445
  }
@@ -1448,33 +1448,33 @@ export interface UpdateRegistryResponse {
1448
1448
  */
1449
1449
  export interface UpdateSchemaRequest {
1450
1450
  /**
1451
- * @public
1452
1451
  * <p>The ID of the client token.</p>
1452
+ * @public
1453
1453
  */
1454
1454
  ClientTokenId?: string;
1455
1455
  /**
1456
- * @public
1457
1456
  * <p>The source of the schema definition.</p>
1457
+ * @public
1458
1458
  */
1459
1459
  Content?: string;
1460
1460
  /**
1461
- * @public
1462
1461
  * <p>The description of the schema.</p>
1462
+ * @public
1463
1463
  */
1464
1464
  Description?: string;
1465
1465
  /**
1466
- * @public
1467
1466
  * <p>The name of the registry.</p>
1467
+ * @public
1468
1468
  */
1469
1469
  RegistryName: string | undefined;
1470
1470
  /**
1471
- * @public
1472
1471
  * <p>The name of the schema.</p>
1472
+ * @public
1473
1473
  */
1474
1474
  SchemaName: string | undefined;
1475
1475
  /**
1476
- * @public
1477
1476
  * <p>The schema type for the events schema.</p>
1477
+ * @public
1478
1478
  */
1479
1479
  Type?: Type;
1480
1480
  }
@@ -1483,43 +1483,43 @@ export interface UpdateSchemaRequest {
1483
1483
  */
1484
1484
  export interface UpdateSchemaResponse {
1485
1485
  /**
1486
- * @public
1487
1486
  * <p>The description of the schema.</p>
1487
+ * @public
1488
1488
  */
1489
1489
  Description?: string;
1490
1490
  /**
1491
- * @public
1492
1491
  * <p>The date and time that schema was modified.</p>
1492
+ * @public
1493
1493
  */
1494
1494
  LastModified?: Date;
1495
1495
  /**
1496
- * @public
1497
1496
  * <p>The ARN of the schema.</p>
1497
+ * @public
1498
1498
  */
1499
1499
  SchemaArn?: string;
1500
1500
  /**
1501
- * @public
1502
1501
  * <p>The name of the schema.</p>
1502
+ * @public
1503
1503
  */
1504
1504
  SchemaName?: string;
1505
1505
  /**
1506
- * @public
1507
1506
  * <p>The version number of the schema</p>
1507
+ * @public
1508
1508
  */
1509
1509
  SchemaVersion?: string;
1510
1510
  /**
1511
- * @public
1512
1511
  * <p>Key-value pairs associated with a resource.</p>
1512
+ * @public
1513
1513
  */
1514
1514
  Tags?: Record<string, string>;
1515
1515
  /**
1516
- * @public
1517
1516
  * <p>The type of the schema.</p>
1517
+ * @public
1518
1518
  */
1519
1519
  Type?: string;
1520
1520
  /**
1521
- * @public
1522
1521
  * <p>The date the schema version was created.</p>
1522
+ * @public
1523
1523
  */
1524
1524
  VersionCreatedDate?: Date;
1525
1525
  }