aws-sdk-core 2.11.406 → 2.11.407

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "pagination": {
3
+ "ListComponentBuildVersions": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "ListComponents": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "ListDistributionConfigurations": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "ListImageBuildVersions": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
23
+ "ListImagePipelineImages": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
28
+ "ListImagePipelines": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ },
33
+ "ListImageRecipes": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
38
+ "ListImages": {
39
+ "input_token": "nextToken",
40
+ "output_token": "nextToken",
41
+ "limit_key": "maxResults"
42
+ },
43
+ "ListInfrastructureConfigurations": {
44
+ "input_token": "nextToken",
45
+ "output_token": "nextToken",
46
+ "limit_key": "maxResults"
47
+ }
48
+ }
49
+ }
@@ -93,6 +93,22 @@
93
93
  {"shape":"RateLimitExceededException"}
94
94
  ]
95
95
  },
96
+ "ListFailuresForLicenseConfigurationOperations":{
97
+ "name":"ListFailuresForLicenseConfigurationOperations",
98
+ "http":{
99
+ "method":"POST",
100
+ "requestUri":"/"
101
+ },
102
+ "input":{"shape":"ListFailuresForLicenseConfigurationOperationsRequest"},
103
+ "output":{"shape":"ListFailuresForLicenseConfigurationOperationsResponse"},
104
+ "errors":[
105
+ {"shape":"InvalidParameterValueException"},
106
+ {"shape":"ServerInternalException"},
107
+ {"shape":"AuthorizationException"},
108
+ {"shape":"AccessDeniedException"},
109
+ {"shape":"RateLimitExceededException"}
110
+ ]
111
+ },
96
112
  "ListLicenseConfigurations":{
97
113
  "name":"ListLicenseConfigurations",
98
114
  "http":{
@@ -275,6 +291,12 @@
275
291
  },
276
292
  "exception":true
277
293
  },
294
+ "AutomatedDiscoveryInformation":{
295
+ "type":"structure",
296
+ "members":{
297
+ "LastRunTime":{"shape":"DateTime"}
298
+ }
299
+ },
278
300
  "Boolean":{"type":"boolean"},
279
301
  "BoxBoolean":{"type":"boolean"},
280
302
  "BoxInteger":{"type":"integer"},
@@ -303,7 +325,8 @@
303
325
  "LicenseCount":{"shape":"BoxLong"},
304
326
  "LicenseCountHardLimit":{"shape":"BoxBoolean"},
305
327
  "LicenseRules":{"shape":"StringList"},
306
- "Tags":{"shape":"TagList"}
328
+ "Tags":{"shape":"TagList"},
329
+ "ProductInformationList":{"shape":"ProductInformationList"}
307
330
  }
308
331
  },
309
332
  "CreateLicenseConfigurationResponse":{
@@ -330,8 +353,7 @@
330
353
  "members":{
331
354
  "Message":{"shape":"Message"}
332
355
  },
333
- "exception":true,
334
- "fault":true
356
+ "exception":true
335
357
  },
336
358
  "Filter":{
337
359
  "type":"structure",
@@ -380,7 +402,9 @@
380
402
  "OwnerAccountId":{"shape":"String"},
381
403
  "ConsumedLicenseSummaryList":{"shape":"ConsumedLicenseSummaryList"},
382
404
  "ManagedResourceSummaryList":{"shape":"ManagedResourceSummaryList"},
383
- "Tags":{"shape":"TagList"}
405
+ "Tags":{"shape":"TagList"},
406
+ "ProductInformationList":{"shape":"ProductInformationList"},
407
+ "AutomatedDiscoveryInformation":{"shape":"AutomatedDiscoveryInformation"}
384
408
  }
385
409
  },
386
410
  "GetServiceSettingsRequest":{
@@ -394,7 +418,8 @@
394
418
  "S3BucketArn":{"shape":"String"},
395
419
  "SnsTopicArn":{"shape":"String"},
396
420
  "OrganizationConfiguration":{"shape":"OrganizationConfiguration"},
397
- "EnableCrossAccountsDiscovery":{"shape":"BoxBoolean"}
421
+ "EnableCrossAccountsDiscovery":{"shape":"BoxBoolean"},
422
+ "LicenseManagerResourceShareArn":{"shape":"String"}
398
423
  }
399
424
  },
400
425
  "InvalidParameterValueException":{
@@ -452,7 +477,9 @@
452
477
  "Status":{"shape":"String"},
453
478
  "OwnerAccountId":{"shape":"String"},
454
479
  "ConsumedLicenseSummaryList":{"shape":"ConsumedLicenseSummaryList"},
455
- "ManagedResourceSummaryList":{"shape":"ManagedResourceSummaryList"}
480
+ "ManagedResourceSummaryList":{"shape":"ManagedResourceSummaryList"},
481
+ "ProductInformationList":{"shape":"ProductInformationList"},
482
+ "AutomatedDiscoveryInformation":{"shape":"AutomatedDiscoveryInformation"}
456
483
  }
457
484
  },
458
485
  "LicenseConfigurationAssociation":{
@@ -503,6 +530,23 @@
503
530
  "Socket"
504
531
  ]
505
532
  },
533
+ "LicenseOperationFailure":{
534
+ "type":"structure",
535
+ "members":{
536
+ "ResourceArn":{"shape":"String"},
537
+ "ResourceType":{"shape":"ResourceType"},
538
+ "ErrorMessage":{"shape":"String"},
539
+ "FailureTime":{"shape":"DateTime"},
540
+ "OperationName":{"shape":"String"},
541
+ "ResourceOwnerId":{"shape":"String"},
542
+ "OperationRequestedBy":{"shape":"String"},
543
+ "MetadataList":{"shape":"MetadataList"}
544
+ }
545
+ },
546
+ "LicenseOperationFailureList":{
547
+ "type":"list",
548
+ "member":{"shape":"LicenseOperationFailure"}
549
+ },
506
550
  "LicenseSpecification":{
507
551
  "type":"structure",
508
552
  "required":["LicenseConfigurationArn"],
@@ -537,6 +581,22 @@
537
581
  "NextToken":{"shape":"String"}
538
582
  }
539
583
  },
584
+ "ListFailuresForLicenseConfigurationOperationsRequest":{
585
+ "type":"structure",
586
+ "required":["LicenseConfigurationArn"],
587
+ "members":{
588
+ "LicenseConfigurationArn":{"shape":"String"},
589
+ "MaxResults":{"shape":"BoxInteger"},
590
+ "NextToken":{"shape":"String"}
591
+ }
592
+ },
593
+ "ListFailuresForLicenseConfigurationOperationsResponse":{
594
+ "type":"structure",
595
+ "members":{
596
+ "LicenseOperationFailureList":{"shape":"LicenseOperationFailureList"},
597
+ "NextToken":{"shape":"String"}
598
+ }
599
+ },
540
600
  "ListLicenseConfigurationsRequest":{
541
601
  "type":"structure",
542
602
  "members":{
@@ -626,6 +686,17 @@
626
686
  "member":{"shape":"ManagedResourceSummary"}
627
687
  },
628
688
  "Message":{"type":"string"},
689
+ "Metadata":{
690
+ "type":"structure",
691
+ "members":{
692
+ "Name":{"shape":"String"},
693
+ "Value":{"shape":"String"}
694
+ }
695
+ },
696
+ "MetadataList":{
697
+ "type":"list",
698
+ "member":{"shape":"Metadata"}
699
+ },
629
700
  "OrganizationConfiguration":{
630
701
  "type":"structure",
631
702
  "required":["EnableIntegration"],
@@ -633,6 +704,38 @@
633
704
  "EnableIntegration":{"shape":"Boolean"}
634
705
  }
635
706
  },
707
+ "ProductInformation":{
708
+ "type":"structure",
709
+ "required":[
710
+ "ResourceType",
711
+ "ProductInformationFilterList"
712
+ ],
713
+ "members":{
714
+ "ResourceType":{"shape":"String"},
715
+ "ProductInformationFilterList":{"shape":"ProductInformationFilterList"}
716
+ }
717
+ },
718
+ "ProductInformationFilter":{
719
+ "type":"structure",
720
+ "required":[
721
+ "ProductInformationFilterName",
722
+ "ProductInformationFilterValue",
723
+ "ProductInformationFilterComparator"
724
+ ],
725
+ "members":{
726
+ "ProductInformationFilterName":{"shape":"String"},
727
+ "ProductInformationFilterValue":{"shape":"StringList"},
728
+ "ProductInformationFilterComparator":{"shape":"String"}
729
+ }
730
+ },
731
+ "ProductInformationFilterList":{
732
+ "type":"list",
733
+ "member":{"shape":"ProductInformationFilter"}
734
+ },
735
+ "ProductInformationList":{
736
+ "type":"list",
737
+ "member":{"shape":"ProductInformation"}
738
+ },
636
739
  "RateLimitExceededException":{
637
740
  "type":"structure",
638
741
  "members":{
@@ -667,7 +770,9 @@
667
770
  "enum":[
668
771
  "EC2_INSTANCE",
669
772
  "EC2_HOST",
670
- "EC2_AMI"
773
+ "EC2_AMI",
774
+ "RDS",
775
+ "SYSTEMS_MANAGER_MANAGED_INSTANCE"
671
776
  ]
672
777
  },
673
778
  "ServerInternalException":{
@@ -740,7 +845,8 @@
740
845
  "LicenseCount":{"shape":"BoxLong"},
741
846
  "LicenseCountHardLimit":{"shape":"BoxBoolean"},
742
847
  "Name":{"shape":"String"},
743
- "Description":{"shape":"String"}
848
+ "Description":{"shape":"String"},
849
+ "ProductInformationList":{"shape":"ProductInformationList"}
744
850
  }
745
851
  },
