|
5364 | 5364 | "type":"string",
|
5365 | 5365 | "pattern":"^[a-zA-Z0-9_-]{0,36}$"
|
5366 | 5366 | },
|
5367 |
| - "DataProductDescription":{ |
5368 |
| - "type":"string", |
5369 |
| - "max":4096, |
5370 |
| - "min":1, |
5371 |
| - "sensitive":true |
5372 |
| - }, |
5373 |
| - "DataProductId":{ |
5374 |
| - "type":"string", |
5375 |
| - "pattern":"^[a-zA-Z0-9_-]{1,36}$" |
5376 |
| - }, |
5377 |
| - "DataProductItem":{ |
5378 |
| - "type":"structure", |
5379 |
| - "members":{ |
5380 |
| - "domainId":{ |
5381 |
| - "shape":"DomainId", |
5382 |
| - "documentation":"<p/>" |
5383 |
| - }, |
5384 |
| - "itemId":{ |
5385 |
| - "shape":"DataProductId", |
5386 |
| - "documentation":"<p/>" |
5387 |
| - } |
5388 |
| - }, |
5389 |
| - "documentation":"<p/>", |
5390 |
| - "deprecated":true, |
5391 |
| - "deprecatedMessage":"This structure is deprecated." |
5392 |
| - }, |
5393 |
| - "DataProductItems":{ |
5394 |
| - "type":"list", |
5395 |
| - "member":{"shape":"DataProductItem"}, |
5396 |
| - "deprecated":true, |
5397 |
| - "deprecatedMessage":"This structure is deprecated.", |
5398 |
| - "max":100, |
5399 |
| - "min":0 |
5400 |
| - }, |
5401 |
| - "DataProductName":{ |
5402 |
| - "type":"string", |
5403 |
| - "max":64, |
5404 |
| - "min":1, |
5405 |
| - "sensitive":true |
5406 |
| - }, |
5407 |
| - "DataProductSummary":{ |
5408 |
| - "type":"structure", |
5409 |
| - "required":[ |
5410 |
| - "domainId", |
5411 |
| - "id", |
5412 |
| - "name", |
5413 |
| - "owningProjectId" |
5414 |
| - ], |
5415 |
| - "members":{ |
5416 |
| - "createdAt":{ |
5417 |
| - "shape":"CreatedAt", |
5418 |
| - "documentation":"<p/>" |
5419 |
| - }, |
5420 |
| - "createdBy":{ |
5421 |
| - "shape":"CreatedBy", |
5422 |
| - "documentation":"<p/>" |
5423 |
| - }, |
5424 |
| - "dataProductItems":{ |
5425 |
| - "shape":"DataProductItems", |
5426 |
| - "documentation":"<p/>" |
5427 |
| - }, |
5428 |
| - "description":{ |
5429 |
| - "shape":"DataProductDescription", |
5430 |
| - "documentation":"<p/>" |
5431 |
| - }, |
5432 |
| - "domainId":{ |
5433 |
| - "shape":"DomainId", |
5434 |
| - "documentation":"<p/>" |
5435 |
| - }, |
5436 |
| - "glossaryTerms":{ |
5437 |
| - "shape":"GlossaryTerms", |
5438 |
| - "documentation":"<p/>" |
5439 |
| - }, |
5440 |
| - "id":{ |
5441 |
| - "shape":"DataProductId", |
5442 |
| - "documentation":"<p/>" |
5443 |
| - }, |
5444 |
| - "name":{ |
5445 |
| - "shape":"DataProductName", |
5446 |
| - "documentation":"<p/>" |
5447 |
| - }, |
5448 |
| - "owningProjectId":{ |
5449 |
| - "shape":"ProjectId", |
5450 |
| - "documentation":"<p/>" |
5451 |
| - }, |
5452 |
| - "updatedAt":{ |
5453 |
| - "shape":"UpdatedAt", |
5454 |
| - "documentation":"<p/>" |
5455 |
| - }, |
5456 |
| - "updatedBy":{ |
5457 |
| - "shape":"UpdatedBy", |
5458 |
| - "documentation":"<p/>" |
5459 |
| - } |
5460 |
| - }, |
5461 |
| - "documentation":"<p/>", |
5462 |
| - "deprecated":true, |
5463 |
| - "deprecatedMessage":"This structure is deprecated." |
5464 |
| - }, |
5465 | 5367 | "DataSourceConfigurationInput":{
|
5466 | 5368 | "type":"structure",
|
5467 | 5369 | "members":{
|
|
12982 | 12884 | "shape":"AssetItem",
|
12983 | 12885 | "documentation":"<p>The asset item included in the search results.</p>"
|
12984 | 12886 | },
|
12985 |
| - "dataProductItem":{ |
12986 |
| - "shape":"DataProductSummary", |
12987 |
| - "documentation":"<p>The data product item included in the search results.</p>", |
12988 |
| - "deprecated":true, |
12989 |
| - "deprecatedMessage":"This field is deprecated." |
12990 |
| - }, |
12991 | 12887 | "glossaryItem":{
|
12992 | 12888 | "shape":"GlossaryItem",
|
12993 | 12889 | "documentation":"<p>The glossary item included in the search results.</p>"
|
|
0 commit comments