|
3542 | 3542 | }, |
3543 | 3543 | "documentation":"<p>The details of the policy grant.</p>" |
3544 | 3544 | }, |
| 3545 | + "AggregationAttributeDisplayValue":{"type":"string"}, |
| 3546 | + "AggregationAttributeValue":{"type":"string"}, |
| 3547 | + "AggregationDisplayValue":{ |
| 3548 | + "type":"string", |
| 3549 | + "max":100, |
| 3550 | + "min":1 |
| 3551 | + }, |
| 3552 | + "AggregationList":{ |
| 3553 | + "type":"list", |
| 3554 | + "member":{"shape":"AggregationListItem"}, |
| 3555 | + "max":10, |
| 3556 | + "min":1 |
| 3557 | + }, |
| 3558 | + "AggregationListItem":{ |
| 3559 | + "type":"structure", |
| 3560 | + "required":["attribute"], |
| 3561 | + "members":{ |
| 3562 | + "attribute":{ |
| 3563 | + "shape":"Attribute", |
| 3564 | + "documentation":"<p>An attribute on which to compute aggregations.</p>" |
| 3565 | + }, |
| 3566 | + "displayValue":{ |
| 3567 | + "shape":"AggregationDisplayValue", |
| 3568 | + "documentation":"<p>The display value of the aggregation list item. Supported values include <code>value</code> and <code>glossaryTerm.name</code>.</p>" |
| 3569 | + } |
| 3570 | + }, |
| 3571 | + "documentation":"<p>An aggregation list item.</p>" |
| 3572 | + }, |
| 3573 | + "AggregationOutput":{ |
| 3574 | + "type":"structure", |
| 3575 | + "members":{ |
| 3576 | + "attribute":{ |
| 3577 | + "shape":"Attribute", |
| 3578 | + "documentation":"<p>The attribute for this aggregation.</p>" |
| 3579 | + }, |
| 3580 | + "displayValue":{ |
| 3581 | + "shape":"AggregationDisplayValue", |
| 3582 | + "documentation":"<p>The display value of the aggregation output item.</p>" |
| 3583 | + }, |
| 3584 | + "items":{ |
| 3585 | + "shape":"AggregationOutputItems", |
| 3586 | + "documentation":"<p>A list of aggregation output items.</p>" |
| 3587 | + } |
| 3588 | + }, |
| 3589 | + "documentation":"<p>The aggregation for an attribute.</p>" |
| 3590 | + }, |
| 3591 | + "AggregationOutputItem":{ |
| 3592 | + "type":"structure", |
| 3593 | + "members":{ |
| 3594 | + "count":{ |
| 3595 | + "shape":"Integer", |
| 3596 | + "documentation":"<p>The count of the aggregation output item.</p>" |
| 3597 | + }, |
| 3598 | + "displayValue":{ |
| 3599 | + "shape":"AggregationAttributeDisplayValue", |
| 3600 | + "documentation":"<p>The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.</p>" |
| 3601 | + }, |
| 3602 | + "value":{ |
| 3603 | + "shape":"AggregationAttributeValue", |
| 3604 | + "documentation":"<p>The attribute value of the aggregation output item.</p>" |
| 3605 | + } |
| 3606 | + }, |
| 3607 | + "documentation":"<p>An aggregation output item.</p>" |
| 3608 | + }, |
| 3609 | + "AggregationOutputItems":{ |
| 3610 | + "type":"list", |
| 3611 | + "member":{"shape":"AggregationOutputItem"} |
| 3612 | + }, |
| 3613 | + "AggregationOutputList":{ |
| 3614 | + "type":"list", |
| 3615 | + "member":{"shape":"AggregationOutput"} |
| 3616 | + }, |
3545 | 3617 | "AllDomainUnitsGrantFilter":{ |
3546 | 3618 | "type":"structure", |
3547 | 3619 | "members":{ |
|
3740 | 3812 | "shape":"TimeSeriesDataPointSummaryFormOutputList", |
3741 | 3813 | "documentation":"<p>The latest time series data points forms included in the additional attributes of an asset.</p>" |
3742 | 3814 | }, |
| 3815 | + "matchRationale":{ |
| 3816 | + "shape":"MatchRationale", |
| 3817 | + "documentation":"<p>List of rationales indicating why this item was matched by search.</p>" |
| 3818 | + }, |
3743 | 3819 | "readOnlyFormsOutput":{ |
3744 | 3820 | "shape":"FormOutputList", |
3745 | 3821 | "documentation":"<p>The read-only forms included in the additional attributes of an inventory asset.</p>" |
|
3871 | 3947 | "latestTimeSeriesDataPointForms":{ |
3872 | 3948 | "shape":"TimeSeriesDataPointSummaryFormOutputList", |
3873 | 3949 | "documentation":"<p>The latest time series data points forms included in the additional attributes of an asset.</p>" |
| 3950 | + }, |
| 3951 | + "matchRationale":{ |
| 3952 | + "shape":"MatchRationale", |
| 3953 | + "documentation":"<p>List of rationales indicating why this item was matched by search.</p>" |
3874 | 3954 | } |
3875 | 3955 | }, |
3876 | 3956 | "documentation":"<p>Additional attributes of an inventory asset.</p>" |
|
4940 | 5020 | }, |
4941 | 5021 | "externalIdentifier":{ |
4942 | 5022 | "shape":"ExternalIdentifier", |
4943 | | - "documentation":"<p>The external identifier of the asset.</p>" |
| 5023 | + "documentation":"<p>The external identifier of the asset.</p> <p>If the value for the <code>externalIdentifier</code> parameter is specified, it must be a unique value.</p>" |
4944 | 5024 | }, |
4945 | 5025 | "formsInput":{ |
4946 | 5026 | "shape":"FormInputList", |
|
7604 | 7684 | }, |
7605 | 7685 | "documentation":"<p>The data product.</p>" |
7606 | 7686 | }, |
| 7687 | + "DataProductItemAdditionalAttributes":{ |
| 7688 | + "type":"structure", |
| 7689 | + "members":{ |
| 7690 | + "matchRationale":{ |
| 7691 | + "shape":"MatchRationale", |
| 7692 | + "documentation":"<p>List of rationales indicating why this item was matched by search.</p>" |
| 7693 | + } |
| 7694 | + }, |
| 7695 | + "documentation":"<p>The additional attributes of an Amazon DataZone data product.</p>" |
| 7696 | + }, |
7607 | 7697 | "DataProductItemType":{ |
7608 | 7698 | "type":"string", |
7609 | 7699 | "enum":["ASSET"] |
|
7711 | 7801 | "forms":{ |
7712 | 7802 | "shape":"Forms", |
7713 | 7803 | "documentation":"<p>The metadata forms of the asset of the data product. </p>" |
| 7804 | + }, |
| 7805 | + "matchRationale":{ |
| 7806 | + "shape":"MatchRationale", |
| 7807 | + "documentation":"<p>List of rationales indicating why this item was matched by search.</p>" |
7714 | 7808 | } |
7715 | 7809 | }, |
7716 | 7810 | "documentation":"<p>The additional attributes of the asset of the data product. </p>" |
|
7730 | 7824 | "owningProjectId" |
7731 | 7825 | ], |
7732 | 7826 | "members":{ |
| 7827 | + "additionalAttributes":{ |
| 7828 | + "shape":"DataProductItemAdditionalAttributes", |
| 7829 | + "documentation":"<p>The additional attributes of an Amazon DataZone data product.</p>" |
| 7830 | + }, |
7733 | 7831 | "createdAt":{ |
7734 | 7832 | "shape":"CreatedAt", |
7735 | 7833 | "documentation":"<p>The timestamp at which the data product was created.</p>" |
|
10383 | 10481 | }, |
10384 | 10482 | "identifier":{ |
10385 | 10483 | "shape":"AssetIdentifier", |
10386 | | - "documentation":"<p>The ID of the Amazon DataZone asset.</p>", |
| 10484 | + "documentation":"<p>The ID of the Amazon DataZone asset.</p> <p>This parameter supports either the value of <code>assetId</code> or <code>externalIdentifier</code> as input. If you are passing the value of <code>externalIdentifier</code>, you must prefix this value with <code>externalIdentifer%2F</code>.</p>", |
10387 | 10485 | "location":"uri", |
10388 | 10486 | "locationName":"identifier" |
10389 | 10487 | }, |
|
13036 | 13134 | "status" |
13037 | 13135 | ], |
13038 | 13136 | "members":{ |
| 13137 | + "additionalAttributes":{ |
| 13138 | + "shape":"GlossaryItemAdditionalAttributes", |
| 13139 | + "documentation":"<p>The additional attributes of an Amazon DataZone glossary.</p>" |
| 13140 | + }, |
13039 | 13141 | "createdAt":{ |
13040 | 13142 | "shape":"CreatedAt", |
13041 | 13143 | "documentation":"<p>The timestamp of when the glossary was created.</p>" |
|
13079 | 13181 | }, |
13080 | 13182 | "documentation":"<p>The details of a business glossary.</p>" |
13081 | 13183 | }, |
| 13184 | + "GlossaryItemAdditionalAttributes":{ |
| 13185 | + "type":"structure", |
| 13186 | + "members":{ |
| 13187 | + "matchRationale":{ |
| 13188 | + "shape":"MatchRationale", |
| 13189 | + "documentation":"<p>List of rationales indicating why this item was matched by search.</p>" |
| 13190 | + } |
| 13191 | + }, |
| 13192 | + "documentation":"<p>The additional attributes of an Amazon DataZone glossary.</p>" |
| 13193 | + }, |
13082 | 13194 | "GlossaryName":{ |
13083 | 13195 | "type":"string", |
13084 | 13196 | "max":256, |
|
13106 | 13218 | "status" |
13107 | 13219 | ], |
13108 | 13220 | "members":{ |
| 13221 | + "additionalAttributes":{ |
| 13222 | + "shape":"GlossaryTermItemAdditionalAttributes", |
| 13223 | + "documentation":"<p>The additional attributes of an Amazon DataZone glossary term.</p>" |
| 13224 | + }, |
13109 | 13225 | "createdAt":{ |
13110 | 13226 | "shape":"CreatedAt", |
13111 | 13227 | "documentation":"<p>The timestamp of when a business glossary term was created.</p>" |
|
13157 | 13273 | }, |
13158 | 13274 | "documentation":"<p>The details of a business glossary term.</p>" |
13159 | 13275 | }, |
| 13276 | + "GlossaryTermItemAdditionalAttributes":{ |
| 13277 | + "type":"structure", |
| 13278 | + "members":{ |
| 13279 | + "matchRationale":{ |
| 13280 | + "shape":"MatchRationale", |
| 13281 | + "documentation":"<p>List of rationales indicating why this item was matched by search.</p>" |
| 13282 | + } |
| 13283 | + }, |
| 13284 | + "documentation":"<p>The additional attributes of an Amazon DataZone glossary term.</p>" |
| 13285 | + }, |
13160 | 13286 | "GlossaryTermName":{ |
13161 | 13287 | "type":"string", |
13162 | 13288 | "max":256, |
|
16336 | 16462 | "max":10, |
16337 | 16463 | "min":0 |
16338 | 16464 | }, |
| 16465 | + "MatchOffset":{ |
| 16466 | + "type":"structure", |
| 16467 | + "members":{ |
| 16468 | + "endOffset":{ |
| 16469 | + "shape":"Integer", |
| 16470 | + "documentation":"<p>The 0-indexed number indicating the end position (exclusive) of a matched term.</p>" |
| 16471 | + }, |
| 16472 | + "startOffset":{ |
| 16473 | + "shape":"Integer", |
| 16474 | + "documentation":"<p>The 0-indexed number indicating the start position (inclusive) of a matched term.</p>" |
| 16475 | + } |
| 16476 | + }, |
| 16477 | + "documentation":"<p>The offset of a matched term.</p>" |
| 16478 | + }, |
| 16479 | + "MatchOffsets":{ |
| 16480 | + "type":"list", |
| 16481 | + "member":{"shape":"MatchOffset"} |
| 16482 | + }, |
| 16483 | + "MatchRationale":{ |
| 16484 | + "type":"list", |
| 16485 | + "member":{"shape":"MatchRationaleItem"} |
| 16486 | + }, |
| 16487 | + "MatchRationaleItem":{ |
| 16488 | + "type":"structure", |
| 16489 | + "members":{ |
| 16490 | + "textMatches":{ |
| 16491 | + "shape":"TextMatches", |
| 16492 | + "documentation":"<p>A list of TextMatchItems.</p>" |
| 16493 | + } |
| 16494 | + }, |
| 16495 | + "documentation":"<p>A rationale indicating why this item was matched by search. </p>", |
| 16496 | + "union":true |
| 16497 | + }, |
16339 | 16498 | "MaxResults":{ |
16340 | 16499 | "type":"integer", |
16341 | 16500 | "box":true, |
|
19062 | 19221 | "shape":"SearchOutputAdditionalAttributes", |
19063 | 19222 | "documentation":"<p>Specifies additional attributes for the search.</p>" |
19064 | 19223 | }, |
| 19224 | + "aggregations":{ |
| 19225 | + "shape":"AggregationList", |
| 19226 | + "documentation":"<p>Enables you to specify one or more attributes to compute and return counts grouped by field values.</p>" |
| 19227 | + }, |
19065 | 19228 | "domainIdentifier":{ |
19066 | 19229 | "shape":"DomainId", |
19067 | 19230 | "documentation":"<p>The identifier of the domain in which to search listings.</p>", |
|
19085 | 19248 | "documentation":"<p>The details of the search.</p>" |
19086 | 19249 | }, |
19087 | 19250 | "searchText":{ |
19088 | | - "shape":"String", |
| 19251 | + "shape":"SearchListingsInputSearchTextString", |
19089 | 19252 | "documentation":"<p>Specifies the text for which to search.</p>" |
19090 | 19253 | }, |
19091 | 19254 | "sort":{ |
|
19094 | 19257 | } |
19095 | 19258 | } |
19096 | 19259 | }, |
| 19260 | + "SearchListingsInputSearchTextString":{ |
| 19261 | + "type":"string", |
| 19262 | + "max":512, |
| 19263 | + "min":0 |
| 19264 | + }, |
19097 | 19265 | "SearchListingsOutput":{ |
19098 | 19266 | "type":"structure", |
19099 | 19267 | "members":{ |
| 19268 | + "aggregates":{ |
| 19269 | + "shape":"AggregationOutputList", |
| 19270 | + "documentation":"<p>Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.</p>" |
| 19271 | + }, |
19100 | 19272 | "items":{ |
19101 | 19273 | "shape":"SearchResultItems", |
19102 | 19274 | "documentation":"<p>The results of the <code>SearchListings</code> action.</p>" |
|
19132 | 19304 | "type":"string", |
19133 | 19305 | "enum":[ |
19134 | 19306 | "FORMS", |
19135 | | - "TIME_SERIES_DATA_POINT_FORMS" |
| 19307 | + "TIME_SERIES_DATA_POINT_FORMS", |
| 19308 | + "TEXT_MATCH_RATIONALE" |
19136 | 19309 | ] |
19137 | 19310 | }, |
19138 | 19311 | "SearchOutputAdditionalAttributes":{ |
|
19175 | 19348 | }, |
19176 | 19349 | "SearchText":{ |
19177 | 19350 | "type":"string", |
19178 | | - "max":4096, |
| 19351 | + "max":512, |
19179 | 19352 | "min":1 |
19180 | 19353 | }, |
19181 | 19354 | "SearchTypesInput":{ |
|
20674 | 20847 | "max":10, |
20675 | 20848 | "min":1 |
20676 | 20849 | }, |
| 20850 | + "TextMatchItem":{ |
| 20851 | + "type":"structure", |
| 20852 | + "members":{ |
| 20853 | + "attribute":{ |
| 20854 | + "shape":"Attribute", |
| 20855 | + "documentation":"<p>The name of the attribute.</p>" |
| 20856 | + }, |
| 20857 | + "matchOffsets":{ |
| 20858 | + "shape":"MatchOffsets", |
| 20859 | + "documentation":"<p>List of offsets indicating matching terms in the TextMatchItem text.</p>" |
| 20860 | + }, |
| 20861 | + "text":{ |
| 20862 | + "shape":"String", |
| 20863 | + "documentation":"<p>Snippet of attribute text containing highlighted content.</p>" |
| 20864 | + } |
| 20865 | + }, |
| 20866 | + "documentation":"<p>A structure indicating matched terms for an attribute.</p>" |
| 20867 | + }, |
| 20868 | + "TextMatches":{ |
| 20869 | + "type":"list", |
| 20870 | + "member":{"shape":"TextMatchItem"} |
| 20871 | + }, |
20677 | 20872 | "ThrottlingException":{ |
20678 | 20873 | "type":"structure", |
20679 | 20874 | "required":["message"], |
|
0 commit comments