3262
3262
"includeChildDomainUnits" :{"shape" :" Boolean" }
3263
3263
}
3264
3264
},
3265
+ "AggregationAttributeDisplayValue" :{"type" :" string" },
3266
+ "AggregationAttributeValue" :{"type" :" string" },
3267
+ "AggregationDisplayValue" :{
3268
+ "type" :" string" ,
3269
+ "max" :100 ,
3270
+ "min" :1
3271
+ },
3272
+ "AggregationList" :{
3273
+ "type" :" list" ,
3274
+ "member" :{"shape" :" AggregationListItem" },
3275
+ "max" :10 ,
3276
+ "min" :1
3277
+ },
3278
+ "AggregationListItem" :{
3279
+ "type" :" structure" ,
3280
+ "required" :[" attribute" ],
3281
+ "members" :{
3282
+ "attribute" :{"shape" :" Attribute" },
3283
+ "displayValue" :{"shape" :" AggregationDisplayValue" }
3284
+ }
3285
+ },
3286
+ "AggregationOutput" :{
3287
+ "type" :" structure" ,
3288
+ "members" :{
3289
+ "attribute" :{"shape" :" Attribute" },
3290
+ "displayValue" :{"shape" :" AggregationDisplayValue" },
3291
+ "items" :{"shape" :" AggregationOutputItems" }
3292
+ }
3293
+ },
3294
+ "AggregationOutputItem" :{
3295
+ "type" :" structure" ,
3296
+ "members" :{
3297
+ "count" :{"shape" :" Integer" },
3298
+ "displayValue" :{"shape" :" AggregationAttributeDisplayValue" },
3299
+ "value" :{"shape" :" AggregationAttributeValue" }
3300
+ }
3301
+ },
3302
+ "AggregationOutputItems" :{
3303
+ "type" :" list" ,
3304
+ "member" :{"shape" :" AggregationOutputItem" }
3305
+ },
3306
+ "AggregationOutputList" :{
3307
+ "type" :" list" ,
3308
+ "member" :{"shape" :" AggregationOutput" }
3309
+ },
3265
3310
"AllDomainUnitsGrantFilter" :{
3266
3311
"type" :" structure" ,
3267
3312
"members" :{
3361
3406
"members" :{
3362
3407
"formsOutput" :{"shape" :" FormOutputList" },
3363
3408
"latestTimeSeriesDataPointFormsOutput" :{"shape" :" TimeSeriesDataPointSummaryFormOutputList" },
3409
+ "matchRationale" :{"shape" :" MatchRationale" },
3364
3410
"readOnlyFormsOutput" :{"shape" :" FormOutputList" }
3365
3411
}
3366
3412
},
3410
3456
"type" :" structure" ,
3411
3457
"members" :{
3412
3458
"forms" :{"shape" :" Forms" },
3413
- "latestTimeSeriesDataPointForms" :{"shape" :" TimeSeriesDataPointSummaryFormOutputList" }
3459
+ "latestTimeSeriesDataPointForms" :{"shape" :" TimeSeriesDataPointSummaryFormOutputList" },
3460
+ "matchRationale" :{"shape" :" MatchRationale" }
3414
3461
}
3415
3462
},
3416
3463
"AssetName" :{
5405
5452
"revision" :{"shape" :" Revision" }
5406
5453
}
5407
5454
},
5455
+ "DataProductItemAdditionalAttributes" :{
5456
+ "type" :" structure" ,
5457
+ "members" :{
5458
+ "matchRationale" :{"shape" :" MatchRationale" }
5459
+ }
5460
+ },
5408
5461
"DataProductItemType" :{
5409
5462
"type" :" string" ,
5410
5463
"enum" :[" ASSET" ]
5447
5500
"DataProductListingItemAdditionalAttributes" :{
5448
5501
"type" :" structure" ,
5449
5502
"members" :{
5450
- "forms" :{"shape" :" Forms" }
5503
+ "forms" :{"shape" :" Forms" },
5504
+ "matchRationale" :{"shape" :" MatchRationale" }
5451
5505
}
5452
5506
},
5453
5507
"DataProductName" :{
5465
5519
" owningProjectId"
5466
5520
],
5467
5521
"members" :{
5522
+ "additionalAttributes" :{"shape" :" DataProductItemAdditionalAttributes" },
5468
5523
"createdAt" :{"shape" :" CreatedAt" },
5469
5524
"createdBy" :{"shape" :" CreatedBy" },
5470
5525
"description" :{"shape" :" DataProductDescription" },
8740
8795
" status"
8741
8796
],
8742
8797
"members" :{
8798
+ "additionalAttributes" :{"shape" :" GlossaryItemAdditionalAttributes" },
8743
8799
"createdAt" :{"shape" :" CreatedAt" },
8744
8800
"createdBy" :{"shape" :" CreatedBy" },
8745
8801
"description" :{"shape" :" GlossaryDescription" },
8752
8808
"updatedBy" :{"shape" :" UpdatedBy" }
8753
8809
}
8754
8810
},
8811
+ "GlossaryItemAdditionalAttributes" :{
8812
+ "type" :" structure" ,
8813
+ "members" :{
8814
+ "matchRationale" :{"shape" :" MatchRationale" }
8815
+ }
8816
+ },
8755
8817
"GlossaryName" :{
8756
8818
"type" :" string" ,
8757
8819
"max" :256 ,
8779
8841
" status"
8780
8842
],
8781
8843
"members" :{
8844
+ "additionalAttributes" :{"shape" :" GlossaryTermItemAdditionalAttributes" },
8782
8845
"createdAt" :{"shape" :" CreatedAt" },
8783
8846
"createdBy" :{"shape" :" CreatedBy" },
8784
8847
"domainId" :{"shape" :" DomainId" },
8793
8856
"updatedBy" :{"shape" :" UpdatedBy" }
8794
8857
}
8795
8858
},
8859
+ "GlossaryTermItemAdditionalAttributes" :{
8860
+ "type" :" structure" ,
8861
+ "members" :{
8862
+ "matchRationale" :{"shape" :" MatchRationale" }
8863
+ }
8864
+ },
8796
8865
"GlossaryTermName" :{
8797
8866
"type" :" string" ,
8798
8867
"max" :256 ,
11088
11157
"max" :10 ,
11089
11158
"min" :0
11090
11159
},
11160
+ "MatchOffset" :{
11161
+ "type" :" structure" ,
11162
+ "members" :{
11163
+ "endOffset" :{"shape" :" Integer" },
11164
+ "startOffset" :{"shape" :" Integer" }
11165
+ }
11166
+ },
11167
+ "MatchOffsets" :{
11168
+ "type" :" list" ,
11169
+ "member" :{"shape" :" MatchOffset" }
11170
+ },
11171
+ "MatchRationale" :{
11172
+ "type" :" list" ,
11173
+ "member" :{"shape" :" MatchRationaleItem" }
11174
+ },
11175
+ "MatchRationaleItem" :{
11176
+ "type" :" structure" ,
11177
+ "members" :{
11178
+ "textMatches" :{"shape" :" TextMatches" }
11179
+ },
11180
+ "union" :true
11181
+ },
11091
11182
"MaxResults" :{
11092
11183
"type" :" integer" ,
11093
11184
"box" :true ,
12757
12848
"required" :[" domainIdentifier" ],
12758
12849
"members" :{
12759
12850
"additionalAttributes" :{"shape" :" SearchOutputAdditionalAttributes" },
12851
+ "aggregations" :{"shape" :" AggregationList" },
12760
12852
"domainIdentifier" :{
12761
12853
"shape" :" DomainId" ,
12762
12854
"location" :" uri" ,
@@ -12766,13 +12858,19 @@
12766
12858
"maxResults" :{"shape" :" MaxResults" },
12767
12859
"nextToken" :{"shape" :" PaginationToken" },
12768
12860
"searchIn" :{"shape" :" SearchInList" },
12769
- "searchText" :{"shape" :" String " },
12861
+ "searchText" :{"shape" :" SearchListingsInputSearchTextString " },
12770
12862
"sort" :{"shape" :" SearchSort" }
12771
12863
}
12772
12864
},
12865
+ "SearchListingsInputSearchTextString" :{
12866
+ "type" :" string" ,
12867
+ "max" :512 ,
12868
+ "min" :0
12869
+ },
12773
12870
"SearchListingsOutput" :{
12774
12871
"type" :" structure" ,
12775
12872
"members" :{
12873
+ "aggregates" :{"shape" :" AggregationOutputList" },
12776
12874
"items" :{"shape" :" SearchResultItems" },
12777
12875
"nextToken" :{"shape" :" PaginationToken" },
12778
12876
"totalMatchCount" :{"shape" :" Integer" }
12790
12888
"type" :" string" ,
12791
12889
"enum" :[
12792
12890
" FORMS" ,
12793
- " TIME_SERIES_DATA_POINT_FORMS"
12891
+ " TIME_SERIES_DATA_POINT_FORMS" ,
12892
+ " TEXT_MATCH_RATIONALE"
12794
12893
]
12795
12894
},
12796
12895
"SearchOutputAdditionalAttributes" :{
12819
12918
},
12820
12919
"SearchText" :{
12821
12920
"type" :" string" ,
12822
- "max" :4096 ,
12921
+ "max" :512 ,
12823
12922
"min" :1
12824
12923
},
12825
12924
"SearchTypesInput" :{
13720
13819
"max" :10 ,
13721
13820
"min" :1
13722
13821
},
13822
+ "TextMatchItem" :{
13823
+ "type" :" structure" ,
13824
+ "members" :{
13825
+ "attribute" :{"shape" :" Attribute" },
13826
+ "matchOffsets" :{"shape" :" MatchOffsets" },
13827
+ "text" :{"shape" :" String" }
13828
+ }
13829
+ },
13830
+ "TextMatches" :{
13831
+ "type" :" list" ,
13832
+ "member" :{"shape" :" TextMatchItem" }
13833
+ },
13723
13834
"ThrottlingException" :{
13724
13835
"type" :" structure" ,
13725
13836
"required" :[" message" ],
0 commit comments