@aws-sdk/client-datazone 3.1000.0 → 3.1002.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 (37) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +39 -8
  3. package/dist-cjs/schemas/schemas_0.js +113 -40
  4. package/dist-es/DataZone.js +4 -0
  5. package/dist-es/commands/QueryGraphCommand.js +16 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/enums.js +18 -8
  8. package/dist-es/pagination/QueryGraphPaginator.js +4 -0
  9. package/dist-es/pagination/index.js +1 -0
  10. package/dist-es/schemas/schemas_0.js +96 -23
  11. package/dist-types/DataZone.d.ts +14 -0
  12. package/dist-types/DataZoneClient.d.ts +3 -2
  13. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -1
  14. package/dist-types/commands/QueryGraphCommand.d.ts +169 -0
  15. package/dist-types/commands/SearchListingsCommand.d.ts +1 -2
  16. package/dist-types/commands/index.d.ts +1 -0
  17. package/dist-types/models/enums.d.ts +50 -16
  18. package/dist-types/models/models_0.d.ts +11 -85
  19. package/dist-types/models/models_1.d.ts +263 -274
  20. package/dist-types/models/models_2.d.ts +345 -3
  21. package/dist-types/pagination/QueryGraphPaginator.d.ts +7 -0
  22. package/dist-types/pagination/index.d.ts +1 -0
  23. package/dist-types/schemas/schemas_0.d.ts +9 -0
  24. package/dist-types/ts3.4/DataZone.d.ts +24 -0
  25. package/dist-types/ts3.4/DataZoneClient.d.ts +6 -0
  26. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/QueryGraphCommand.d.ts +48 -0
  28. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -2
  29. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  30. package/dist-types/ts3.4/models/enums.d.ts +25 -10
  31. package/dist-types/ts3.4/models/models_0.d.ts +3 -18
  32. package/dist-types/ts3.4/models/models_1.d.ts +69 -104
  33. package/dist-types/ts3.4/models/models_2.d.ts +143 -1
  34. package/dist-types/ts3.4/pagination/QueryGraphPaginator.d.ts +11 -0
  35. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  37. package/package.json +14 -14
@@ -1,5 +1,90 @@
1
- import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
2
- import { type AccountSource, type ActionParameters, type ConnectionCredentials, type ConnectionPropertiesOutput, type DataSourceConfigurationInput, type DataSourceConfigurationOutput, type DataSourceErrorMessage, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type GrantedEntity, type Member, type Model, type OwnerProperties, type PolicyGrantDetail, type PolicyGrantPrincipal, type ProvisioningProperties, type RecommendationConfiguration, type RuleDetail, type RuleScope, type RuleTarget, type ScheduleConfiguration, type SingleSignOn, type TermRelations, type UserProfileDetails, AccountInfo, AccountPoolSummary, AggregationOutput, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ConfigurableEnvironmentAction, ConnectionSummary, CustomParameter, DataProductItem, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, FormEntryOutput, FormInput, FormOutput, MatchRationaleItem, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TimeSeriesDataPointSummaryFormOutput } from "./models_0";
1
+ import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
2
+ import { type AccountSource, type ActionParameters, type ConnectionCredentials, type ConnectionPropertiesOutput, type DataSourceConfigurationInput, type DataSourceConfigurationOutput, type DataSourceErrorMessage, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type GrantedEntity, type Member, type Model, type OwnerProperties, type PolicyGrantDetail, type PolicyGrantPrincipal, type ProvisioningProperties, type RecommendationConfiguration, type RuleDetail, type RuleScope, type RuleTarget, type ScheduleConfiguration, type SingleSignOn, type TermRelations, type UserProfileDetails, AccountInfo, AccountPoolSummary, AssetFilterSummary, AssetItem, AssetListing, AssetRevision, ConfigurableEnvironmentAction, ConnectionSummary, CustomParameter, DataProductItem, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, FormInput, FormOutput, MatchRationaleItem, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TimeSeriesDataPointSummaryFormOutput } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateSubscriptionTargetOutput {
7
+ /**
8
+ * <p>The ID of the subscription target.</p>
9
+ * @public
10
+ */
11
+ id: string | undefined;
12
+ /**
13
+ * <p>The authorised principals of the subscription target.</p>
14
+ * @public
15
+ */
16
+ authorizedPrincipals: string[] | undefined;
17
+ /**
18
+ * <p>The ID of the Amazon DataZone domain in which the subscription target was created.</p>
19
+ * @public
20
+ */
21
+ domainId: string | undefined;
22
+ /**
23
+ * <p>???</p>
24
+ * @public
25
+ */
26
+ projectId: string | undefined;
27
+ /**
28
+ * <p>The ID of the environment in which the subscription target was created.</p>
29
+ * @public
30
+ */
31
+ environmentId: string | undefined;
32
+ /**
33
+ * <p>The name of the subscription target.</p>
34
+ * @public
35
+ */
36
+ name: string | undefined;
37
+ /**
38
+ * <p>The type of the subscription target.</p>
39
+ * @public
40
+ */
41
+ type: string | undefined;
42
+ /**
43
+ * <p>The Amazon DataZone user who created the subscription target.</p>
44
+ * @public
45
+ */
46
+ createdBy: string | undefined;
47
+ /**
48
+ * <p>The Amazon DataZone user who updated the subscription target.</p>
49
+ * @public
50
+ */
51
+ updatedBy?: string | undefined;
52
+ /**
53
+ * <p>The timestamp of when the subscription target was created.</p>
54
+ * @public
55
+ */
56
+ createdAt: Date | undefined;
57
+ /**
58
+ * <p>The timestamp of when the subscription target was updated.</p>
59
+ * @public
60
+ */
61
+ updatedAt?: Date | undefined;
62
+ /**
63
+ * <p>The manage access role with which the subscription target was created.</p>
64
+ * @public
65
+ */
66
+ manageAccessRole?: string | undefined;
67
+ /**
68
+ * <p>The asset types that can be included in the subscription target.</p>
69
+ * @public
70
+ */
71
+ applicableAssetTypes: string[] | undefined;
72
+ /**
73
+ * <p>The configuration of the subscription target.</p>
74
+ * @public
75
+ */
76
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
77
+ /**
78
+ * <p>The provider of the subscription target.</p>
79
+ * @public
80
+ */
81
+ provider: string | undefined;
82
+ /**
83
+ * <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
84
+ * @public
85
+ */
86
+ subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
87
+ }
3
88
  /**
4
89
  * @public
5
90
  */
