@aws-sdk/client-datazone 3.940.0 → 3.946.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.
- package/README.md +16 -0
- package/dist-cjs/index.js +467 -1756
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/DataZone.js +4 -0
- package/dist-es/DataZoneClient.js +2 -2
- package/dist-es/commands/GetDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/PutDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +10 -3
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +429 -1753
- package/dist-types/DataZone.d.ts +15 -1
- package/dist-types/DataZoneClient.d.ts +14 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AcceptPredictionsCommand.d.ts +3 -3
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +3 -3
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +3 -3
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +3 -3
- package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +3 -3
- package/dist-types/commands/AssociateGovernedTermsCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +3 -3
- package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +3 -3
- package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +3 -3
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccountPoolCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetTypeCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataProductCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainUnitCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateFormTypeCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlossaryCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -3
- package/dist-types/commands/CreateProjectMembershipCommand.d.ts +3 -3
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountPoolCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataProductCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +3 -3
- package/dist-types/commands/DeleteListingCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateGovernedTermsCommand.d.ts +3 -3
- package/dist-types/commands/GetAccountPoolCommand.d.ts +3 -3
- package/dist-types/commands/GetAssetCommand.d.ts +3 -3
- package/dist-types/commands/GetAssetFilterCommand.d.ts +4 -4
- package/dist-types/commands/GetAssetTypeCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +100 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +3 -3
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +3 -3
- package/dist-types/commands/GetDomainCommand.d.ts +3 -3
- package/dist-types/commands/GetDomainUnitCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetFormTypeCommand.d.ts +3 -3
- package/dist-types/commands/GetGlossaryCommand.d.ts +3 -3
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +3 -3
- package/dist-types/commands/GetGroupProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +3 -3
- package/dist-types/commands/GetJobRunCommand.d.ts +3 -3
- package/dist-types/commands/GetLineageEventCommand.d.ts +3 -3
- package/dist-types/commands/GetLineageNodeCommand.d.ts +3 -3
- package/dist-types/commands/GetListingCommand.d.ts +3 -3
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +16 -5
- package/dist-types/commands/GetProjectCommand.d.ts +3 -3
- package/dist-types/commands/GetProjectProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetRuleCommand.d.ts +3 -3
- package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +3 -3
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +3 -3
- package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +3 -3
- package/dist-types/commands/GetUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountPoolsCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -3
- package/dist-types/commands/ListEntityOwnersCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListJobRunsCommand.d.ts +3 -3
- package/dist-types/commands/ListLineageEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +3 -3
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +11 -7
- package/dist-types/commands/ListNotificationsCommand.d.ts +3 -3
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +3 -3
- package/dist-types/commands/ListProjectMembershipsCommand.d.ts +3 -3
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -3
- package/dist-types/commands/ListRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +3 -3
- package/dist-types/commands/PostLineageEventCommand.d.ts +3 -3
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +3 -3
- package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +102 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/RejectPredictionsCommand.d.ts +3 -3
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +3 -3
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +3 -3
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +3 -3
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/SearchCommand.d.ts +4 -4
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +3 -3
- package/dist-types/commands/SearchListingsCommand.d.ts +4 -4
- package/dist-types/commands/SearchTypesCommand.d.ts +4 -4
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +3 -3
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +3 -3
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +13 -7
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRuleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/DataZoneServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +26 -11
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +158 -343
- package/dist-types/models/models_2.d.ts +343 -3
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageNodeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetadataGenerationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimeSeriesDataPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchListingsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchUserProfilesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +12 -2
- package/dist-types/ts3.4/DataZone.d.ts +34 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +15 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/DataZoneServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -5
- package/dist-types/ts3.4/models/models_1.d.ts +61 -103
- package/dist-types/ts3.4/models/models_2.d.ts +93 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -1
- package/package.json +13 -12
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccountPoolName: StaticSimpleSchema;
|
|
3
3
|
export declare var ActionLink: StaticSimpleSchema;
|
|
4
4
|
export declare var AssetName: StaticSimpleSchema;
|
|
@@ -246,6 +246,7 @@ export declare var DomainUnitPolicyGrantPrincipal: StaticStructureSchema;
|
|
|
246
246
|
export declare var DomainUnitSummary: StaticStructureSchema;
|
|
247
247
|
export declare var DomainUnitTarget: StaticStructureSchema;
|
|
248
248
|
export declare var DomainUnitUserProperties: StaticStructureSchema;
|
|
249
|
+
export declare var EncryptionConfiguration: StaticStructureSchema;
|
|
249
250
|
export declare var EnvironmentActionSummary: StaticStructureSchema;
|
|
250
251
|
export declare var EnvironmentBlueprintConfigurationItem: StaticStructureSchema;
|
|
251
252
|
export declare var EnvironmentBlueprintSummary: StaticStructureSchema;
|
|
@@ -278,6 +279,8 @@ export declare var GetAssetTypeInput: StaticStructureSchema;
|
|
|
278
279
|
export declare var GetAssetTypeOutput: StaticStructureSchema;
|
|
279
280
|
export declare var GetConnectionInput: StaticStructureSchema;
|
|
280
281
|
export declare var GetConnectionOutput: StaticStructureSchema;
|
|
282
|
+
export declare var GetDataExportConfigurationInput: StaticStructureSchema;
|
|
283
|
+
export declare var GetDataExportConfigurationOutput: StaticStructureSchema;
|
|
281
284
|
export declare var GetDataProductInput: StaticStructureSchema;
|
|
282
285
|
export declare var GetDataProductOutput: StaticStructureSchema;
|
|
283
286
|
export declare var GetDataSourceInput: StaticStructureSchema;
|
|
@@ -459,6 +462,7 @@ export declare var MetadataFormReference: StaticStructureSchema;
|
|
|
459
462
|
export declare var MetadataFormSummary: StaticStructureSchema;
|
|
460
463
|
export declare var MetadataGenerationRunItem: StaticStructureSchema;
|
|
461
464
|
export declare var MetadataGenerationRunTarget: StaticStructureSchema;
|
|
465
|
+
export declare var MetadataGenerationRunTypeStat: StaticStructureSchema;
|
|
462
466
|
export declare var MlflowPropertiesInput: StaticStructureSchema;
|
|
463
467
|
export declare var MlflowPropertiesOutput: StaticStructureSchema;
|
|
464
468
|
export declare var MlflowPropertiesPatch: StaticStructureSchema;
|
|
@@ -491,6 +495,8 @@ export declare var ProjectPolicyGrantPrincipal: StaticStructureSchema;
|
|
|
491
495
|
export declare var ProjectProfileSummary: StaticStructureSchema;
|
|
492
496
|
export declare var ProjectsForRule: StaticStructureSchema;
|
|
493
497
|
export declare var ProjectSummary: StaticStructureSchema;
|
|
498
|
+
export declare var PutDataExportConfigurationInput: StaticStructureSchema;
|
|
499
|
+
export declare var PutDataExportConfigurationOutput: StaticStructureSchema;
|
|
494
500
|
export declare var PutEnvironmentBlueprintConfigurationInput: StaticStructureSchema;
|
|
495
501
|
export declare var PutEnvironmentBlueprintConfigurationOutput: StaticStructureSchema;
|
|
496
502
|
export declare var RecommendationConfiguration: StaticStructureSchema;
|
|
@@ -584,7 +590,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
|
|
|
584
590
|
export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
|
|
585
591
|
export declare var Topic: StaticStructureSchema;
|
|
586
592
|
export declare var UnauthorizedException: StaticErrorSchema;
|
|
587
|
-
export declare var
|
|
593
|
+
export declare var Unit_n0: StaticStructureSchema;
|
|
588
594
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
589
595
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
590
596
|
export declare var UpdateAccountPoolInput: StaticStructureSchema;
|
|
@@ -714,6 +720,8 @@ export declare var MetadataFormInputs: StaticListSchema;
|
|
|
714
720
|
export declare var MetadataForms: StaticListSchema;
|
|
715
721
|
export declare var MetadataFormsSummary: StaticListSchema;
|
|
716
722
|
export declare var MetadataGenerationRuns: StaticListSchema;
|
|
723
|
+
export declare var MetadataGenerationRunTypes: number;
|
|
724
|
+
export declare var MetadataGenerationRunTypeStats: StaticListSchema;
|
|
717
725
|
export declare var NameIdentifiers: StaticListSchema;
|
|
718
726
|
export declare var NotificationsList: StaticListSchema;
|
|
719
727
|
export declare var NotificationSubjects: number;
|
|
@@ -895,6 +903,7 @@ export declare var GetAsset: StaticOperationSchema;
|
|
|
895
903
|
export declare var GetAssetFilter: StaticOperationSchema;
|
|
896
904
|
export declare var GetAssetType: StaticOperationSchema;
|
|
897
905
|
export declare var GetConnection: StaticOperationSchema;
|
|
906
|
+
export declare var GetDataExportConfiguration: StaticOperationSchema;
|
|
898
907
|
export declare var GetDataProduct: StaticOperationSchema;
|
|
899
908
|
export declare var GetDataSource: StaticOperationSchema;
|
|
900
909
|
export declare var GetDataSourceRun: StaticOperationSchema;
|
|
@@ -960,6 +969,7 @@ export declare var ListTagsForResource: StaticOperationSchema;
|
|
|
960
969
|
export declare var ListTimeSeriesDataPoints: StaticOperationSchema;
|
|
961
970
|
export declare var PostLineageEvent: StaticOperationSchema;
|
|
962
971
|
export declare var PostTimeSeriesDataPoints: StaticOperationSchema;
|
|
972
|
+
export declare var PutDataExportConfiguration: StaticOperationSchema;
|
|
963
973
|
export declare var PutEnvironmentBlueprintConfiguration: StaticOperationSchema;
|
|
964
974
|
export declare var RejectPredictions: StaticOperationSchema;
|
|
965
975
|
export declare var RejectSubscriptionRequest: StaticOperationSchema;
|
|
@@ -283,6 +283,10 @@ import {
|
|
|
283
283
|
GetConnectionCommandInput,
|
|
284
284
|
GetConnectionCommandOutput,
|
|
285
285
|
} from "./commands/GetConnectionCommand";
|
|
286
|
+
import {
|
|
287
|
+
GetDataExportConfigurationCommandInput,
|
|
288
|
+
GetDataExportConfigurationCommandOutput,
|
|
289
|
+
} from "./commands/GetDataExportConfigurationCommand";
|
|
286
290
|
import {
|
|
287
291
|
GetDataProductCommandInput,
|
|
288
292
|
GetDataProductCommandOutput,
|
|
@@ -543,6 +547,10 @@ import {
|
|
|
543
547
|
PostTimeSeriesDataPointsCommandInput,
|
|
544
548
|
PostTimeSeriesDataPointsCommandOutput,
|
|
545
549
|
} from "./commands/PostTimeSeriesDataPointsCommand";
|
|
550
|
+
import {
|
|
551
|
+
PutDataExportConfigurationCommandInput,
|
|
552
|
+
PutDataExportConfigurationCommandOutput,
|
|
553
|
+
} from "./commands/PutDataExportConfigurationCommand";
|
|
546
554
|
import {
|
|
547
555
|
PutEnvironmentBlueprintConfigurationCommandInput,
|
|
548
556
|
PutEnvironmentBlueprintConfigurationCommandOutput,
|
|
@@ -1618,6 +1626,19 @@ export interface DataZone {
|
|
|
1618
1626
|
options: __HttpHandlerOptions,
|
|
1619
1627
|
cb: (err: any, data?: GetConnectionCommandOutput) => void
|
|
1620
1628
|
): void;
|
|
1629
|
+
getDataExportConfiguration(
|
|
1630
|
+
args: GetDataExportConfigurationCommandInput,
|
|
1631
|
+
options?: __HttpHandlerOptions
|
|
1632
|
+
): Promise<GetDataExportConfigurationCommandOutput>;
|
|
1633
|
+
getDataExportConfiguration(
|
|
1634
|
+
args: GetDataExportConfigurationCommandInput,
|
|
1635
|
+
cb: (err: any, data?: GetDataExportConfigurationCommandOutput) => void
|
|
1636
|
+
): void;
|
|
1637
|
+
getDataExportConfiguration(
|
|
1638
|
+
args: GetDataExportConfigurationCommandInput,
|
|
1639
|
+
options: __HttpHandlerOptions,
|
|
1640
|
+
cb: (err: any, data?: GetDataExportConfigurationCommandOutput) => void
|
|
1641
|
+
): void;
|
|
1621
1642
|
getDataProduct(
|
|
1622
1643
|
args: GetDataProductCommandInput,
|
|
1623
1644
|
options?: __HttpHandlerOptions
|
|
@@ -2476,6 +2497,19 @@ export interface DataZone {
|
|
|
2476
2497
|
options: __HttpHandlerOptions,
|
|
2477
2498
|
cb: (err: any, data?: PostTimeSeriesDataPointsCommandOutput) => void
|
|
2478
2499
|
): void;
|
|
2500
|
+
putDataExportConfiguration(
|
|
2501
|
+
args: PutDataExportConfigurationCommandInput,
|
|
2502
|
+
options?: __HttpHandlerOptions
|
|
2503
|
+
): Promise<PutDataExportConfigurationCommandOutput>;
|
|
2504
|
+
putDataExportConfiguration(
|
|
2505
|
+
args: PutDataExportConfigurationCommandInput,
|
|
2506
|
+
cb: (err: any, data?: PutDataExportConfigurationCommandOutput) => void
|
|
2507
|
+
): void;
|
|
2508
|
+
putDataExportConfiguration(
|
|
2509
|
+
args: PutDataExportConfigurationCommandInput,
|
|
2510
|
+
options: __HttpHandlerOptions,
|
|
2511
|
+
cb: (err: any, data?: PutDataExportConfigurationCommandOutput) => void
|
|
2512
|
+
): void;
|
|
2479
2513
|
putEnvironmentBlueprintConfiguration(
|
|
2480
2514
|
args: PutEnvironmentBlueprintConfigurationCommandInput,
|
|
2481
2515
|
options?: __HttpHandlerOptions
|
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,9 +38,10 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
StreamCollector as __StreamCollector,
|
|
44
42
|
UrlParser as __UrlParser,
|
|
43
|
+
AwsCredentialIdentityProvider,
|
|
44
|
+
Provider,
|
|
45
45
|
UserAgent as __UserAgent,
|
|
46
46
|
} from "@smithy/types";
|
|
47
47
|
import {
|
|
@@ -332,6 +332,10 @@ import {
|
|
|
332
332
|
GetConnectionCommandInput,
|
|
333
333
|
GetConnectionCommandOutput,
|
|
334
334
|
} from "./commands/GetConnectionCommand";
|
|
335
|
+
import {
|
|
336
|
+
GetDataExportConfigurationCommandInput,
|
|
337
|
+
GetDataExportConfigurationCommandOutput,
|
|
338
|
+
} from "./commands/GetDataExportConfigurationCommand";
|
|
335
339
|
import {
|
|
336
340
|
GetDataProductCommandInput,
|
|
337
341
|
GetDataProductCommandOutput,
|
|
@@ -592,6 +596,10 @@ import {
|
|
|
592
596
|
PostTimeSeriesDataPointsCommandInput,
|
|
593
597
|
PostTimeSeriesDataPointsCommandOutput,
|
|
594
598
|
} from "./commands/PostTimeSeriesDataPointsCommand";
|
|
599
|
+
import {
|
|
600
|
+
PutDataExportConfigurationCommandInput,
|
|
601
|
+
PutDataExportConfigurationCommandOutput,
|
|
602
|
+
} from "./commands/PutDataExportConfigurationCommand";
|
|
595
603
|
import {
|
|
596
604
|
PutEnvironmentBlueprintConfigurationCommandInput,
|
|
597
605
|
PutEnvironmentBlueprintConfigurationCommandOutput,
|
|
@@ -815,6 +823,7 @@ export type ServiceInputTypes =
|
|
|
815
823
|
| GetAssetFilterCommandInput
|
|
816
824
|
| GetAssetTypeCommandInput
|
|
817
825
|
| GetConnectionCommandInput
|
|
826
|
+
| GetDataExportConfigurationCommandInput
|
|
818
827
|
| GetDataProductCommandInput
|
|
819
828
|
| GetDataSourceCommandInput
|
|
820
829
|
| GetDataSourceRunCommandInput
|
|
@@ -880,6 +889,7 @@ export type ServiceInputTypes =
|
|
|
880
889
|
| ListTimeSeriesDataPointsCommandInput
|
|
881
890
|
| PostLineageEventCommandInput
|
|
882
891
|
| PostTimeSeriesDataPointsCommandInput
|
|
892
|
+
| PutDataExportConfigurationCommandInput
|
|
883
893
|
| PutEnvironmentBlueprintConfigurationCommandInput
|
|
884
894
|
| RejectPredictionsCommandInput
|
|
885
895
|
| RejectSubscriptionRequestCommandInput
|
|
@@ -988,6 +998,7 @@ export type ServiceOutputTypes =
|
|
|
988
998
|
| GetAssetFilterCommandOutput
|
|
989
999
|
| GetAssetTypeCommandOutput
|
|
990
1000
|
| GetConnectionCommandOutput
|
|
1001
|
+
| GetDataExportConfigurationCommandOutput
|
|
991
1002
|
| GetDataProductCommandOutput
|
|
992
1003
|
| GetDataSourceCommandOutput
|
|
993
1004
|
| GetDataSourceRunCommandOutput
|
|
@@ -1053,6 +1064,7 @@ export type ServiceOutputTypes =
|
|
|
1053
1064
|
| ListTimeSeriesDataPointsCommandOutput
|
|
1054
1065
|
| PostLineageEventCommandOutput
|
|
1055
1066
|
| PostTimeSeriesDataPointsCommandOutput
|
|
1067
|
+
| PutDataExportConfigurationCommandOutput
|
|
1056
1068
|
| PutEnvironmentBlueprintConfigurationCommandOutput
|
|
1057
1069
|
| RejectPredictionsCommandOutput
|
|
1058
1070
|
| RejectSubscriptionRequestCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
GetDataExportConfigurationInput,
|
|
10
|
+
GetDataExportConfigurationOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetDataExportConfigurationCommandInput
|
|
15
|
+
extends GetDataExportConfigurationInput {}
|
|
16
|
+
export interface GetDataExportConfigurationCommandOutput
|
|
17
|
+
extends GetDataExportConfigurationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetDataExportConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetDataExportConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetDataExportConfigurationCommandInput,
|
|
24
|
+
GetDataExportConfigurationCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetDataExportConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetDataExportConfigurationCommandInput,
|
|
33
|
+
GetDataExportConfigurationCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetDataExportConfigurationCommand extends GetDataExportConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDataExportConfigurationInput;
|
|
44
|
+
output: GetDataExportConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDataExportConfigurationCommandInput;
|
|
48
|
+
output: GetDataExportConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
PutDataExportConfigurationInput,
|
|
10
|
+
PutDataExportConfigurationOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface PutDataExportConfigurationCommandInput
|
|
15
|
+
extends PutDataExportConfigurationInput {}
|
|
16
|
+
export interface PutDataExportConfigurationCommandOutput
|
|
17
|
+
extends PutDataExportConfigurationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const PutDataExportConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: PutDataExportConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
PutDataExportConfigurationCommandInput,
|
|
24
|
+
PutDataExportConfigurationCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: PutDataExportConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
PutDataExportConfigurationCommandInput,
|
|
33
|
+
PutDataExportConfigurationCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class PutDataExportConfigurationCommand extends PutDataExportConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutDataExportConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutDataExportConfigurationCommandInput;
|
|
48
|
+
output: PutDataExportConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateAccountPoolInput,
|
|
10
10
|
UpdateAccountPoolOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateAccountPoolCommandInput extends UpdateAccountPoolInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateConnectionInput,
|
|
10
10
|
UpdateConnectionOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateConnectionCommandInput extends UpdateConnectionInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateEnvironmentInput,
|
|
10
10
|
UpdateEnvironmentOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentInput {}
|
|
@@ -69,6 +69,7 @@ export * from "./GetAssetCommand";
|
|
|
69
69
|
export * from "./GetAssetFilterCommand";
|
|
70
70
|
export * from "./GetAssetTypeCommand";
|
|
71
71
|
export * from "./GetConnectionCommand";
|
|
72
|
+
export * from "./GetDataExportConfigurationCommand";
|
|
72
73
|
export * from "./GetDataProductCommand";
|
|
73
74
|
export * from "./GetDataSourceCommand";
|
|
74
75
|
export * from "./GetDataSourceRunCommand";
|
|
@@ -134,6 +135,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
134
135
|
export * from "./ListTimeSeriesDataPointsCommand";
|
|
135
136
|
export * from "./PostLineageEventCommand";
|
|
136
137
|
export * from "./PostTimeSeriesDataPointsCommand";
|
|
138
|
+
export * from "./PutDataExportConfigurationCommand";
|
|
137
139
|
export * from "./PutEnvironmentBlueprintConfigurationCommand";
|
|
138
140
|
export * from "./RejectPredictionsCommand";
|
|
139
141
|
export * from "./RejectSubscriptionRequestCommand";
|
|
@@ -136,6 +136,12 @@ export declare const ConfigurableActionTypeAuthorization: {
|
|
|
136
136
|
};
|
|
137
137
|
export type ConfigurableActionTypeAuthorization =
|
|
138
138
|
(typeof ConfigurableActionTypeAuthorization)[keyof typeof ConfigurableActionTypeAuthorization];
|
|
139
|
+
export declare const ConfigurationStatus: {
|
|
140
|
+
readonly COMPLETED: "COMPLETED";
|
|
141
|
+
readonly FAILED: "FAILED";
|
|
142
|
+
};
|
|
143
|
+
export type ConfigurationStatus =
|
|
144
|
+
(typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
139
145
|
export declare const GlueConnectionType: {
|
|
140
146
|
readonly BIGQUERY: "BIGQUERY";
|
|
141
147
|
readonly DOCUMENTDB: "DOCUMENTDB";
|
|
@@ -665,10 +671,18 @@ export declare const SortKey: {
|
|
|
665
671
|
readonly UPDATED_AT: "UPDATED_AT";
|
|
666
672
|
};
|
|
667
673
|
export type SortKey = (typeof SortKey)[keyof typeof SortKey];
|
|
674
|
+
export declare const MetadataGenerationRunType: {
|
|
675
|
+
readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
|
|
676
|
+
readonly BUSINESS_GLOSSARY_ASSOCIATIONS: "BUSINESS_GLOSSARY_ASSOCIATIONS";
|
|
677
|
+
readonly BUSINESS_NAMES: "BUSINESS_NAMES";
|
|
678
|
+
};
|
|
679
|
+
export type MetadataGenerationRunType =
|
|
680
|
+
(typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
|
|
668
681
|
export declare const MetadataGenerationRunStatus: {
|
|
669
682
|
readonly CANCELED: "CANCELED";
|
|
670
683
|
readonly FAILED: "FAILED";
|
|
671
684
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
685
|
+
readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
|
|
672
686
|
readonly SUBMITTED: "SUBMITTED";
|
|
673
687
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
674
688
|
};
|
|
@@ -679,11 +693,6 @@ export declare const MetadataGenerationTargetType: {
|
|
|
679
693
|
};
|
|
680
694
|
export type MetadataGenerationTargetType =
|
|
681
695
|
(typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
|
|
682
|
-
export declare const MetadataGenerationRunType: {
|
|
683
|
-
readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
|
|
684
|
-
};
|
|
685
|
-
export type MetadataGenerationRunType =
|
|
686
|
-
(typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
|
|
687
696
|
export declare const RejectRuleBehavior: {
|
|
688
697
|
readonly ALL: "ALL";
|
|
689
698
|
readonly NONE: "NONE";
|