746
852
  "UpdateLicenseConfigurationResponse":{
@@ -0,0 +1,2700 @@
1
+ {
2
+ "metadata": {
3
+ "apiVersion": "2019-12-02",
4
+ "endpointPrefix": "schemas",
5
+ "signingName": "schemas",
6
+ "serviceFullName": "Schemas",
7
+ "serviceId": "schemas",
8
+ "protocol": "rest-json",
9
+ "jsonVersion": "1.1",
10
+ "uid": "schemas-2019-12-02",
11
+ "signatureVersion": "v4"
12
+ },
13
+ "operations": {
14
+ "CreateDiscoverer": {
15
+ "name": "CreateDiscoverer",
16
+ "http": {
17
+ "method": "POST",
18
+ "requestUri": "/v1/discoverers",
19
+ "responseCode": 201
20
+ },
21
+ "input": {
22
+ "shape": "CreateDiscovererRequest"
23
+ },
24
+ "output": {
25
+ "shape": "CreateDiscovererResponse"
26
+ },
27
+ "errors": [
28
+ {
29
+ "shape": "BadRequestException"
30
+ },
31
+ {
32
+ "shape": "InternalServerErrorException"
33
+ },
34
+ {
35
+ "shape": "UnauthorizedException"
36
+ },
37
+ {
38
+ "shape": "ForbiddenException"
39
+ },
40
+ {
41
+ "shape": "ServiceUnavailableException"
42
+ },
43
+ {
44
+ "shape": "ConflictException"
45
+ }
46
+ ]
47
+ },
48
+ "CreateRegistry": {
49
+ "name": "CreateRegistry",
50
+ "http": {
51
+ "method": "POST",
52
+ "requestUri": "/v1/registries/name/{registryName}",
53
+ "responseCode": 201
54
+ },
55
+ "input": {
56
+ "shape": "CreateRegistryRequest"
57
+ },
58
+ "output": {
59
+ "shape": "CreateRegistryResponse"
60
+ },
61
+ "errors": [
62
+ {
63
+ "shape": "BadRequestException"
64
+ },
65
+ {
66
+ "shape": "InternalServerErrorException"
67
+ },
68
+ {
69
+ "shape": "UnauthorizedException"
70
+ },
71
+ {
72
+ "shape": "ForbiddenException"
73
+ },
74
+ {
75
+ "shape": "ServiceUnavailableException"
76
+ },
77
+ {
78
+ "shape": "ConflictException"
79
+ }
80
+ ]
81
+ },
82
+ "CreateSchema": {
83
+ "name": "CreateSchema",
84
+ "http": {
85
+ "method": "POST",
86
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
87
+ "responseCode": 201
88
+ },
89
+ "input": {
90
+ "shape": "CreateSchemaRequest"
91
+ },
92
+ "output": {
93
+ "shape": "CreateSchemaResponse"
94
+ },
95
+ "errors": [
96
+ {
97
+ "shape": "ServiceUnavailableException"
98
+ },
99
+ {
100
+ "shape": "BadRequestException"
101
+ },
102
+ {
103
+ "shape": "InternalServerErrorException"
104
+ },
105
+ {
106
+ "shape": "ForbiddenException"
107
+ }
108
+ ]
109
+ },
110
+ "DeleteDiscoverer": {
111
+ "name": "DeleteDiscoverer",
112
+ "http": {
113
+ "method": "DELETE",
114
+ "requestUri": "/v1/discoverers/id/{discovererId}",
115
+ "responseCode": 204
116
+ },
117
+ "input": {
118
+ "shape": "DeleteDiscovererRequest"
119
+ },
120
+ "errors": [
121
+ {
122
+ "shape": "BadRequestException"
123
+ },
124
+ {
125
+ "shape": "UnauthorizedException"
126
+ },
127
+ {
128
+ "shape": "InternalServerErrorException"
129
+ },
130
+ {
131
+ "shape": "ForbiddenException"
132
+ },
133
+ {
134
+ "shape": "NotFoundException"
135
+ },
136
+ {
137
+ "shape": "ServiceUnavailableException"
138
+ }
139
+ ]
140
+ },
141
+ "DeleteRegistry": {
142
+ "name": "DeleteRegistry",
143
+ "http": {
144
+ "method": "DELETE",
145
+ "requestUri": "/v1/registries/name/{registryName}",
146
+ "responseCode": 204
147
+ },
148
+ "input": {
149
+ "shape": "DeleteRegistryRequest"
150
+ },
151
+ "errors": [
152
+ {
153
+ "shape": "BadRequestException"
154
+ },
155
+ {
156
+ "shape": "UnauthorizedException"
157
+ },
158
+ {
159
+ "shape": "InternalServerErrorException"
160
+ },
161
+ {
162
+ "shape": "ForbiddenException"
163
+ },
164
+ {
165
+ "shape": "NotFoundException"
166
+ },
167
+ {
168
+ "shape": "ServiceUnavailableException"
169
+ }
170
+ ]
171
+ },
172
+ "DeleteSchema": {
173
+ "name": "DeleteSchema",
174
+ "http": {
175
+ "method": "DELETE",
176
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
177
+ "responseCode": 204
178
+ },
179
+ "input": {
180
+ "shape": "DeleteSchemaRequest"
181
+ },
182
+ "errors": [
183
+ {
184
+ "shape": "BadRequestException"
185
+ },
186
+ {
187
+ "shape": "UnauthorizedException"
188
+ },
189
+ {
190
+ "shape": "InternalServerErrorException"
191
+ },
192
+ {
193
+ "shape": "ForbiddenException"
194
+ },
195
+ {
196
+ "shape": "NotFoundException"
197
+ },
198
+ {
199
+ "shape": "ServiceUnavailableException"
200
+ }
201
+ ]
202
+ },
203
+ "DeleteSchemaVersion": {
204
+ "name": "DeleteSchemaVersion",
205
+ "http": {
206
+ "method": "DELETE",
207
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/version/{schemaVersion}",
208
+ "responseCode": 204
209
+ },
210
+ "input": {
211
+ "shape": "DeleteSchemaVersionRequest"
212
+ },
213
+ "errors": [
214
+ {
215
+ "shape": "BadRequestException"
216
+ },
217
+ {
218
+ "shape": "UnauthorizedException"
219
+ },
220
+ {
221
+ "shape": "InternalServerErrorException"
222
+ },
223
+ {
224
+ "shape": "ForbiddenException"
225
+ },
226
+ {
227
+ "shape": "NotFoundException"
228
+ },
229
+ {
230
+ "shape": "ServiceUnavailableException"
231
+ }
232
+ ]
233
+ },
234
+ "DescribeCodeBinding": {
235
+ "name": "DescribeCodeBinding",
236
+ "http": {
237
+ "method": "GET",
238
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
239
+ "responseCode": 200
240
+ },
241
+ "input": {
242
+ "shape": "DescribeCodeBindingRequest"
243
+ },
244
+ "output": {
245
+ "shape": "DescribeCodeBindingResponse"
246
+ },
247
+ "errors": [
248
+ {
249
+ "shape": "BadRequestException"
250
+ },
251
+ {
252
+ "shape": "UnauthorizedException"
253
+ },
254
+ {
255
+ "shape": "InternalServerErrorException"
256
+ },
257
+ {
258
+ "shape": "ForbiddenException"
259
+ },
260
+ {
261
+ "shape": "NotFoundException"
262
+ },
263
+ {
264
+ "shape": "TooManyRequestsException"
265
+ }
266
+ ]
267
+ },
268
+ "DescribeDiscoverer": {
269
+ "name": "DescribeDiscoverer",
270
+ "http": {
271
+ "method": "GET",
272
+ "requestUri": "/v1/discoverers/id/{discovererId}",
273
+ "responseCode": 200
274
+ },
275
+ "input": {
276
+ "shape": "DescribeDiscovererRequest"
277
+ },
278
+ "output": {
279
+ "shape": "DescribeDiscovererResponse"
280
+ },
281
+ "errors": [
282
+ {
283
+ "shape": "BadRequestException"
284
+ },
285
+ {
286
+ "shape": "UnauthorizedException"
287
+ },
288
+ {
289
+ "shape": "InternalServerErrorException"
290
+ },
291
+ {
292
+ "shape": "ForbiddenException"
293
+ },
294
+ {
295
+ "shape": "NotFoundException"
296
+ },
297
+ {
298
+ "shape": "ServiceUnavailableException"
299
+ }
300
+ ]
301
+ },
302
+ "DescribeRegistry": {
303
+ "name": "DescribeRegistry",
304
+ "http": {
305
+ "method": "GET",
306
+ "requestUri": "/v1/registries/name/{registryName}",
307
+ "responseCode": 200
308
+ },
309
+ "input": {
310
+ "shape": "DescribeRegistryRequest"
311
+ },
312
+ "output": {
313
+ "shape": "DescribeRegistryResponse"
314
+ },
315
+ "errors": [
316
+ {
317
+ "shape": "BadRequestException"
318
+ },
319
+ {
320
+ "shape": "UnauthorizedException"
321
+ },
322
+ {
323
+ "shape": "InternalServerErrorException"
324
+ },
325
+ {
326
+ "shape": "ForbiddenException"
327
+ },
328
+ {
329
+ "shape": "NotFoundException"
330
+ },
331
+ {
332
+ "shape": "ServiceUnavailableException"
333
+ }
334
+ ]
335
+ },
336
+ "DescribeSchema": {
337
+ "name": "DescribeSchema",
338
+ "http": {
339
+ "method": "GET",
340
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
341
+ "responseCode": 200
342
+ },
343
+ "input": {
344
+ "shape": "DescribeSchemaRequest"
345
+ },
346
+ "output": {
347
+ "shape": "DescribeSchemaResponse"
348
+ },
349
+ "errors": [
350
+ {
351
+ "shape": "BadRequestException"
352
+ },
353
+ {
354
+ "shape": "UnauthorizedException"
355
+ },
356
+ {
357
+ "shape": "InternalServerErrorException"
358
+ },
359
+ {
360
+ "shape": "ForbiddenException"
361
+ },
362
+ {
363
+ "shape": "NotFoundException"
364
+ },
365
+ {
366
+ "shape": "ServiceUnavailableException"
367
+ }
368
+ ]
369
+ },
370
+ "GetCodeBindingSource": {
371
+ "name": "GetCodeBindingSource",
372
+ "http": {
373
+ "method": "GET",
374
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}/source",
375
+ "responseCode": 200
376
+ },
377
+ "input": {
378
+ "shape": "GetCodeBindingSourceRequest"
379
+ },
380
+ "output": {
381
+ "shape": "GetCodeBindingSourceResponse"
382
+ },
383
+ "errors": [
384
+ {
385
+ "shape": "BadRequestException"
386
+ },
387
+ {
388
+ "shape": "UnauthorizedException"
389
+ },
390
+ {
391
+ "shape": "InternalServerErrorException"
392
+ },
393
+ {
394
+ "shape": "ForbiddenException"
395
+ },
396
+ {
397
+ "shape": "NotFoundException"
398
+ },
399
+ {
400
+ "shape": "TooManyRequestsException"
401
+ }
402
+ ]
403
+ },
404
+ "GetDiscoveredSchema": {
405
+ "name": "GetDiscoveredSchema",
406
+ "http": {
407
+ "method": "POST",
408
+ "requestUri": "/v1/discover",
409
+ "responseCode": 200
410
+ },
411
+ "input": {
412
+ "shape": "GetDiscoveredSchemaRequest"
413
+ },
414
+ "output": {
415
+ "shape": "GetDiscoveredSchemaResponse"
416
+ },
417
+ "errors": [
418
+ {
419
+ "shape": "ServiceUnavailableException"
420
+ },
421
+ {
422
+ "shape": "BadRequestException"
423
+ },
424
+ {
425
+ "shape": "UnauthorizedException"
426
+ },
427
+ {
428
+ "shape": "InternalServerErrorException"
429
+ },
430
+ {
431
+ "shape": "ForbiddenException"
432
+ }
433
+ ]
434
+ },
435
+ "ListDiscoverers": {
436
+ "name": "ListDiscoverers",
437
+ "http": {
438
+ "method": "GET",
439
+ "requestUri": "/v1/discoverers",
440
+ "responseCode": 200
441
+ },
442
+ "input": {
443
+ "shape": "ListDiscoverersRequest"
444
+ },
445
+ "output": {
446
+ "shape": "ListDiscoverersResponse"
447
+ },
448
+ "errors": [
449
+ {
450
+ "shape": "ServiceUnavailableException"
451
+ },
452
+ {
453
+ "shape": "BadRequestException"
454
+ },
455
+ {
456
+ "shape": "UnauthorizedException"
457
+ },
458
+ {
459
+ "shape": "InternalServerErrorException"
460
+ },
461
+ {
462
+ "shape": "ForbiddenException"
463
+ }
464
+ ]
465
+ },
466
+ "ListRegistries": {
467
+ "name": "ListRegistries",
468
+ "http": {
469
+ "method": "GET",
470
+ "requestUri": "/v1/registries",
471
+ "responseCode": 200
472
+ },
473
+ "input": {
474
+ "shape": "ListRegistriesRequest"
475
+ },
476
+ "output": {
477
+ "shape": "ListRegistriesResponse"
478
+ },
479
+ "errors": [
480
+ {
481
+ "shape": "ServiceUnavailableException"
482
+ },
483
+ {
484
+ "shape": "BadRequestException"
485
+ },
486
+ {
487
+ "shape": "UnauthorizedException"
488
+ },
489
+ {
490
+ "shape": "InternalServerErrorException"
491
+ },
492
+ {
493
+ "shape": "ForbiddenException"
494
+ }
495
+ ]
496
+ },
497
+ "ListSchemaVersions": {
498
+ "name": "ListSchemaVersions",
499
+ "http": {
500
+ "method": "GET",
501
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/versions",
502
+ "responseCode": 200
503
+ },
504
+ "input": {
505
+ "shape": "ListSchemaVersionsRequest"
506
+ },
507
+ "output": {
508
+ "shape": "ListSchemaVersionsResponse"
509
+ },
510
+ "errors": [
511
+ {
512
+ "shape": "BadRequestException"
513
+ },
514
+ {
515
+ "shape": "UnauthorizedException"
516
+ },
517
+ {
518
+ "shape": "InternalServerErrorException"
519
+ },
520
+ {
521
+ "shape": "ForbiddenException"
522
+ },
523
+ {
524
+ "shape": "NotFoundException"
525
+ },
526
+ {
527
+ "shape": "ServiceUnavailableException"
528
+ }
529
+ ]
530
+ },
531
+ "ListSchemas": {
532
+ "name": "ListSchemas",
533
+ "http": {
534
+ "method": "GET",
535
+ "requestUri": "/v1/registries/name/{registryName}/schemas",
536
+ "responseCode": 200
537
+ },
538
+ "input": {
539
+ "shape": "ListSchemasRequest"
540
+ },
541
+ "output": {
542
+ "shape": "ListSchemasResponse"
543
+ },
544
+ "errors": [
545
+ {
546
+ "shape": "ServiceUnavailableException"
547
+ },
548
+ {
549
+ "shape": "BadRequestException"
550
+ },
551
+ {
552
+ "shape": "UnauthorizedException"
553
+ },
554
+ {
555
+ "shape": "InternalServerErrorException"
556
+ },
557
+ {
558
+ "shape": "ForbiddenException"
559
+ }
560
+ ]
561
+ },
562
+ "ListTagsForResource": {
563
+ "name": "ListTagsForResource",
564
+ "http": {
565
+ "method": "GET",
566
+ "requestUri": "/tags/{resource-arn}",
567
+ "responseCode": 200
568
+ },
569
+ "input": {
570
+ "shape": "ListTagsForResourceRequest"
571
+ },
572
+ "output": {
573
+ "shape": "ListTagsForResourceResponse"
574
+ },
575
+ "errors": [
576
+ {
577
+ "shape": "NotFoundException"
578
+ },
579
+ {
580
+ "shape": "BadRequestException"
581
+ },
582
+ {
583
+ "shape": "InternalServerErrorException"
584
+ },
585
+ {
586
+ "shape": "ForbiddenException"
587
+ }
588
+ ]
589
+ },
590
+ "LockServiceLinkedRole": {
591
+ "name": "LockServiceLinkedRole",
592
+ "http": {
593
+ "method": "POST",
594
+ "requestUri": "/slr-deletion/lock",
595
+ "responseCode": 200
596
+ },
597
+ "input": {
598
+ "shape": "LockServiceLinkedRoleRequest"
599
+ },
600
+ "output": {
601
+ "shape": "LockServiceLinkedRoleResponse"
602
+ },
603
+ "errors": [
604
+ {
605
+ "shape": "ServiceUnavailableException"
606
+ },
607
+ {
608
+ "shape": "BadRequestException"
609
+ },
610
+ {
611
+ "shape": "UnauthorizedException"
612
+ },
613
+ {
614
+ "shape": "InternalServerErrorException"
615
+ },
616
+ {
617
+ "shape": "ForbiddenException"
618
+ }
619
+ ],
620
+ "internal": true
621
+ },
622
+ "PutCodeBinding": {
623
+ "name": "PutCodeBinding",
624
+ "http": {
625
+ "method": "POST",
626
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
627
+ "responseCode": 202
628
+ },
629
+ "input": {
630
+ "shape": "PutCodeBindingRequest"
631
+ },
632
+ "output": {
633
+ "shape": "PutCodeBindingResponse"
634
+ },
635
+ "errors": [
636
+ {
637
+ "shape": "GoneException"
638
+ },
639
+ {
640
+ "shape": "BadRequestException"
641
+ },
642
+ {
643
+ "shape": "UnauthorizedException"
644
+ },
645
+ {
646
+ "shape": "InternalServerErrorException"
647
+ },
648
+ {
649
+ "shape": "ForbiddenException"
650
+ },
651
+ {
652
+ "shape": "NotFoundException"
653
+ },
654
+ {
655
+ "shape": "TooManyRequestsException"
656
+ }
657
+ ]
658
+ },
659
+ "SearchSchemas": {
660
+ "name": "SearchSchemas",
661
+ "http": {
662
+ "method": "GET",
663
+ "requestUri": "/v1/registries/name/{registryName}/schemas/search",
664
+ "responseCode": 200
665
+ },
666
+ "input": {
667
+ "shape": "SearchSchemasRequest"
668
+ },
669
+ "output": {
670
+ "shape": "SearchSchemasResponse"
671
+ },
672
+ "errors": [
673
+ {
674
+ "shape": "ServiceUnavailableException"
675
+ },
676
+ {
677
+ "shape": "BadRequestException"
678
+ },
679
+ {
680
+ "shape": "UnauthorizedException"
681
+ },
682
+ {
683
+ "shape": "InternalServerErrorException"
684
+ },
685
+ {
686
+ "shape": "ForbiddenException"
687
+ }
688
+ ]
689
+ },
690
+ "StartDiscoverer": {
691
+ "name": "StartDiscoverer",
692
+ "http": {
693
+ "method": "POST",
694
+ "requestUri": "/v1/discoverers/id/{discovererId}/start",
695
+ "responseCode": 200
696
+ },
697
+ "input": {
698
+ "shape": "StartDiscovererRequest"
699
+ },
700
+ "output": {
701
+ "shape": "StartDiscovererResponse"
702
+ },
703
+ "errors": [
704
+ {
705
+ "shape": "BadRequestException"
706
+ },
707
+ {
708
+ "shape": "UnauthorizedException"
709
+ },
710
+ {
711
+ "shape": "InternalServerErrorException"
712
+ },
713
+ {
714
+ "shape": "ForbiddenException"
715
+ },
716
+ {
717
+ "shape": "NotFoundException"
718
+ },
719
+ {
720
+ "shape": "ServiceUnavailableException"
721
+ }
722
+ ]
723
+ },
724
+ "StopDiscoverer": {
725
+ "name": "StopDiscoverer",
726
+ "http": {
727
+ "method": "POST",
728
+ "requestUri": "/v1/discoverers/id/{discovererId}/stop",
729
+ "responseCode": 200
730
+ },
731
+ "input": {
732
+ "shape": "StopDiscovererRequest"
733
+ },
734
+ "output": {
735
+ "shape": "StopDiscovererResponse"
736
+ },
737
+ "errors": [
738
+ {
739
+ "shape": "BadRequestException"
740
+ },
741
+ {
742
+ "shape": "UnauthorizedException"
743
+ },
744
+ {
745
+ "shape": "InternalServerErrorException"
746
+ },
747
+ {
748
+ "shape": "ForbiddenException"
749
+ },
750
+ {
751
+ "shape": "NotFoundException"
752
+ },
753
+ {
754
+ "shape": "ServiceUnavailableException"
755
+ }
756
+ ]
757
+ },
758
+ "TagResource": {
759
+ "name": "TagResource",
760
+ "http": {
761
+ "method": "POST",
762
+ "requestUri": "/tags/{resource-arn}",
763
+ "responseCode": 204
764
+ },
765
+ "input": {
766
+ "shape": "TagResourceRequest"
767
+ },
768
+ "errors": [
769
+ {
770
+ "shape": "NotFoundException"
771
+ },
772
+ {
773
+ "shape": "BadRequestException"
774
+ },
775
+ {
776
+ "shape": "InternalServerErrorException"
777
+ },
778
+ {
779
+ "shape": "ForbiddenException"
780
+ }
781
+ ]
782
+ },
783
+ "UnlockServiceLinkedRole": {
784
+ "name": "UnlockServiceLinkedRole",
785
+ "http": {
786
+ "method": "POST",
787
+ "requestUri": "/slr-deletion/unlock",
788
+ "responseCode": 200
789
+ },
790
+ "input": {
791
+ "shape": "UnlockServiceLinkedRoleRequest"
792
+ },
793
+ "output": {
794
+ "shape": "UnlockServiceLinkedRoleResponse"
795
+ },
796
+ "errors": [
797
+ {
798
+ "shape": "ServiceUnavailableException"
799
+ },
800
+ {
801
+ "shape": "BadRequestException"
802
+ },
803
+ {
804
+ "shape": "UnauthorizedException"
805
+ },
806
+ {
807
+ "shape": "InternalServerErrorException"
808
+ },
809
+ {
810
+ "shape": "ForbiddenException"
811
+ }
812
+ ],
813
+ "internal": true
814
+ },
815
+ "UntagResource": {
816
+ "name": "UntagResource",
817
+ "http": {
818
+ "method": "DELETE",
819
+ "requestUri": "/tags/{resource-arn}",
820
+ "responseCode": 204
821
+ },
822
+ "input": {
823
+ "shape": "UntagResourceRequest"
824
+ },
825
+ "errors": [
826
+ {
827
+ "shape": "NotFoundException"
828
+ },
829
+ {
830
+ "shape": "BadRequestException"
831
+ },
832
+ {
833
+ "shape": "InternalServerErrorException"
834
+ },
835
+ {
836
+ "shape": "ForbiddenException"
837
+ }
838
+ ]
839
+ },
840
+ "UpdateDiscoverer": {
841
+ "name": "UpdateDiscoverer",
842
+ "http": {
843
+ "method": "PUT",
844
+ "requestUri": "/v1/discoverers/id/{discovererId}",
845
+ "responseCode": 200
846
+ },
847
+ "input": {
848
+ "shape": "UpdateDiscovererRequest"
849
+ },
850
+ "output": {
851
+ "shape": "UpdateDiscovererResponse"
852
+ },
853
+ "errors": [
854
+ {
855
+ "shape": "BadRequestException"
856
+ },
857
+ {
858
+ "shape": "UnauthorizedException"
859
+ },
860
+ {
861
+ "shape": "InternalServerErrorException"
862
+ },
863
+ {
864
+ "shape": "ForbiddenException"
865
+ },
866
+ {
867
+ "shape": "NotFoundException"
868
+ },
869
+ {
870
+ "shape": "ServiceUnavailableException"
871
+ }
872
+ ]
873
+ },
874
+ "UpdateRegistry": {
875
+ "name": "UpdateRegistry",
876
+ "http": {
877
+ "method": "PUT",
878
+ "requestUri": "/v1/registries/name/{registryName}",
879
+ "responseCode": 200
880
+ },
881
+ "input": {
882
+ "shape": "UpdateRegistryRequest"
883
+ },
884
+ "output": {
885
+ "shape": "UpdateRegistryResponse"
886
+ },
887
+ "errors": [
888
+ {
889
+ "shape": "BadRequestException"
890
+ },
891
+ {
892
+ "shape": "UnauthorizedException"
893
+ },
894
+ {
895
+ "shape": "InternalServerErrorException"
896
+ },
897
+ {
898
+ "shape": "ForbiddenException"
899
+ },
900
+ {
901
+ "shape": "NotFoundException"
902
+ },
903
+ {
904
+ "shape": "ServiceUnavailableException"
905
+ }
906
+ ]
907
+ },
908
+ "UpdateSchema": {
909
+ "name": "UpdateSchema",
910
+ "http": {
911
+ "method": "PUT",
912
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
913
+ "responseCode": 200
914
+ },
915
+ "input": {
916
+ "shape": "UpdateSchemaRequest"
917
+ },
918
+ "output": {
919
+ "shape": "UpdateSchemaResponse"
920
+ },
921
+ "errors": [
922
+ {
923
+ "shape": "BadRequestException"
924
+ },
925
+ {
926
+ "shape": "InternalServerErrorException"
927
+ },
928
+ {
929
+ "shape": "ForbiddenException"
930
+ },
931
+ {
932
+ "shape": "NotFoundException"
933
+ },
934
+ {
935
+ "shape": "ServiceUnavailableException"
936
+ }
937
+ ]
938
+ }
939
+ },
940
+ "shapes": {
941
+ "BadRequestException": {
942
+ "type": "structure",
943
+ "members": {
944
+ "Code": {
945
+ "shape": "__string"
946
+ },
947
+ "Message": {
948
+ "shape": "__string"
949
+ }
950
+ },
951
+ "required": [
952
+ "Message",
953
+ "Code"
954
+ ],
955
+ "exception": true,
956
+ "error": {
957
+ "httpStatusCode": 400
958
+ }
959
+ },
960
+ "CodeBindingOutput": {
961
+ "type": "structure",
962
+ "members": {
963
+ "CreationDate": {
964
+ "shape": "__timestampIso8601"
965
+ },
966
+ "LastModified": {
967
+ "shape": "__timestampIso8601"
968
+ },
969
+ "SchemaVersion": {
970
+ "shape": "__string"
971
+ },
972
+ "Status": {
973
+ "shape": "CodeGenerationStatus"
974
+ }
975
+ }
976
+ },
977
+ "CodeGenerationStatus": {
978
+ "type": "string",
979
+ "enum": [
980
+ "CREATE_IN_PROGRESS",
981
+ "CREATE_COMPLETE",
982
+ "CREATE_FAILED"
983
+ ]
984
+ },
985
+ "ConflictException": {
986
+ "type": "structure",
987
+ "members": {
988
+ "Code": {
989
+ "shape": "__string"
990
+ },
991
+ "Message": {
992
+ "shape": "__string"
993
+ }
994
+ },
995
+ "required": [
996
+ "Message",
997
+ "Code"
998
+ ],
999
+ "exception": true,
1000
+ "error": {
1001
+ "httpStatusCode": 409
1002
+ }
1003
+ },
1004
+ "CreateDiscovererInput": {
1005
+ "type": "structure",
1006
+ "members": {
1007
+ "Description": {
1008
+ "shape": "__stringMin0Max256"
1009
+ },
1010
+ "SourceArn": {
1011
+ "shape": "__stringMin20Max1600"
1012
+ },
1013
+ "Tags": {
1014
+ "shape": "Tags",
1015
+ "locationName": "tags"
1016
+ }
1017
+ },
1018
+ "required": [
1019
+ "SourceArn"
1020
+ ]
1021
+ },
1022
+ "CreateDiscovererRequest": {
1023
+ "type": "structure",
1024
+ "members": {
1025
+ "Description": {
1026
+ "shape": "__stringMin0Max256"
1027
+ },
1028
+ "SourceArn": {
1029
+ "shape": "__stringMin20Max1600"
1030
+ },
1031
+ "Tags": {
1032
+ "shape": "Tags",
1033
+ "locationName": "tags"
1034
+ }
1035
+ },
1036
+ "required": [
1037
+ "SourceArn"
1038
+ ]
1039
+ },
1040
+ "CreateDiscovererResponse": {
1041
+ "type": "structure",
1042
+ "members": {
1043
+ "Description": {
1044
+ "shape": "__string"
1045
+ },
1046
+ "DiscovererArn": {
1047
+ "shape": "__string"
1048
+ },
1049
+ "DiscovererId": {
1050
+ "shape": "__string"
1051
+ },
1052
+ "SourceArn": {
1053
+ "shape": "__string"
1054
+ },
1055
+ "State": {
1056
+ "shape": "DiscovererState"
1057
+ },
1058
+ "Tags": {
1059
+ "shape": "Tags",
1060
+ "locationName": "tags"
1061
+ }
1062
+ }
1063
+ },
1064
+ "CreateRegistryInput": {
1065
+ "type": "structure",
1066
+ "members": {
1067
+ "Description": {
1068
+ "shape": "__stringMin0Max256"
1069
+ },
1070
+ "Tags": {
1071
+ "shape": "Tags",
1072
+ "locationName": "tags"
1073
+ }
1074
+ }
1075
+ },
1076
+ "CreateRegistryRequest": {
1077
+ "type": "structure",
1078
+ "members": {
1079
+ "Description": {
1080
+ "shape": "__stringMin0Max256"
1081
+ },
1082
+ "RegistryName": {
1083
+ "shape": "__string",
1084
+ "location": "uri",
1085
+ "locationName": "registryName"
1086
+ },
1087
+ "Tags": {
1088
+ "shape": "Tags",
1089
+ "locationName": "tags"
1090
+ }
1091
+ },
1092
+ "required": [
1093
+ "RegistryName"
1094
+ ]
1095
+ },
1096
+ "CreateRegistryResponse": {
1097
+ "type": "structure",
1098
+ "members": {
1099
+ "Description": {
1100
+ "shape": "__string"
1101
+ },
1102
+ "RegistryArn": {
1103
+ "shape": "__string"
1104
+ },
1105
+ "RegistryName": {
1106
+ "shape": "__string"
1107
+ },
1108
+ "Tags": {
1109
+ "shape": "Tags",
1110
+ "locationName": "tags"
1111
+ }
1112
+ }
1113
+ },
1114
+ "CreateSchemaInput": {
1115
+ "type": "structure",
1116
+ "members": {
1117
+ "Content": {
1118
+ "shape": "__stringMin1Max100000"
1119
+ },
1120
+ "Description": {
1121
+ "shape": "__stringMin0Max256"
1122
+ },
1123
+ "Tags": {
1124
+ "shape": "Tags",
1125
+ "locationName": "tags"
1126
+ },
1127
+ "Type": {
1128
+ "shape": "Type"
1129
+ }
1130
+ },
1131
+ "required": [
1132
+ "Type",
1133
+ "Content"
1134
+ ]
1135
+ },
1136
+ "CreateSchemaRequest": {
1137
+ "type": "structure",
1138
+ "members": {
1139
+ "Content": {
1140
+ "shape": "__stringMin1Max100000"
1141
+ },
1142
+ "Description": {
1143
+ "shape": "__stringMin0Max256"
1144
+ },
1145
+ "RegistryName": {
1146
+ "shape": "__string",
1147
+ "location": "uri",
1148
+ "locationName": "registryName"
1149
+ },
1150
+ "SchemaName": {
1151
+ "shape": "__string",
1152
+ "location": "uri",
1153
+ "locationName": "schemaName"
1154
+ },
1155
+ "Tags": {
1156
+ "shape": "Tags",
1157
+ "locationName": "tags"
1158
+ },
1159
+ "Type": {
1160
+ "shape": "Type"
1161
+ }
1162
+ },
1163
+ "required": [
1164
+ "RegistryName",
1165
+ "SchemaName",
1166
+ "Type",
1167
+ "Content"
1168
+ ]
1169
+ },
1170
+ "CreateSchemaResponse": {
1171
+ "type": "structure",
1172
+ "members": {
1173
+ "Description": {
1174
+ "shape": "__string"
1175
+ },
1176
+ "LastModified": {
1177
+ "shape": "__timestampIso8601"
1178
+ },
1179
+ "SchemaArn": {
1180
+ "shape": "__string"
1181
+ },
1182
+ "SchemaName": {
1183
+ "shape": "__string"
1184
+ },
1185
+ "SchemaVersion": {
1186
+ "shape": "__string"
1187
+ },
1188
+ "Tags": {
1189
+ "shape": "Tags",
1190
+ "locationName": "tags"
1191
+ },
1192
+ "Type": {
1193
+ "shape": "__string"
1194
+ },
1195
+ "VersionCreatedDate": {
1196
+ "shape": "__timestampIso8601"
1197
+ }
1198
+ }
1199
+ },
1200
+ "DeleteDiscovererRequest": {
1201
+ "type": "structure",
1202
+ "members": {
1203
+ "DiscovererId": {
1204
+ "shape": "__string",
1205
+ "location": "uri",
1206
+ "locationName": "discovererId"
1207
+ }
1208
+ },
1209
+ "required": [
1210
+ "DiscovererId"
1211
+ ]
1212
+ },
1213
+ "DeleteRegistryRequest": {
1214
+ "type": "structure",
1215
+ "members": {
1216
+ "RegistryName": {
1217
+ "shape": "__string",
1218
+ "location": "uri",
1219
+ "locationName": "registryName"
1220
+ }
1221
+ },
1222
+ "required": [
1223
+ "RegistryName"
1224
+ ]
1225
+ },
1226
+ "DeleteSchemaRequest": {
1227
+ "type": "structure",
1228
+ "members": {
1229
+ "RegistryName": {
1230
+ "shape": "__string",
1231
+ "location": "uri",
1232
+ "locationName": "registryName"
1233
+ },
1234
+ "SchemaName": {
1235
+ "shape": "__string",
1236
+ "location": "uri",
1237
+ "locationName": "schemaName"
1238
+ }
1239
+ },
1240
+ "required": [
1241
+ "RegistryName",
1242
+ "SchemaName"
1243
+ ]
1244
+ },
1245
+ "DeleteSchemaVersionRequest": {
1246
+ "type": "structure",
1247
+ "members": {
1248
+ "RegistryName": {
1249
+ "shape": "__string",
1250
+ "location": "uri",
1251
+ "locationName": "registryName"
1252
+ },
1253
+ "SchemaName": {
1254
+ "shape": "__string",
1255
+ "location": "uri",
1256
+ "locationName": "schemaName"
1257
+ },
1258
+ "SchemaVersion": {
1259
+ "shape": "__string",
1260
+ "location": "uri",
1261
+ "locationName": "schemaVersion"
1262
+ }
1263
+ },
1264
+ "required": [
1265
+ "SchemaVersion",
1266
+ "RegistryName",
1267
+ "SchemaName"
1268
+ ]
1269
+ },
1270
+ "DescribeCodeBindingRequest": {
1271
+ "type": "structure",
1272
+ "members": {
1273
+ "Language": {
1274
+ "shape": "__string",
1275
+ "location": "uri",
1276
+ "locationName": "language"
1277
+ },
1278
+ "RegistryName": {
1279
+ "shape": "__string",
1280
+ "location": "uri",
1281
+ "locationName": "registryName"
1282
+ },
1283
+ "SchemaName": {
1284
+ "shape": "__string",
1285
+ "location": "uri",
1286
+ "locationName": "schemaName"
1287
+ },
1288
+ "SchemaVersion": {
1289
+ "shape": "__string",
1290
+ "location": "querystring",
1291
+ "locationName": "schemaVersion"
1292
+ }
1293
+ },
1294
+ "required": [
1295
+ "RegistryName",
1296
+ "SchemaName",
1297
+ "Language"
1298
+ ]
1299
+ },
1300
+ "DescribeCodeBindingResponse": {
1301
+ "type": "structure",
1302
+ "members": {
1303
+ "CreationDate": {
1304
+ "shape": "__timestampIso8601"
1305
+ },
1306
+ "LastModified": {
1307
+ "shape": "__timestampIso8601"
1308
+ },
1309
+ "SchemaVersion": {
1310
+ "shape": "__string"
1311
+ },
1312
+ "Status": {
1313
+ "shape": "CodeGenerationStatus"
1314
+ }
1315
+ }
1316
+ },
1317
+ "DescribeDiscovererRequest": {
1318
+ "type": "structure",
1319
+ "members": {
1320
+ "DiscovererId": {
1321
+ "shape": "__string",
1322
+ "location": "uri",
1323
+ "locationName": "discovererId"
1324
+ }
1325
+ },
1326
+ "required": [
1327
+ "DiscovererId"
1328
+ ]
1329
+ },
1330
+ "DescribeDiscovererResponse": {
1331
+ "type": "structure",
1332
+ "members": {
1333
+ "Description": {
1334
+ "shape": "__string"
1335
+ },
1336
+ "DiscovererArn": {
1337
+ "shape": "__string"
1338
+ },
1339
+ "DiscovererId": {
1340
+ "shape": "__string"
1341
+ },
1342
+ "SourceArn": {
1343
+ "shape": "__string"
1344
+ },
1345
+ "State": {
1346
+ "shape": "DiscovererState"
1347
+ },
1348
+ "Tags": {
1349
+ "shape": "Tags",
1350
+ "locationName": "tags"
1351
+ }
1352
+ }
1353
+ },
1354
+ "DescribeRegistryRequest": {
1355
+ "type": "structure",
1356
+ "members": {
1357
+ "RegistryName": {
1358
+ "shape": "__string",
1359
+ "location": "uri",
1360
+ "locationName": "registryName"
1361
+ }
1362
+ },
1363
+ "required": [
1364
+ "RegistryName"
1365
+ ]
1366
+ },
1367
+ "DescribeRegistryResponse": {
1368
+ "type": "structure",
1369
+ "members": {
1370
+ "Description": {
1371
+ "shape": "__string"
1372
+ },
1373
+ "RegistryArn": {
1374
+ "shape": "__string"
1375
+ },
1376
+ "RegistryName": {
1377
+ "shape": "__string"
1378
+ },
1379
+ "Tags": {
1380
+ "shape": "Tags",
1381
+ "locationName": "tags"
1382
+ }
1383
+ }
1384
+ },
1385
+ "DescribeSchemaOutput": {
1386
+ "type": "structure",
1387
+ "members": {
1388
+ "Content": {
1389
+ "shape": "__string"
1390
+ },
1391
+ "Description": {
1392
+ "shape": "__string"
1393
+ },
1394
+ "LastModified": {
1395
+ "shape": "__timestampIso8601"
1396
+ },
1397
+ "SchemaArn": {
1398
+ "shape": "__string"
1399
+ },
1400
+ "SchemaName": {
1401
+ "shape": "__string"
1402
+ },
1403
+ "SchemaVersion": {
1404
+ "shape": "__string"
1405
+ },
1406
+ "Tags": {
1407
+ "shape": "Tags",
1408
+ "locationName": "tags"
1409
+ },
1410
+ "Type": {
1411
+ "shape": "__string"
1412
+ },
1413
+ "VersionCreatedDate": {
1414
+ "shape": "__timestampIso8601"
1415
+ }
1416
+ }
1417
+ },
1418
+ "DescribeSchemaRequest": {
1419
+ "type": "structure",
1420
+ "members": {
1421
+ "RegistryName": {
1422
+ "shape": "__string",
1423
+ "location": "uri",
1424
+ "locationName": "registryName"
1425
+ },
1426
+ "SchemaName": {
1427
+ "shape": "__string",
1428
+ "location": "uri",
1429
+ "locationName": "schemaName"
1430
+ },
1431
+ "SchemaVersion": {
1432
+ "shape": "__string",
1433
+ "location": "querystring",
1434
+ "locationName": "schemaVersion"
1435
+ }
1436
+ },
1437
+ "required": [
1438
+ "RegistryName",
1439
+ "SchemaName"
1440
+ ]
1441
+ },
1442
+ "DescribeSchemaResponse": {
1443
+ "type": "structure",
1444
+ "members": {
1445
+ "Content": {
1446
+ "shape": "__string"
1447
+ },
1448
+ "Description": {
1449
+ "shape": "__string"
1450
+ },
1451
+ "LastModified": {
1452
+ "shape": "__timestampIso8601"
1453
+ },
1454
+ "SchemaArn": {
1455
+ "shape": "__string"
1456
+ },
1457
+ "SchemaName": {
1458
+ "shape": "__string"
1459
+ },
1460
+ "SchemaVersion": {
1461
+ "shape": "__string"
1462
+ },
1463
+ "Tags": {
1464
+ "shape": "Tags",
1465
+ "locationName": "tags"
1466
+ },
1467
+ "Type": {
1468
+ "shape": "__string"
1469
+ },
1470
+ "VersionCreatedDate": {
1471
+ "shape": "__timestampIso8601"
1472
+ }
1473
+ }
1474
+ },
1475
+ "DiscovererOutput": {
1476
+ "type": "structure",
1477
+ "members": {
1478
+ "Description": {
1479
+ "shape": "__string"
1480
+ },
1481
+ "DiscovererArn": {
1482
+ "shape": "__string"
1483
+ },
1484
+ "DiscovererId": {
1485
+ "shape": "__string"
1486
+ },
1487
+ "SourceArn": {
1488
+ "shape": "__string"
1489
+ },
1490
+ "State": {
1491
+ "shape": "DiscovererState"
1492
+ },
1493
+ "Tags": {
1494
+ "shape": "Tags",
1495
+ "locationName": "tags"
1496
+ }
1497
+ }
1498
+ },
1499
+ "DiscovererState": {
1500
+ "type": "string",
1501
+ "enum": [
1502
+ "STARTED",
1503
+ "STOPPED"
1504
+ ]
1505
+ },
1506
+ "DiscovererStateOutput": {
1507
+ "type": "structure",
1508
+ "members": {
1509
+ "DiscovererId": {
1510
+ "shape": "__string"
1511
+ },
1512
+ "State": {
1513
+ "shape": "DiscovererState"
1514
+ }
1515
+ }
1516
+ },
1517
+ "DiscovererSummary": {
1518
+ "type": "structure",
1519
+ "members": {
1520
+ "DiscovererArn": {
1521
+ "shape": "__string"
1522
+ },
1523
+ "DiscovererId": {
1524
+ "shape": "__string"
1525
+ },
1526
+ "SourceArn": {
1527
+ "shape": "__string"
1528
+ },
1529
+ "State": {
1530
+ "shape": "DiscovererState"
1531
+ },
1532
+ "Tags": {
1533
+ "shape": "Tags",
1534
+ "locationName": "tags"
1535
+ }
1536
+ }
1537
+ },
1538
+ "ErrorOutput": {
1539
+ "type": "structure",
1540
+ "members": {
1541
+ "Code": {
1542
+ "shape": "__string"
1543
+ },
1544
+ "Message": {
1545
+ "shape": "__string"
1546
+ }
1547
+ },
1548
+ "required": [
1549
+ "Message",
1550
+ "Code"
1551
+ ]
1552
+ },
1553
+ "ForbiddenException": {
1554
+ "type": "structure",
1555
+ "members": {
1556
+ "Code": {
1557
+ "shape": "__string"
1558
+ },
1559
+ "Message": {
1560
+ "shape": "__string"
1561
+ }
1562
+ },
1563
+ "required": [
1564
+ "Message",
1565
+ "Code"
1566
+ ],
1567
+ "exception": true,
1568
+ "error": {
1569
+ "httpStatusCode": 403
1570
+ }
1571
+ },
1572
+ "GetCodeBindingSourceOutput": {
1573
+ "type": "string"
1574
+ },
1575
+ "GetCodeBindingSourceRequest": {
1576
+ "type": "structure",
1577
+ "members": {
1578
+ "Language": {
1579
+ "shape": "__string",
1580
+ "location": "uri",
1581
+ "locationName": "language"
1582
+ },
1583
+ "RegistryName": {
1584
+ "shape": "__string",
1585
+ "location": "uri",
1586
+ "locationName": "registryName"
1587
+ },
1588
+ "SchemaName": {
1589
+ "shape": "__string",
1590
+ "location": "uri",
1591
+ "locationName": "schemaName"
1592
+ },
1593
+ "SchemaVersion": {
1594
+ "shape": "__string",
1595
+ "location": "querystring",
1596
+ "locationName": "schemaVersion"
1597
+ }
1598
+ },
1599
+ "required": [
1600
+ "RegistryName",
1601
+ "SchemaName",
1602
+ "Language"
1603
+ ]
1604
+ },
1605
+ "GetCodeBindingSourceResponse": {
1606
+ "type": "structure",
1607
+ "members": {
1608
+ "Body": {
1609
+ "shape": "Body"
1610
+ }
1611
+ },
1612
+ "payload": "Body"
1613
+ },
1614
+ "GetDiscoveredSchemaInput": {
1615
+ "type": "structure",
1616
+ "members": {
1617
+ "Events": {
1618
+ "shape": "__listOfGetDiscoveredSchemaVersionItemInput"
1619
+ },
1620
+ "Type": {
1621
+ "shape": "Type"
1622
+ }
1623
+ },
1624
+ "required": [
1625
+ "Type",
1626
+ "Events"
1627
+ ]
1628
+ },
1629
+ "GetDiscoveredSchemaOutput": {
1630
+ "type": "structure",
1631
+ "members": {
1632
+ "Content": {
1633
+ "shape": "__string"
1634
+ }
1635
+ }
1636
+ },
1637
+ "GetDiscoveredSchemaRequest": {
1638
+ "type": "structure",
1639
+ "members": {
1640
+ "Events": {
1641
+ "shape": "__listOfGetDiscoveredSchemaVersionItemInput"
1642
+ },
1643
+ "Type": {
1644
+ "shape": "Type"
1645
+ }
1646
+ },
1647
+ "required": [
1648
+ "Type",
1649
+ "Events"
1650
+ ]
1651
+ },
1652
+ "GetDiscoveredSchemaResponse": {
1653
+ "type": "structure",
1654
+ "members": {
1655
+ "Content": {
1656
+ "shape": "__string"
1657
+ }
1658
+ }
1659
+ },
1660
+ "GetDiscoveredSchemaVersionItemInput": {
1661
+ "type": "string",
1662
+ "min": 1,
1663
+ "max": 100000
1664
+ },
1665
+ "GoneException": {
1666
+ "type": "structure",
1667
+ "members": {
1668
+ "Code": {
1669
+ "shape": "__string"
1670
+ },
1671
+ "Message": {
1672
+ "shape": "__string"
1673
+ }
1674
+ },
1675
+ "required": [
1676
+ "Message",
1677
+ "Code"
1678
+ ],
1679
+ "exception": true,
1680
+ "error": {
1681
+ "httpStatusCode": 410
1682
+ }
1683
+ },
1684
+ "InternalServerErrorException": {
1685
+ "type": "structure",
1686
+ "members": {
1687
+ "Code": {
1688
+ "shape": "__string"
1689
+ },
1690
+ "Message": {
1691
+ "shape": "__string"
1692
+ }
1693
+ },
1694
+ "required": [
1695
+ "Message",
1696
+ "Code"
1697
+ ],
1698
+ "exception": true,
1699
+ "error": {
1700
+ "httpStatusCode": 500
1701
+ }
1702
+ },
1703
+ "Limit": {
1704
+ "type": "integer",
1705
+ "min": 1,
1706
+ "max": 100
1707
+ },
1708
+ "ListDiscoverersOutput": {
1709
+ "type": "structure",
1710
+ "members": {
1711
+ "Discoverers": {
1712
+ "shape": "__listOfDiscovererSummary"
1713
+ },
1714
+ "NextToken": {
1715
+ "shape": "__string"
1716
+ }
1717
+ }
1718
+ },
1719
+ "ListDiscoverersRequest": {
1720
+ "type": "structure",
1721
+ "members": {
1722
+ "DiscovererIdPrefix": {
1723
+ "shape": "__string",
1724
+ "location": "querystring",
1725
+ "locationName": "discovererIdPrefix"
1726
+ },
1727
+ "Limit": {
1728
+ "shape": "__integer",
1729
+ "location": "querystring",
1730
+ "locationName": "limit"
1731
+ },
1732
+ "NextToken": {
1733
+ "shape": "__string",
1734
+ "location": "querystring",
1735
+ "locationName": "nextToken"
1736
+ },
1737
+ "SourceArnPrefix": {
1738
+ "shape": "__string",
1739
+ "location": "querystring",
1740
+ "locationName": "sourceArnPrefix"
1741
+ }
1742
+ }
1743
+ },
1744
+ "ListDiscoverersResponse": {
1745
+ "type": "structure",
1746
+ "members": {
1747
+ "Discoverers": {
1748
+ "shape": "__listOfDiscovererSummary"
1749
+ },
1750
+ "NextToken": {
1751
+ "shape": "__string"
1752
+ }
1753
+ }
1754
+ },
1755
+ "ListRegistriesOutput": {
1756
+ "type": "structure",
1757
+ "members": {
1758
+ "NextToken": {
1759
+ "shape": "__string"
1760
+ },
1761
+ "Registries": {
1762
+ "shape": "__listOfRegistrySummary"
1763
+ }
1764
+ }
1765
+ },
1766
+ "ListRegistriesRequest": {
1767
+ "type": "structure",
1768
+ "members": {
1769
+ "Limit": {
1770
+ "shape": "__integer",
1771
+ "location": "querystring",
1772
+ "locationName": "limit"
1773
+ },
1774
+ "NextToken": {
1775
+ "shape": "__string",
1776
+ "location": "querystring",
1777
+ "locationName": "nextToken"
1778
+ },
1779
+ "RegistryNamePrefix": {
1780
+ "shape": "__string",
1781
+ "location": "querystring",
1782
+ "locationName": "registryNamePrefix"
1783
+ },
1784
+ "Scope": {
1785
+ "shape": "__string",
1786
+ "location": "querystring",
1787
+ "locationName": "scope"
1788
+ }
1789
+ }
1790
+ },
1791
+ "ListRegistriesResponse": {
1792
+ "type": "structure",
1793
+ "members": {
1794
+ "NextToken": {
1795
+ "shape": "__string"
1796
+ },
1797
+ "Registries": {
1798
+ "shape": "__listOfRegistrySummary"
1799
+ }
1800
+ }
1801
+ },
1802
+ "ListSchemaVersionsOutput": {
1803
+ "type": "structure",
1804
+ "members": {
1805
+ "NextToken": {
1806
+ "shape": "__string"
1807
+ },
1808
+ "SchemaVersions": {
1809
+ "shape": "__listOfSchemaVersionSummary"
1810
+ }
1811
+ }
1812
+ },
1813
+ "ListSchemaVersionsRequest": {
1814
+ "type": "structure",
1815
+ "members": {
1816
+ "Limit": {
1817
+ "shape": "__integer",
1818
+ "location": "querystring",
1819
+ "locationName": "limit"
1820
+ },
1821
+ "NextToken": {
1822
+ "shape": "__string",
1823
+ "location": "querystring",
1824
+ "locationName": "nextToken"
1825
+ },
1826
+ "RegistryName": {
1827
+ "shape": "__string",
1828
+ "location": "uri",
1829
+ "locationName": "registryName"
1830
+ },
1831
+ "SchemaName": {
1832
+ "shape": "__string",
1833
+ "location": "uri",
1834
+ "locationName": "schemaName"
1835
+ }
1836
+ },
1837
+ "required": [
1838
+ "RegistryName",
1839
+ "SchemaName"
1840
+ ]
1841
+ },
1842
+ "ListSchemaVersionsResponse": {
1843
+ "type": "structure",
1844
+ "members": {
1845
+ "NextToken": {
1846
+ "shape": "__string"
1847
+ },
1848
+ "SchemaVersions": {
1849
+ "shape": "__listOfSchemaVersionSummary"
1850
+ }
1851
+ }
1852
+ },
1853
+ "ListSchemasOutput": {
1854
+ "type": "structure",
1855
+ "members": {
1856
+ "NextToken": {
1857
+ "shape": "__string"
1858
+ },
1859
+ "Schemas": {
1860
+ "shape": "__listOfSchemaSummary"
1861
+ }
1862
+ }
1863
+ },
1864
+ "ListSchemasRequest": {
1865
+ "type": "structure",
1866
+ "members": {
1867
+ "Limit": {
1868
+ "shape": "__integer",
1869
+ "location": "querystring",
1870
+ "locationName": "limit"
1871
+ },
1872
+ "NextToken": {
1873
+ "shape": "__string",
1874
+ "location": "querystring",
1875
+ "locationName": "nextToken"
1876
+ },
1877
+ "RegistryName": {
1878
+ "shape": "__string",
1879
+ "location": "uri",
1880
+ "locationName": "registryName"
1881
+ },
1882
+ "SchemaNamePrefix": {
1883
+ "shape": "__string",
1884
+ "location": "querystring",
1885
+ "locationName": "schemaNamePrefix"
1886
+ }
1887
+ },
1888
+ "required": [
1889
+ "RegistryName"
1890
+ ]
1891
+ },
1892
+ "ListSchemasResponse": {
1893
+ "type": "structure",
1894
+ "members": {
1895
+ "NextToken": {
1896
+ "shape": "__string"
1897
+ },
1898
+ "Schemas": {
1899
+ "shape": "__listOfSchemaSummary"
1900
+ }
1901
+ }
1902
+ },
1903
+ "ListTagsForResourceRequest": {
1904
+ "type": "structure",
1905
+ "members": {
1906
+ "ResourceArn": {
1907
+ "shape": "__string",
1908
+ "location": "uri",
1909
+ "locationName": "resource-arn"
1910
+ }
1911
+ },
1912
+ "required": [
1913
+ "ResourceArn"
1914
+ ]
1915
+ },
1916
+ "ListTagsForResourceResponse": {
1917
+ "type": "structure",
1918
+ "members": {
1919
+ "Tags": {
1920
+ "shape": "Tags"
1921
+ }
1922
+ },
1923
+ "required": [
1924
+ "Tags"
1925
+ ]
1926
+ },
1927
+ "LockServiceLinkedRoleInput": {
1928
+ "type": "structure",
1929
+ "members": {
1930
+ "RoleArn": {
1931
+ "shape": "__stringMin1Max1600"
1932
+ },
1933
+ "Timeout": {
1934
+ "shape": "__integerMin1Max29000"
1935
+ }
1936
+ },
1937
+ "required": [
1938
+ "Timeout",
1939
+ "RoleArn"
1940
+ ]
1941
+ },
1942
+ "LockServiceLinkedRoleOutput": {
1943
+ "type": "structure",
1944
+ "members": {
1945
+ "CanBeDeleted": {
1946
+ "shape": "__boolean"
1947
+ },
1948
+ "ReasonOfFailure": {
1949
+ "shape": "__stringMin1Max1600"
1950
+ },
1951
+ "RelatedResources": {
1952
+ "shape": "__listOfDiscovererSummary"
1953
+ }
1954
+ }
1955
+ },
1956
+ "LockServiceLinkedRoleRequest": {
1957
+ "type": "structure",
1958
+ "members": {
1959
+ "RoleArn": {
1960
+ "shape": "__stringMin1Max1600"
1961
+ },
1962
+ "Timeout": {
1963
+ "shape": "__integerMin1Max29000"
1964
+ }
1965
+ },
1966
+ "required": [
1967
+ "Timeout",
1968
+ "RoleArn"
1969
+ ]
1970
+ },
1971
+ "LockServiceLinkedRoleResponse": {
1972
+ "type": "structure",
1973
+ "members": {
1974
+ "CanBeDeleted": {
1975
+ "shape": "__boolean"
1976
+ },
1977
+ "ReasonOfFailure": {
1978
+ "shape": "__stringMin1Max1600"
1979
+ },
1980
+ "RelatedResources": {
1981
+ "shape": "__listOfDiscovererSummary"
1982
+ }
1983
+ }
1984
+ },
1985
+ "NotFoundException": {
1986
+ "type": "structure",
1987
+ "members": {
1988
+ "Code": {
1989
+ "shape": "__string"
1990
+ },
1991
+ "Message": {
1992
+ "shape": "__string"
1993
+ }
1994
+ },
1995
+ "required": [
1996
+ "Message",
1997
+ "Code"
1998
+ ],
1999
+ "exception": true,
2000
+ "error": {
2001
+ "httpStatusCode": 404
2002
+ }
2003
+ },
2004
+ "PutCodeBindingRequest": {
2005
+ "type": "structure",
2006
+ "members": {
2007
+ "Language": {
2008
+ "shape": "__string",
2009
+ "location": "uri",
2010
+ "locationName": "language"
2011
+ },
2012
+ "RegistryName": {
2013
+ "shape": "__string",
2014
+ "location": "uri",
2015
+ "locationName": "registryName"
2016
+ },
2017
+ "SchemaName": {
2018
+ "shape": "__string",
2019
+ "location": "uri",
2020
+ "locationName": "schemaName"
2021
+ },
2022
+ "SchemaVersion": {
2023
+ "shape": "__string",
2024
+ "location": "querystring",
2025
+ "locationName": "schemaVersion"
2026
+ }
2027
+ },
2028
+ "required": [
2029
+ "RegistryName",
2030
+ "SchemaName",
2031
+ "Language"
2032
+ ]
2033
+ },
2034
+ "PutCodeBindingResponse": {
2035
+ "type": "structure",
2036
+ "members": {
2037
+ "CreationDate": {
2038
+ "shape": "__timestampIso8601"
2039
+ },
2040
+ "LastModified": {
2041
+ "shape": "__timestampIso8601"
2042
+ },
2043
+ "SchemaVersion": {
2044
+ "shape": "__string"
2045
+ },
2046
+ "Status": {
2047
+ "shape": "CodeGenerationStatus"
2048
+ }
2049
+ }
2050
+ },
2051
+ "RegistryOutput": {
2052
+ "type": "structure",
2053
+ "members": {
2054
+ "Description": {
2055
+ "shape": "__string"
2056
+ },
2057
+ "RegistryArn": {
2058
+ "shape": "__string"
2059
+ },
2060
+ "RegistryName": {
2061
+ "shape": "__string"
2062
+ },
2063
+ "Tags": {
2064
+ "shape": "Tags",
2065
+ "locationName": "tags"
2066
+ }
2067
+ }
2068
+ },
2069
+ "RegistrySummary": {
2070
+ "type": "structure",
2071
+ "members": {
2072
+ "RegistryArn": {
2073
+ "shape": "__string"
2074
+ },
2075
+ "RegistryName": {
2076
+ "shape": "__string"
2077
+ },
2078
+ "Tags": {
2079
+ "shape": "Tags",
2080
+ "locationName": "tags"
2081
+ }
2082
+ }
2083
+ },
2084
+ "SchemaOutput": {
2085
+ "type": "structure",
2086
+ "members": {
2087
+ "Description": {
2088
+ "shape": "__string"
2089
+ },
2090
+ "LastModified": {
2091
+ "shape": "__timestampIso8601"
2092
+ },
2093
+ "SchemaArn": {
2094
+ "shape": "__string"
2095
+ },
2096
+ "SchemaName": {
2097
+ "shape": "__string"
2098
+ },
2099
+ "SchemaVersion": {
2100
+ "shape": "__string"
2101
+ },
2102
+ "Tags": {
2103
+ "shape": "Tags",
2104
+ "locationName": "tags"
2105
+ },
2106
+ "Type": {
2107
+ "shape": "__string"
2108
+ },
2109
+ "VersionCreatedDate": {
2110
+ "shape": "__timestampIso8601"
2111
+ }
2112
+ }
2113
+ },
2114
+ "SchemaSummary": {
2115
+ "type": "structure",
2116
+ "members": {
2117
+ "LastModified": {
2118
+ "shape": "__timestampIso8601"
2119
+ },
2120
+ "SchemaArn": {
2121
+ "shape": "__string"
2122
+ },
2123
+ "SchemaName": {
2124
+ "shape": "__string"
2125
+ },
2126
+ "Tags": {
2127
+ "shape": "Tags",
2128
+ "locationName": "tags"
2129
+ },
2130
+ "VersionCount": {
2131
+ "shape": "__long"
2132
+ }
2133
+ }
2134
+ },
2135
+ "SchemaVersionSummary": {
2136
+ "type": "structure",
2137
+ "members": {
2138
+ "SchemaArn": {
2139
+ "shape": "__string"
2140
+ },
2141
+ "SchemaName": {
2142
+ "shape": "__string"
2143
+ },
2144
+ "SchemaVersion": {
2145
+ "shape": "__string"
2146
+ }
2147
+ }
2148
+ },
2149
+ "SearchSchemaSummary": {
2150
+ "type": "structure",
2151
+ "members": {
2152
+ "RegistryName": {
2153
+ "shape": "__string"
2154
+ },
2155
+ "SchemaArn": {
2156
+ "shape": "__string"
2157
+ },
2158
+ "SchemaName": {
2159
+ "shape": "__string"
2160
+ },
2161
+ "SchemaVersions": {
2162
+ "shape": "__listOfSearchSchemaVersionSummary"
2163
+ }
2164
+ }
2165
+ },
2166
+ "SearchSchemaVersionSummary": {
2167
+ "type": "structure",
2168
+ "members": {
2169
+ "CreatedDate": {
2170
+ "shape": "__timestampIso8601"
2171
+ },
2172
+ "SchemaVersion": {
2173
+ "shape": "__string"
2174
+ }
2175
+ }
2176
+ },
2177
+ "SearchSchemasOutput": {
2178
+ "type": "structure",
2179
+ "members": {
2180
+ "NextToken": {
2181
+ "shape": "__string"
2182
+ },
2183
+ "Schemas": {
2184
+ "shape": "__listOfSearchSchemaSummary"
2185
+ }
2186
+ }
2187
+ },
2188
+ "SearchSchemasRequest": {
2189
+ "type": "structure",
2190
+ "members": {
2191
+ "Keywords": {
2192
+ "shape": "__string",
2193
+ "location": "querystring",
2194
+ "locationName": "keywords"
2195
+ },
2196
+ "Limit": {
2197
+ "shape": "__integer",
2198
+ "location": "querystring",
2199
+ "locationName": "limit"
2200
+ },
2201
+ "NextToken": {
2202
+ "shape": "__string",
2203
+ "location": "querystring",
2204
+ "locationName": "nextToken"
2205
+ },
2206
+ "RegistryName": {
2207
+ "shape": "__string",
2208
+ "location": "uri",
2209
+ "locationName": "registryName"
2210
+ }
2211
+ },
2212
+ "required": [
2213
+ "RegistryName",
2214
+ "Keywords"
2215
+ ]
2216
+ },
2217
+ "SearchSchemasResponse": {
2218
+ "type": "structure",
2219
+ "members": {
2220
+ "NextToken": {
2221
+ "shape": "__string"
2222
+ },
2223
+ "Schemas": {
2224
+ "shape": "__listOfSearchSchemaSummary"
2225
+ }
2226
+ }
2227
+ },
2228
+ "ServiceUnavailableException": {
2229
+ "type": "structure",
2230
+ "members": {
2231
+ "Code": {
2232
+ "shape": "__string"
2233
+ },
2234
+ "Message": {
2235
+ "shape": "__string"
2236
+ }
2237
+ },
2238
+ "required": [
2239
+ "Message",
2240
+ "Code"
2241
+ ],
2242
+ "exception": true,
2243
+ "error": {
2244
+ "httpStatusCode": 503
2245
+ }
2246
+ },
2247
+ "StartDiscovererRequest": {
2248
+ "type": "structure",
2249
+ "members": {
2250
+ "DiscovererId": {
2251
+ "shape": "__string",
2252
+ "location": "uri",
2253
+ "locationName": "discovererId"
2254
+ }
2255
+ },
2256
+ "required": [
2257
+ "DiscovererId"
2258
+ ]
2259
+ },
2260
+ "StartDiscovererResponse": {
2261
+ "type": "structure",
2262
+ "members": {
2263
+ "DiscovererId": {
2264
+ "shape": "__string"
2265
+ },
2266
+ "State": {
2267
+ "shape": "DiscovererState"
2268
+ }
2269
+ }
2270
+ },
2271
+ "StopDiscovererRequest": {
2272
+ "type": "structure",
2273
+ "members": {
2274
+ "DiscovererId": {
2275
+ "shape": "__string",
2276
+ "location": "uri",
2277
+ "locationName": "discovererId"
2278
+ }
2279
+ },
2280
+ "required": [
2281
+ "DiscovererId"
2282
+ ]
2283
+ },
2284
+ "StopDiscovererResponse": {
2285
+ "type": "structure",
2286
+ "members": {
2287
+ "DiscovererId": {
2288
+ "shape": "__string"
2289
+ },
2290
+ "State": {
2291
+ "shape": "DiscovererState"
2292
+ }
2293
+ }
2294
+ },
2295
+ "TagResourceInput": {
2296
+ "type": "structure",
2297
+ "members": {
2298
+ "Tags": {
2299
+ "shape": "Tags",
2300
+ "locationName": "tags"
2301
+ }
2302
+ },
2303
+ "required": [
2304
+ "Tags"
2305
+ ]
2306
+ },
2307
+ "TagResourceRequest": {
2308
+ "type": "structure",
2309
+ "members": {
2310
+ "ResourceArn": {
2311
+ "shape": "__string",
2312
+ "location": "uri",
2313
+ "locationName": "resource-arn"
2314
+ },
2315
+ "Tags": {
2316
+ "shape": "Tags",
2317
+ "locationName": "tags"
2318
+ }
2319
+ },
2320
+ "required": [
2321
+ "ResourceArn",
2322
+ "Tags"
2323
+ ]
2324
+ },
2325
+ "Tags": {
2326
+ "type": "map",
2327
+ "key": {
2328
+ "shape": "__string"
2329
+ },
2330
+ "value": {
2331
+ "shape": "__string"
2332
+ }
2333
+ },
2334
+ "TooManyRequestsException": {
2335
+ "type": "structure",
2336
+ "members": {
2337
+ "Code": {
2338
+ "shape": "__string"
2339
+ },
2340
+ "Message": {
2341
+ "shape": "__string"
2342
+ }
2343
+ },
2344
+ "required": [
2345
+ "Message",
2346
+ "Code"
2347
+ ],
2348
+ "exception": true,
2349
+ "error": {
2350
+ "httpStatusCode": 429
2351
+ }
2352
+ },
2353
+ "Type": {
2354
+ "type": "string",
2355
+ "enum": [
2356
+ "OpenApi3"
2357
+ ]
2358
+ },
2359
+ "UnauthorizedException": {
2360
+ "type": "structure",
2361
+ "members": {
2362
+ "Code": {
2363
+ "shape": "__string"
2364
+ },
2365
+ "Message": {
2366
+ "shape": "__string"
2367
+ }
2368
+ },
2369
+ "required": [
2370
+ "Message",
2371
+ "Code"
2372
+ ],
2373
+ "exception": true,
2374
+ "error": {
2375
+ "httpStatusCode": 401
2376
+ }
2377
+ },
2378
+ "UnlockServiceLinkedRoleInput": {
2379
+ "type": "structure",
2380
+ "members": {
2381
+ "RoleArn": {
2382
+ "shape": "__stringMin1Max1600"
2383
+ }
2384
+ },
2385
+ "required": [
2386
+ "RoleArn"
2387
+ ]
2388
+ },
2389
+ "UnlockServiceLinkedRoleRequest": {
2390
+ "type": "structure",
2391
+ "members": {
2392
+ "RoleArn": {
2393
+ "shape": "__stringMin1Max1600"
2394
+ }
2395
+ },
2396
+ "required": [
2397
+ "RoleArn"
2398
+ ]
2399
+ },
2400
+ "UnlockServiceLinkedRoleResponse": {
2401
+ "type": "structure",
2402
+ "members": {}
2403
+ },
2404
+ "UntagResourceRequest": {
2405
+ "type": "structure",
2406
+ "members": {
2407
+ "ResourceArn": {
2408
+ "shape": "__string",
2409
+ "location": "uri",
2410
+ "locationName": "resource-arn"
2411
+ },
2412
+ "TagKeys": {
2413
+ "shape": "__listOf__string",
2414
+ "location": "querystring",
2415
+ "locationName": "tagKeys"
2416
+ }
2417
+ },
2418
+ "required": [
2419
+ "TagKeys",
2420
+ "ResourceArn"
2421
+ ]
2422
+ },
2423
+ "UpdateDiscovererInput": {
2424
+ "type": "structure",
2425
+ "members": {
2426
+ "Description": {
2427
+ "shape": "__stringMin0Max256"
2428
+ }
2429
+ }
2430
+ },
2431
+ "UpdateDiscovererRequest": {
2432
+ "type": "structure",
2433
+ "members": {
2434
+ "Description": {
2435
+ "shape": "__stringMin0Max256"
2436
+ },
2437
+ "DiscovererId": {
2438
+ "shape": "__string",
2439
+ "location": "uri",
2440
+ "locationName": "discovererId"
2441
+ }
2442
+ },
2443
+ "required": [
2444
+ "DiscovererId"
2445
+ ]
2446
+ },
2447
+ "UpdateDiscovererResponse": {
2448
+ "type": "structure",
2449
+ "members": {
2450
+ "Description": {
2451
+ "shape": "__string"
2452
+ },
2453
+ "DiscovererArn": {
2454
+ "shape": "__string"
2455
+ },
2456
+ "DiscovererId": {
2457
+ "shape": "__string"
2458
+ },
2459
+ "SourceArn": {
2460
+ "shape": "__string"
2461
+ },
2462
+ "State": {
2463
+ "shape": "DiscovererState"
2464
+ },
2465
+ "Tags": {
2466
+ "shape": "Tags",
2467
+ "locationName": "tags"
2468
+ }
2469
+ }
2470
+ },
2471
+ "UpdateRegistryInput": {
2472
+ "type": "structure",
2473
+ "members": {
2474
+ "Description": {
2475
+ "shape": "__stringMin0Max256"
2476
+ }
2477
+ }
2478
+ },
2479
+ "UpdateRegistryRequest": {
2480
+ "type": "structure",
2481
+ "members": {
2482
+ "Description": {
2483
+ "shape": "__stringMin0Max256"
2484
+ },
2485
+ "RegistryName": {
2486
+ "shape": "__string",
2487
+ "location": "uri",
2488
+ "locationName": "registryName"
2489
+ }
2490
+ },
2491
+ "required": [
2492
+ "RegistryName"
2493
+ ]
2494
+ },
2495
+ "UpdateRegistryResponse": {
2496
+ "type": "structure",
2497
+ "members": {
2498
+ "Description": {
2499
+ "shape": "__string"
2500
+ },
2501
+ "RegistryArn": {
2502
+ "shape": "__string"
2503
+ },
2504
+ "RegistryName": {
2505
+ "shape": "__string"
2506
+ },
2507
+ "Tags": {
2508
+ "shape": "Tags",
2509
+ "locationName": "tags"
2510
+ }
2511
+ }
2512
+ },
2513
+ "UpdateSchemaInput": {
2514
+ "type": "structure",
2515
+ "members": {
2516
+ "ClientTokenId": {
2517
+ "shape": "__stringMin0Max36",
2518
+ "idempotencyToken": true
2519
+ },
2520
+ "Content": {
2521
+ "shape": "__stringMin1Max100000"
2522
+ },
2523
+ "Description": {
2524
+ "shape": "__stringMin0Max256"
2525
+ },
2526
+ "Type": {
2527
+ "shape": "Type"
2528
+ }
2529
+ }
2530
+ },
2531
+ "UpdateSchemaRequest": {
2532
+ "type": "structure",
2533
+ "members": {
2534
+ "ClientTokenId": {
2535
+ "shape": "__stringMin0Max36",
2536
+ "idempotencyToken": true
2537
+ },
2538
+ "Content": {
2539
+ "shape": "__stringMin1Max100000"
2540
+ },
2541
+ "Description": {
2542
+ "shape": "__stringMin0Max256"
2543
+ },
2544
+ "RegistryName": {
2545
+ "shape": "__string",
2546
+ "location": "uri",
2547
+ "locationName": "registryName"
2548
+ },
2549
+ "SchemaName": {
2550
+ "shape": "__string",
2551
+ "location": "uri",
2552
+ "locationName": "schemaName"
2553
+ },
2554
+ "Type": {
2555
+ "shape": "Type"
2556
+ }
2557
+ },
2558
+ "required": [
2559
+ "RegistryName",
2560
+ "SchemaName"
2561
+ ]
2562
+ },
2563
+ "UpdateSchemaResponse": {
2564
+ "type": "structure",
2565
+ "members": {
2566
+ "Description": {
2567
+ "shape": "__string"
2568
+ },
2569
+ "LastModified": {
2570
+ "shape": "__timestampIso8601"
2571
+ },
2572
+ "SchemaArn": {
2573
+ "shape": "__string"
2574
+ },
2575
+ "SchemaName": {
2576
+ "shape": "__string"
2577
+ },
2578
+ "SchemaVersion": {
2579
+ "shape": "__string"
2580
+ },
2581
+ "Tags": {
2582
+ "shape": "Tags",
2583
+ "locationName": "tags"
2584
+ },
2585
+ "Type": {
2586
+ "shape": "__string"
2587
+ },
2588
+ "VersionCreatedDate": {
2589
+ "shape": "__timestampIso8601"
2590
+ }
2591
+ }
2592
+ },
2593
+ "__boolean": {
2594
+ "type": "boolean"
2595
+ },
2596
+ "__double": {
2597
+ "type": "double"
2598
+ },
2599
+ "__integer": {
2600
+ "type": "integer"
2601
+ },
2602
+ "__integerMin1Max29000": {
2603
+ "type": "integer",
2604
+ "min": 1,
2605
+ "max": 29000
2606
+ },
2607
+ "__listOfDiscovererSummary": {
2608
+ "type": "list",
2609
+ "member": {
2610
+ "shape": "DiscovererSummary"
2611
+ }
2612
+ },
2613
+ "__listOfGetDiscoveredSchemaVersionItemInput": {
2614
+ "type": "list",
2615
+ "min": 1,
2616
+ "max": 10,
2617
+ "member": {
2618
+ "shape": "GetDiscoveredSchemaVersionItemInput"
2619
+ }
2620
+ },
2621
+ "__listOfRegistrySummary": {
2622
+ "type": "list",
2623
+ "member": {
2624
+ "shape": "RegistrySummary"
2625
+ }
2626
+ },
2627
+ "__listOfSchemaSummary": {
2628
+ "type": "list",
2629
+ "member": {
2630
+ "shape": "SchemaSummary"
2631
+ }
2632
+ },
2633
+ "__listOfSchemaVersionSummary": {
2634
+ "type": "list",
2635
+ "member": {
2636
+ "shape": "SchemaVersionSummary"
2637
+ }
2638
+ },
2639
+ "__listOfSearchSchemaSummary": {
2640
+ "type": "list",
2641
+ "member": {
2642
+ "shape": "SearchSchemaSummary"
2643
+ }
2644
+ },
2645
+ "__listOfSearchSchemaVersionSummary": {
2646
+ "type": "list",
2647
+ "member": {
2648
+ "shape": "SearchSchemaVersionSummary"
2649
+ }
2650
+ },
2651
+ "__listOf__string": {
2652
+ "type": "list",
2653
+ "member": {
2654
+ "shape": "__string"
2655
+ }
2656
+ },
2657
+ "__long": {
2658
+ "type": "long"
2659
+ },
2660
+ "__string": {
2661
+ "type": "string"
2662
+ },
2663
+ "__stringMin0Max256": {
2664
+ "type": "string",
2665
+ "min": 0,
2666
+ "max": 256
2667
+ },
2668
+ "__stringMin0Max36": {
2669
+ "type": "string",
2670
+ "min": 0,
2671
+ "max": 36
2672
+ },
2673
+ "__stringMin1Max100000": {
2674
+ "type": "string",
2675
+ "min": 1,
2676
+ "max": 100000
2677
+ },
2678
+ "__stringMin1Max1600": {
2679
+ "type": "string",
2680
+ "min": 1,
2681
+ "max": 1600
2682
+ },
2683
+ "__stringMin20Max1600": {
2684
+ "type": "string",
2685
+ "min": 20,
2686
+ "max": 1600
2687
+ },
2688
+ "__timestampIso8601": {
2689
+ "type": "timestamp",
2690
+ "timestampFormat": "iso8601"
2691
+ },
2692
+ "__timestampUnix": {
2693
+ "type": "timestamp",
2694
+ "timestampFormat": "unixTimestamp"
2695
+ },
2696
+ "Body": {
2697
+ "type": "blob"
2698
+ }
2699
+ }
2700
+ }