@@ -8203,6 +8288,182 @@ export interface PutDataExportConfigurationInput {
8203
8288
  */
8204
8289
  export interface PutDataExportConfigurationOutput {
8205
8290
  }
8291
+ /**
8292
+ * <p>A search filter in Amazon DataZone.</p>
8293
+ * @public
8294
+ */
8295
+ export interface Filter {
8296
+ /**
8297
+ * <p>A search filter attribute in Amazon DataZone.</p>
8298
+ * @public
8299
+ */
8300
+ attribute: string | undefined;
8301
+ /**
8302
+ * <p>A search filter string value in Amazon DataZone.</p>
8303
+ * @public
8304
+ */
8305
+ value?: string | undefined;
8306
+ /**
8307
+ * <p>A search filter integer value in Amazon DataZone.</p>
8308
+ * @public
8309
+ */
8310
+ intValue?: number | undefined;
8311
+ /**
8312
+ * <p>Specifies the search filter operator.</p>
8313
+ * @public
8314
+ */
8315
+ operator?: FilterOperator | undefined;
8316
+ }
8317
+ /**
8318
+ * <p>The pattern describing the query's relational traversal.</p>
8319
+ * @public
8320
+ */
8321
+ export interface RelationPattern {
8322
+ /**
8323
+ * <p>The type of relation to query.</p>
8324
+ * @public
8325
+ */
8326
+ relationType: RelationType | undefined;
8327
+ /**
8328
+ * <p>The direction to query.</p>
8329
+ * @public
8330
+ */
8331
+ relationDirection: RelationDirection | undefined;
8332
+ /**
8333
+ * <p>The number of hops to query.</p>
8334
+ * @public
8335
+ */
8336
+ maxPathLength?: number | undefined;
8337
+ }
8338
+ /**
8339
+ * <p>The summary and output forms of a LineageNode</p>
8340
+ * @public
8341
+ */
8342
+ export interface LineageNodeItem {
8343
+ /**
8344
+ * <p>The ID of the domain of the data lineage node.</p>
8345
+ * @public
8346
+ */
8347
+ domainId: string | undefined;
8348
+ /**
8349
+ * <p>The name of the data lineage node.</p>
8350
+ * @public
8351
+ */
8352
+ name?: string | undefined;
8353
+ /**
8354
+ * <p>The description of the data lineage node.</p>
8355
+ * @public
8356
+ */
8357
+ description?: string | undefined;
8358
+ /**
8359
+ * <p>The timestamp at which the data lineage node was created.</p>
8360
+ * @public
8361
+ */
8362
+ createdAt?: Date | undefined;
8363
+ /**
8364
+ * <p>The user who created the data lineage node.</p>
8365
+ * @public
8366
+ */
8367
+ createdBy?: string | undefined;
8368
+ /**
8369
+ * <p>The timestamp at which the data lineage node was updated.</p>
8370
+ * @public
8371
+ */
8372
+ updatedAt?: Date | undefined;
8373
+ /**
8374
+ * <p>The user who updated the data lineage node.</p>
8375
+ * @public
8376
+ */
8377
+ updatedBy?: string | undefined;
8378
+ /**
8379
+ * <p>The ID of the data lineage node.</p>
8380
+ * @public
8381
+ */
8382
+ id: string | undefined;
8383
+ /**
8384
+ * <p>The name of the type of the data lineage node.</p>
8385
+ * @public
8386
+ */
8387
+ typeName: string | undefined;
8388
+ /**
8389
+ * <p>The type of the revision of the data lineage node.</p>
8390
+ * @public
8391
+ */
8392
+ typeRevision?: string | undefined;
8393
+ /**
8394
+ * <p>The alternate ID of the data lineage node.</p>
8395
+ * @public
8396
+ */
8397
+ sourceIdentifier?: string | undefined;
8398
+ /**
8399
+ * <p>The event timestamp of the data lineage node.</p>
8400
+ * @public
8401
+ */
8402
+ eventTimestamp?: Date | undefined;
8403
+ /**
8404
+ * <p>The forms included in the additional attributes of a data lineage node.</p>
8405
+ * @public
8406
+ */
8407
+ formsOutput?: FormOutput[] | undefined;
8408
+ /**
8409
+ * <p>The IDs of the upstream data lineage nodes.</p>
8410
+ * @public
8411
+ */
8412
+ upstreamLineageNodeIds?: string[] | undefined;
8413
+ /**
8414
+ * <p>The IDs of the downstream data lineage nodes.</p>
8415
+ * @public
8416
+ */
8417
+ downstreamLineageNodeIds?: string[] | undefined;
8418
+ }
8419
+ /**
8420
+ * <p>Resulting entity from the query.</p>
8421
+ * @public
8422
+ */
8423
+ export type ResultItem = ResultItem.LineageNodeMember | ResultItem.$UnknownMember;
8424
+ /**
8425
+ * @public
8426
+ */
8427
+ export declare namespace ResultItem {
8428
+ /**
8429
+ * <p>Resulting data lineage node from the query.</p>
8430
+ * @public
8431
+ */
8432
+ interface LineageNodeMember {
8433
+ lineageNode: LineageNodeItem;
8434
+ $unknown?: never;
8435
+ }
8436
+ /**
8437
+ * @public
8438
+ */
8439
+ interface $UnknownMember {
8440
+ lineageNode?: never;
8441
+ $unknown: [string, any];
8442
+ }
8443
+ /**
8444
+ * @deprecated unused in schema-serde mode.
8445
+ *
8446
+ */
8447
+ interface Visitor<T> {
8448
+ lineageNode: (value: LineageNodeItem) => T;
8449
+ _: (name: string, value: any) => T;
8450
+ }
8451
+ }
8452
+ /**
8453
+ * @public
8454
+ */
8455
+ export interface QueryGraphOutput {
8456
+ /**
8457
+ * <p>The results of the <code>QueryGraph</code> action.</p>
8458
+ * @public
8459
+ */
8460
+ items?: ResultItem[] | undefined;
8461
+ /**
8462
+ * <p>When the number of entities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of entities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>QueryGraph</code> to list the next set of entities.</p>
8463
+ * @public
8464
+ */
8465
+ nextToken?: string | undefined;
8466
+ }
8206
8467
  /**
8207
8468
  * <p>The details of the automatically generated business metadata that is rejected.</p>
8208
8469
  * @public
@@ -8901,32 +9162,6 @@ export interface UpdateRuleOutput {
8901
9162
  */
8902
9163
  lastUpdatedBy: string | undefined;
8903
9164
  }
8904
- /**
8905
- * <p>A search filter in Amazon DataZone.</p>
8906
- * @public
8907
- */
8908
- export interface Filter {
8909
- /**
8910
- * <p>A search filter attribute in Amazon DataZone.</p>
8911
- * @public
8912
- */
8913
- attribute: string | undefined;
8914
- /**
8915
- * <p>A search filter string value in Amazon DataZone.</p>
8916
- * @public
8917
- */
8918
- value?: string | undefined;
8919
- /**
8920
- * <p>A search filter integer value in Amazon DataZone.</p>
8921
- * @public
8922
- */
8923
- intValue?: number | undefined;
8924
- /**
8925
- * <p>Specifies the search filter operator.</p>
8926
- * @public
8927
- */
8928
- operator?: FilterOperator | undefined;
8929
- }
8930
9165
  /**
8931
9166
  * <p>The details of the search.</p>
8932
9167
  * @public
@@ -9284,249 +9519,3 @@ export interface SearchGroupProfilesOutput {
9284
9519
  */
9285
9520
  nextToken?: string | undefined;
9286
9521
  }
9287
- /**
9288
- * <p>The details of the results of the <code>SearchListings</code> action.</p>
9289
- * @public
9290
- */
9291
- export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResultItem.DataProductListingMember | SearchResultItem.$UnknownMember;
9292
- /**
9293
- * @public
9294
- */
9295
- export declare namespace SearchResultItem {
9296
- /**
9297
- * <p>The asset listing included in the results of the <code>SearchListings</code> action.</p>
9298
- * @public
9299
- */
9300
- interface AssetListingMember {
9301
- assetListing: AssetListingItem;
9302
- dataProductListing?: never;
9303
- $unknown?: never;
9304
- }
9305
- /**
9306
- * <p>The data product listing.</p>
9307
- * @public
9308
- */
9309
- interface DataProductListingMember {
9310
- assetListing?: never;
9311
- dataProductListing: DataProductListingItem;
9312
- $unknown?: never;
9313
- }
9314
- /**
9315
- * @public
9316
- */
9317
- interface $UnknownMember {
9318
- assetListing?: never;
9319
- dataProductListing?: never;
9320
- $unknown: [string, any];
9321
- }
9322
- /**
9323
- * @deprecated unused in schema-serde mode.
9324
- *
9325
- */
9326
- interface Visitor<T> {
9327
- assetListing: (value: AssetListingItem) => T;
9328
- dataProductListing: (value: DataProductListingItem) => T;
9329
- _: (name: string, value: any) => T;
9330
- }
9331
- }
9332
- /**
9333
- * @public
9334
- */
9335
- export interface SearchListingsOutput {
9336
- /**
9337
- * <p>The results of the <code>SearchListings</code> action.</p>
9338
- * @public
9339
- */
9340
- items?: SearchResultItem[] | undefined;
9341
- /**
9342
- * <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>
9343
- * @public
9344
- */
9345
- nextToken?: string | undefined;
9346
- /**
9347
- * <p>Total number of search results.</p>
9348
- * @public
9349
- */
9350
- totalMatchCount?: number | undefined;
9351
- /**
9352
- * <p>Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.</p>
9353
- * @public
9354
- */
9355
- aggregates?: AggregationOutput[] | undefined;
9356
- }
9357
- /**
9358
- * <p>The details of the metadata form type.</p>
9359
- * @public
9360
- */
9361
- export interface FormTypeData {
9362
- /**
9363
- * <p>The identifier of the Amazon DataZone domain in which the form type exists.</p>
9364
- * @public
9365
- */
9366
- domainId: string | undefined;
9367
- /**
9368
- * <p>The name of the form type.</p>
9369
- * @public
9370
- */
9371
- name: string | undefined;
9372
- /**
9373
- * <p>The revision of the form type.</p>
9374
- * @public
9375
- */
9376
- revision: string | undefined;
9377
- /**
9378
- * <p>The model of the form type.</p>
9379
- * @public
9380
- */
9381
- model?: Model | undefined;
9382
- /**
9383
- * <p>The status of the form type.</p>
9384
- * @public
9385
- */
9386
- status?: FormTypeStatus | undefined;
9387
- /**
9388
- * <p>The identifier of the project that owns the form type.</p>
9389
- * @public
9390
- */
9391
- owningProjectId?: string | undefined;
9392
- /**
9393
- * <p>The identifier of the Amazon DataZone domain in which the form type was originally created.</p>
9394
- * @public
9395
- */
9396
- originDomainId?: string | undefined;
9397
- /**
9398
- * <p>The identifier of the project in which the form type was originally created.</p>
9399
- * @public
9400
- */
9401
- originProjectId?: string | undefined;
9402
- /**
9403
- * <p>The timestamp of when the metadata form type was created.</p>
9404
- * @public
9405
- */
9406
- createdAt?: Date | undefined;
9407
- /**
9408
- * <p>The Amazon DataZone user who created teh metadata form type.</p>
9409
- * @public
9410
- */
9411
- createdBy?: string | undefined;
9412
- /**
9413
- * <p>The description of the metadata form type.</p>
9414
- * @public
9415
- */
9416
- description?: string | undefined;
9417
- /**
9418
- * <p>The imports specified in the form type.</p>
9419
- * @public
9420
- */
9421
- imports?: Import[] | undefined;
9422
- }
9423
- /**
9424
- * <p>The details of a data lineage node type.</p>
9425
- * @public
9426
- */
9427
- export interface LineageNodeTypeItem {
9428
- /**
9429
- * <p>The ID of the domain where the data lineage node type lives.</p>
9430
- * @public
9431
- */
9432
- domainId: string | undefined;
9433
- /**
9434
- * <p>The name of the data lineage node type.</p>
9435
- * @public
9436
- */
9437
- name?: string | undefined;
9438
- /**
9439
- * <p>The description of the data lineage node type.</p>
9440
- * @public
9441
- */
9442
- description?: string | undefined;
9443
- /**
9444
- * <p>The timestamp at which the data lineage node type was created.</p>
9445
- * @public
9446
- */
9447
- createdAt?: Date | undefined;
9448
- /**
9449
- * <p>The user who created the data lineage node type.</p>
9450
- * @public
9451
- */
9452
- createdBy?: string | undefined;
9453
- /**
9454
- * <p>The timestamp at which the data lineage node type was updated.</p>
9455
- * @public
9456
- */
9457
- updatedAt?: Date | undefined;
9458
- /**
9459
- * <p>The user who updated the data lineage node type.</p>
9460
- * @public
9461
- */
9462
- updatedBy?: string | undefined;
9463
- /**
9464
- * <p>The revision of the data lineage node type.</p>
9465
- * @public
9466
- */
9467
- revision: string | undefined;
9468
- /**
9469
- * <p>The forms output of the data lineage node type.</p>
9470
- * @public
9471
- */
9472
- formsOutput: Record<string, FormEntryOutput> | undefined;
9473
- }
9474
- /**
9475
- * <p>The details of the results of the <code>SearchTypes</code> action.</p>
9476
- * @public
9477
- */
9478
- export type SearchTypesResultItem = SearchTypesResultItem.AssetTypeItemMember | SearchTypesResultItem.FormTypeItemMember | SearchTypesResultItem.LineageNodeTypeItemMember | SearchTypesResultItem.$UnknownMember;
9479
- /**
9480
- * @public
9481
- */
9482
- export declare namespace SearchTypesResultItem {
9483
- /**
9484
- * <p>The asset type included in the results of the <code>SearchTypes</code> action.</p>
9485
- * @public
9486
- */
9487
- interface AssetTypeItemMember {
9488
- assetTypeItem: AssetTypeItem;
9489
- formTypeItem?: never;
9490
- lineageNodeTypeItem?: never;
9491
- $unknown?: never;
9492
- }
9493
- /**
9494
- * <p>The form type included in the results of the <code>SearchTypes</code> action.</p>
9495
- * @public
9496
- */
9497
- interface FormTypeItemMember {
9498
- assetTypeItem?: never;
9499
- formTypeItem: FormTypeData;
9500
- lineageNodeTypeItem?: never;
9501
- $unknown?: never;
9502
- }
9503
- /**
9504
- * <p>The details of a data lineage node type.</p>
9505
- * @public
9506
- */
9507
- interface LineageNodeTypeItemMember {
9508
- assetTypeItem?: never;
9509
- formTypeItem?: never;
9510
- lineageNodeTypeItem: LineageNodeTypeItem;
9511
- $unknown?: never;
9512
- }
9513
- /**
9514
- * @public
9515
- */
9516
- interface $UnknownMember {
9517
- assetTypeItem?: never;
9518
- formTypeItem?: never;
9519
- lineageNodeTypeItem?: never;
9520
- $unknown: [string, any];
9521
- }
9522
- /**
9523
- * @deprecated unused in schema-serde mode.
9524
- *
9525
- */
9526
- interface Visitor<T> {
9527
- assetTypeItem: (value: AssetTypeItem) => T;
9528
- formTypeItem: (value: FormTypeData) => T;
9529
- lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
9530
- _: (name: string, value: any) => T;
9531
- }
9532
- }