@aws-sdk/client-datazone 3.1000.0 → 3.1001.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 +7 -0
- package/dist-cjs/index.js +39 -8
- package/dist-cjs/schemas/schemas_0.js +113 -40
- package/dist-es/DataZone.js +4 -0
- package/dist-es/commands/QueryGraphCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +18 -8
- package/dist-es/pagination/QueryGraphPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +96 -23
- package/dist-types/DataZone.d.ts +14 -0
- package/dist-types/DataZoneClient.d.ts +3 -2
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -1
- package/dist-types/commands/QueryGraphCommand.d.ts +169 -0
- package/dist-types/commands/SearchListingsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +50 -16
- package/dist-types/models/models_0.d.ts +11 -85
- package/dist-types/models/models_1.d.ts +263 -274
- package/dist-types/models/models_2.d.ts +345 -3
- package/dist-types/pagination/QueryGraphPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +9 -0
- package/dist-types/ts3.4/DataZone.d.ts +24 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/QueryGraphCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -10
- package/dist-types/ts3.4/models/models_0.d.ts +3 -18
- package/dist-types/ts3.4/models/models_1.d.ts +69 -104
- package/dist-types/ts3.4/models/models_2.d.ts +143 -1
- package/dist-types/ts3.4/pagination/QueryGraphPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/package.json +14 -14
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.UpdateUserProfile$ = exports.UpdateSubscriptionTarget$ = exports.UpdateSubscriptionRequest$ = exports.UpdateSubscriptionGrantStatus$ = exports.UpdateRule$ = exports.UpdateRootDomainUnitOwner$ = exports.UpdateProjectProfile$ = exports.UpdateProject$ = exports.UpdateGroupProfile$ = exports.UpdateGlossaryTerm$ = exports.UpdateGlossary$ = exports.UpdateEnvironmentProfile$ = exports.UpdateEnvironmentBlueprint$ = exports.UpdateEnvironmentAction$ = exports.UpdateEnvironment$ = exports.UpdateDomainUnit$ = exports.UpdateDomain$ = exports.UpdateDataSource$ = exports.UpdateConnection$ = exports.UpdateAssetFilter$ = exports.UpdateAccountPool$ = exports.UntagResource$ = exports.TagResource$ = exports.StartMetadataGenerationRun$ = exports.StartDataSourceRun$ = exports.SearchUserProfiles$ = exports.SearchTypes$ = exports.SearchListings$ = exports.SearchGroupProfiles$ = exports.Search$ = exports.RevokeSubscription$ = exports.RemovePolicyGrant$ = exports.RemoveEntityOwner$ = void 0;
|
|
3
|
+
exports.AssociateGovernedTermsInput$ = exports.AssociateEnvironmentRoleOutput$ = exports.AssociateEnvironmentRoleInput$ = exports.AssetTypesForRule$ = exports.AssetTypeItem$ = exports.AssetTargetNameMap$ = exports.AssetScope$ = exports.AssetRevision$ = exports.AssetPermission$ = exports.AssetListingItemAdditionalAttributes$ = exports.AssetListingItem$ = exports.AssetListingDetails$ = exports.AssetListing$ = exports.AssetItemAdditionalAttributes$ = exports.AssetItem$ = exports.AssetInDataProductListingItem$ = exports.AssetFilterSummary$ = exports.AmazonQPropertiesPatch$ = exports.AmazonQPropertiesOutput$ = exports.AmazonQPropertiesInput$ = exports.AllUsersGrantFilter$ = exports.AllDomainUnitsGrantFilter$ = exports.AggregationOutputItem$ = exports.AggregationOutput$ = exports.AggregationListItem$ = exports.AddToProjectMemberPoolPolicyGrantDetail$ = exports.AddPolicyGrantOutput$ = exports.AddPolicyGrantInput$ = exports.AdditionalAttributes$ = exports.AddEntityOwnerOutput$ = exports.AddEntityOwnerInput$ = exports.AccountPoolSummary$ = exports.AccountInfo$ = exports.AcceptSubscriptionRequestOutput$ = exports.AcceptSubscriptionRequestInput$ = exports.AcceptRule$ = exports.AcceptPredictionsOutput$ = exports.AcceptPredictionsInput$ = exports.AcceptedAssetScope$ = exports.AcceptChoice$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DataZoneServiceException$ = void 0;
|
|
4
|
+
exports.CreateDomainInput$ = exports.CreateDataSourceOutput$ = exports.CreateDataSourceInput$ = exports.CreateDataProductRevisionOutput$ = exports.CreateDataProductRevisionInput$ = exports.CreateDataProductOutput$ = exports.CreateDataProductInput$ = exports.CreateConnectionOutput$ = exports.CreateConnectionInput$ = exports.CreateAssetTypePolicyGrantDetail$ = exports.CreateAssetTypeOutput$ = exports.CreateAssetTypeInput$ = exports.CreateAssetRevisionOutput$ = exports.CreateAssetRevisionInput$ = exports.CreateAssetOutput$ = exports.CreateAssetInput$ = exports.CreateAssetFilterOutput$ = exports.CreateAssetFilterInput$ = exports.CreateAccountPoolOutput$ = exports.CreateAccountPoolInput$ = exports.ConnectionSummary$ = exports.ConnectionCredentials$ = exports.ConfigurableEnvironmentAction$ = exports.ConfigurableActionParameter$ = exports.ColumnFilterConfiguration$ = exports.CloudFormationProperties$ = exports.CancelSubscriptionOutput$ = exports.CancelSubscriptionInput$ = exports.CancelMetadataGenerationRunOutput$ = exports.CancelMetadataGenerationRunInput$ = exports.BusinessNameGenerationConfiguration$ = exports.BatchPutAttributesMetadataOutput$ = exports.BatchPutAttributesMetadataInput$ = exports.BatchPutAttributeOutput$ = exports.BatchGetAttributesMetadataOutput$ = exports.BatchGetAttributesMetadataInput$ = exports.BatchGetAttributeOutput$ = exports.BasicAuthenticationCredentials$ = exports.AwsLocation$ = exports.AwsConsoleLinkParameters$ = exports.AuthorizationCodeProperties$ = exports.AuthenticationConfigurationPatch$ = exports.AuthenticationConfigurationInput$ = exports.AuthenticationConfiguration$ = exports.AttributeInput$ = exports.AttributeError$ = exports.AthenaPropertiesPatch$ = exports.AthenaPropertiesOutput$ = exports.AthenaPropertiesInput$ = exports.AssociateGovernedTermsOutput$ = void 0;
|
|
5
|
+
exports.DataProductListingItemAdditionalAttributes$ = exports.DataProductListingItem$ = exports.DataProductListing$ = exports.DataProductItemAdditionalAttributes$ = exports.DataProductItem$ = exports.CustomParameter$ = exports.CustomAccountPoolHandler$ = exports.CreateUserProfileOutput$ = exports.CreateUserProfileInput$ = exports.CreateSubscriptionTargetOutput$ = exports.CreateSubscriptionTargetInput$ = exports.CreateSubscriptionRequestOutput$ = exports.CreateSubscriptionRequestInput$ = exports.CreateSubscriptionGrantOutput$ = exports.CreateSubscriptionGrantInput$ = exports.CreateRuleOutput$ = exports.CreateRuleInput$ = exports.CreateProjectProfileOutput$ = exports.CreateProjectProfileInput$ = exports.CreateProjectPolicyGrantDetail$ = exports.CreateProjectOutput$ = exports.CreateProjectMembershipOutput$ = exports.CreateProjectMembershipInput$ = exports.CreateProjectInput$ = exports.CreateProjectFromProjectProfilePolicyGrantDetail$ = exports.CreateListingChangeSetOutput$ = exports.CreateListingChangeSetInput$ = exports.CreateGroupProfileOutput$ = exports.CreateGroupProfileInput$ = exports.CreateGlossaryTermOutput$ = exports.CreateGlossaryTermInput$ = exports.CreateGlossaryPolicyGrantDetail$ = exports.CreateGlossaryOutput$ = exports.CreateGlossaryInput$ = exports.CreateFormTypePolicyGrantDetail$ = exports.CreateFormTypeOutput$ = exports.CreateFormTypeInput$ = exports.CreateEnvironmentProfilePolicyGrantDetail$ = exports.CreateEnvironmentProfileOutput$ = exports.CreateEnvironmentProfileInput$ = exports.CreateEnvironmentOutput$ = exports.CreateEnvironmentInput$ = exports.CreateEnvironmentBlueprintOutput$ = exports.CreateEnvironmentBlueprintInput$ = exports.CreateEnvironmentActionOutput$ = exports.CreateEnvironmentActionInput$ = exports.CreateDomainUnitPolicyGrantDetail$ = exports.CreateDomainUnitOutput$ = exports.CreateDomainUnitInput$ = exports.CreateDomainOutput$ = void 0;
|
|
6
|
+
exports.DeleteSubscriptionGrantOutput$ = exports.DeleteSubscriptionGrantInput$ = exports.DeleteRuleOutput$ = exports.DeleteRuleInput$ = exports.DeleteProjectProfileOutput$ = exports.DeleteProjectProfileInput$ = exports.DeleteProjectOutput$ = exports.DeleteProjectMembershipOutput$ = exports.DeleteProjectMembershipInput$ = exports.DeleteProjectInput$ = exports.DeleteListingOutput$ = exports.DeleteListingInput$ = exports.DeleteGlossaryTermOutput$ = exports.DeleteGlossaryTermInput$ = exports.DeleteGlossaryOutput$ = exports.DeleteGlossaryInput$ = exports.DeleteFormTypeOutput$ = exports.DeleteFormTypeInput$ = exports.DeleteEnvironmentProfileInput$ = exports.DeleteEnvironmentInput$ = exports.DeleteEnvironmentBlueprintInput$ = exports.DeleteEnvironmentBlueprintConfigurationOutput$ = exports.DeleteEnvironmentBlueprintConfigurationInput$ = exports.DeleteEnvironmentActionInput$ = exports.DeleteDomainUnitOutput$ = exports.DeleteDomainUnitInput$ = exports.DeleteDomainOutput$ = exports.DeleteDomainInput$ = exports.DeleteDataSourceOutput$ = exports.DeleteDataSourceInput$ = exports.DeleteDataProductOutput$ = exports.DeleteDataProductInput$ = exports.DeleteDataExportConfigurationOutput$ = exports.DeleteDataExportConfigurationInput$ = exports.DeleteConnectionOutput$ = exports.DeleteConnectionInput$ = exports.DeleteAssetTypeOutput$ = exports.DeleteAssetTypeInput$ = exports.DeleteAssetOutput$ = exports.DeleteAssetInput$ = exports.DeleteAssetFilterInput$ = exports.DeleteAccountPoolOutput$ = exports.DeleteAccountPoolInput$ = exports.DataSourceSummary$ = exports.DataSourceRunSummary$ = exports.DataSourceRunLineageSummary$ = exports.DataSourceRunActivity$ = exports.DataSourceErrorMessage$ = exports.DataProductRevision$ = exports.DataProductResultItem$ = void 0;
|
|
7
|
+
exports.GetAssetTypeOutput$ = exports.GetAssetTypeInput$ = exports.GetAssetOutput$ = exports.GetAssetInput$ = exports.GetAssetFilterOutput$ = exports.GetAssetFilterInput$ = exports.GetAccountPoolOutput$ = exports.GetAccountPoolInput$ = exports.FormTypeData$ = exports.FormOutput$ = exports.FormInput$ = exports.FormEntryOutput$ = exports.FormEntryInput$ = exports.FilterExpression$ = exports.Filter$ = exports.FailureCause$ = exports.EqualToExpression$ = exports.EnvironmentSummary$ = exports.EnvironmentResolvedAccount$ = exports.EnvironmentProfileSummary$ = exports.EnvironmentParameter$ = exports.EnvironmentError$ = exports.EnvironmentDeploymentDetails$ = exports.EnvironmentConfigurationUserParameter$ = exports.EnvironmentConfigurationParametersDetails$ = exports.EnvironmentConfigurationParameter$ = exports.EnvironmentConfiguration$ = exports.EnvironmentBlueprintSummary$ = exports.EnvironmentBlueprintConfigurationItem$ = exports.EnvironmentActionSummary$ = exports.EntityPattern$ = exports.EncryptionConfiguration$ = exports.DomainUnitUserProperties$ = exports.DomainUnitTarget$ = exports.DomainUnitSummary$ = exports.DomainUnitPolicyGrantPrincipal$ = exports.DomainUnitGroupProperties$ = exports.DomainUnitFilterForProject$ = exports.DomainSummary$ = exports.DisassociateGovernedTermsOutput$ = exports.DisassociateGovernedTermsInput$ = exports.DisassociateEnvironmentRoleOutput$ = exports.DisassociateEnvironmentRoleInput$ = exports.DetailedGlossaryTerm$ = exports.DeploymentProperties$ = exports.Deployment$ = exports.DeleteTimeSeriesDataPointsOutput$ = exports.DeleteTimeSeriesDataPointsInput$ = exports.DeleteSubscriptionTargetInput$ = exports.DeleteSubscriptionRequestInput$ = void 0;
|
|
8
|
+
exports.GetProjectProfileOutput$ = exports.GetProjectProfileInput$ = exports.GetProjectOutput$ = exports.GetProjectInput$ = exports.GetMetadataGenerationRunOutput$ = exports.GetMetadataGenerationRunInput$ = exports.GetListingOutput$ = exports.GetListingInput$ = exports.GetLineageNodeOutput$ = exports.GetLineageNodeInput$ = exports.GetLineageEventOutput$ = exports.GetLineageEventInput$ = exports.GetJobRunOutput$ = exports.GetJobRunInput$ = exports.GetIamPortalLoginUrlOutput$ = exports.GetIamPortalLoginUrlInput$ = exports.GetGroupProfileOutput$ = exports.GetGroupProfileInput$ = exports.GetGlossaryTermOutput$ = exports.GetGlossaryTermInput$ = exports.GetGlossaryOutput$ = exports.GetGlossaryInput$ = exports.GetFormTypeOutput$ = exports.GetFormTypeInput$ = exports.GetEnvironmentProfileOutput$ = exports.GetEnvironmentProfileInput$ = exports.GetEnvironmentOutput$ = exports.GetEnvironmentInput$ = exports.GetEnvironmentCredentialsOutput$ = exports.GetEnvironmentCredentialsInput$ = exports.GetEnvironmentBlueprintOutput$ = exports.GetEnvironmentBlueprintInput$ = exports.GetEnvironmentBlueprintConfigurationOutput$ = exports.GetEnvironmentBlueprintConfigurationInput$ = exports.GetEnvironmentActionOutput$ = exports.GetEnvironmentActionInput$ = exports.GetDomainUnitOutput$ = exports.GetDomainUnitInput$ = exports.GetDomainOutput$ = exports.GetDomainInput$ = exports.GetDataSourceRunOutput$ = exports.GetDataSourceRunInput$ = exports.GetDataSourceOutput$ = exports.GetDataSourceInput$ = exports.GetDataProductOutput$ = exports.GetDataProductInput$ = exports.GetDataExportConfigurationOutput$ = exports.GetDataExportConfigurationInput$ = exports.GetConnectionOutput$ = exports.GetConnectionInput$ = void 0;
|
|
9
|
+
exports.LineageEventSummary$ = exports.LikeExpression$ = exports.LessThanOrEqualToExpression$ = exports.LessThanExpression$ = exports.LakeFormationConfiguration$ = exports.JobRunSummary$ = exports.JobRunError$ = exports.IsNullExpression$ = exports.IsNotNullExpression$ = exports.InExpression$ = exports.Import$ = exports.IamUserProfileDetails$ = exports.IamPropertiesPatch$ = exports.IamPropertiesOutput$ = exports.IamPropertiesInput$ = exports.HyperPodPropertiesOutput$ = exports.HyperPodPropertiesInput$ = exports.GroupProfileSummary$ = exports.GroupDetails$ = exports.GreaterThanOrEqualToExpression$ = exports.GreaterThanExpression$ = exports.GlueSelfGrantStatusOutput$ = exports.GlueRunConfigurationOutput$ = exports.GlueRunConfigurationInput$ = exports.GluePropertiesPatch$ = exports.GluePropertiesOutput$ = exports.GluePropertiesInput$ = exports.GlueOAuth2Credentials$ = exports.GlueConnectionPatch$ = exports.GlueConnectionInput$ = exports.GlueConnection$ = exports.GlossaryTermItemAdditionalAttributes$ = exports.GlossaryTermItem$ = exports.GlossaryTermEnforcementDetail$ = exports.GlossaryItemAdditionalAttributes$ = exports.GlossaryItem$ = exports.GetUserProfileOutput$ = exports.GetUserProfileInput$ = exports.GetTimeSeriesDataPointOutput$ = exports.GetTimeSeriesDataPointInput$ = exports.GetSubscriptionTargetOutput$ = exports.GetSubscriptionTargetInput$ = exports.GetSubscriptionRequestDetailsOutput$ = exports.GetSubscriptionRequestDetailsInput$ = exports.GetSubscriptionOutput$ = exports.GetSubscriptionInput$ = exports.GetSubscriptionGrantOutput$ = exports.GetSubscriptionGrantInput$ = exports.GetRuleOutput$ = exports.GetRuleInput$ = void 0;
|
|
10
|
+
exports.ListLineageEventsOutput$ = exports.ListLineageEventsInput$ = exports.ListJobRunsOutput$ = exports.ListJobRunsInput$ = exports.ListingSummaryItem$ = exports.ListingSummary$ = exports.ListingRevisionInput$ = exports.ListingRevision$ = exports.ListEnvironmentsOutput$ = exports.ListEnvironmentsInput$ = exports.ListEnvironmentProfilesOutput$ = exports.ListEnvironmentProfilesInput$ = exports.ListEnvironmentBlueprintsOutput$ = exports.ListEnvironmentBlueprintsInput$ = exports.ListEnvironmentBlueprintConfigurationsOutput$ = exports.ListEnvironmentBlueprintConfigurationsInput$ = exports.ListEnvironmentActionsOutput$ = exports.ListEnvironmentActionsInput$ = exports.ListEntityOwnersOutput$ = exports.ListEntityOwnersInput$ = exports.ListDomainUnitsForParentOutput$ = exports.ListDomainUnitsForParentInput$ = exports.ListDomainsOutput$ = exports.ListDomainsInput$ = exports.ListDataSourcesOutput$ = exports.ListDataSourcesInput$ = exports.ListDataSourceRunsOutput$ = exports.ListDataSourceRunsInput$ = exports.ListDataSourceRunActivitiesOutput$ = exports.ListDataSourceRunActivitiesInput$ = exports.ListDataProductRevisionsOutput$ = exports.ListDataProductRevisionsInput$ = exports.ListConnectionsOutput$ = exports.ListConnectionsInput$ = exports.ListAssetRevisionsOutput$ = exports.ListAssetRevisionsInput$ = exports.ListAssetFiltersOutput$ = exports.ListAssetFiltersInput$ = exports.ListAccountsInAccountPoolOutput$ = exports.ListAccountsInAccountPoolInput$ = exports.ListAccountPoolsOutput$ = exports.ListAccountPoolsInput$ = exports.LineageSyncSchedule$ = exports.LineageSqlQueryRunDetails$ = exports.LineageRunDetails$ = exports.LineageNodeTypeItem$ = exports.LineageNodeSummary$ = exports.LineageNodeReference$ = exports.LineageNodeItem$ = exports.LineageInfo$ = void 0;
|
|
11
|
+
exports.OverrideProjectOwnersPolicyGrantDetail$ = exports.OverrideDomainUnitOwnersPolicyGrantDetail$ = exports.OpenLineageRunEventSummary$ = exports.OAuth2Properties$ = exports.OAuth2ClientApplication$ = exports.NotLikeExpression$ = exports.NotInExpression$ = exports.NotificationResource$ = exports.NotificationOutput$ = exports.NotEqualToExpression$ = exports.NameIdentifier$ = exports.MlflowPropertiesPatch$ = exports.MlflowPropertiesOutput$ = exports.MlflowPropertiesInput$ = exports.MetadataGenerationRunTypeStat$ = exports.MetadataGenerationRunTarget$ = exports.MetadataGenerationRunItem$ = exports.MetadataFormSummary$ = exports.MetadataFormReference$ = exports.MetadataFormEnforcementDetail$ = exports.MatchOffset$ = exports.ManagedEndpointCredentials$ = exports.ListTimeSeriesDataPointsOutput$ = exports.ListTimeSeriesDataPointsInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSubscriptionTargetsOutput$ = exports.ListSubscriptionTargetsInput$ = exports.ListSubscriptionsOutput$ = exports.ListSubscriptionsInput$ = exports.ListSubscriptionRequestsOutput$ = exports.ListSubscriptionRequestsInput$ = exports.ListSubscriptionGrantsOutput$ = exports.ListSubscriptionGrantsInput$ = exports.ListRulesOutput$ = exports.ListRulesInput$ = exports.ListProjectsOutput$ = exports.ListProjectsInput$ = exports.ListProjectProfilesOutput$ = exports.ListProjectProfilesInput$ = exports.ListProjectMembershipsOutput$ = exports.ListProjectMembershipsInput$ = exports.ListPolicyGrantsOutput$ = exports.ListPolicyGrantsInput$ = exports.ListNotificationsOutput$ = exports.ListNotificationsInput$ = exports.ListMetadataGenerationRunsOutput$ = exports.ListMetadataGenerationRunsInput$ = exports.ListLineageNodeHistoryOutput$ = exports.ListLineageNodeHistoryInput$ = void 0;
|
|
12
|
+
exports.ResourceTag$ = exports.Resource$ = exports.RemovePolicyGrantOutput$ = exports.RemovePolicyGrantInput$ = exports.RemoveEntityOwnerOutput$ = exports.RemoveEntityOwnerInput$ = exports.RelationPattern$ = exports.RelationalFilterConfiguration$ = exports.RejectSubscriptionRequestOutput$ = exports.RejectSubscriptionRequestInput$ = exports.RejectRule$ = exports.RejectPredictionsOutput$ = exports.RejectPredictionsInput$ = exports.RejectChoice$ = exports.RedshiftServerlessStorage$ = exports.RedshiftSelfGrantStatusOutput$ = exports.RedshiftRunConfigurationOutput$ = exports.RedshiftRunConfigurationInput$ = exports.RedshiftPropertiesPatch$ = exports.RedshiftPropertiesOutput$ = exports.RedshiftPropertiesInput$ = exports.RedshiftLineageSyncConfigurationOutput$ = exports.RedshiftLineageSyncConfigurationInput$ = exports.RedshiftCredentialConfiguration$ = exports.RedshiftClusterStorage$ = exports.RecommendationConfiguration$ = exports.QueryGraphOutput$ = exports.QueryGraphInput$ = exports.PutEnvironmentBlueprintConfigurationOutput$ = exports.PutEnvironmentBlueprintConfigurationInput$ = exports.PutDataExportConfigurationOutput$ = exports.PutDataExportConfigurationInput$ = exports.ProjectSummary$ = exports.ProjectsForRule$ = exports.ProjectProfileSummary$ = exports.ProjectPolicyGrantPrincipal$ = exports.ProjectMember$ = exports.ProjectDeletionError$ = exports.PredictionConfiguration$ = exports.PostTimeSeriesDataPointsOutput$ = exports.PostTimeSeriesDataPointsInput$ = exports.PostLineageEventOutput$ = exports.PostLineageEventInput$ = exports.PolicyGrantMember$ = exports.PhysicalEndpoint$ = exports.PhysicalConnectionRequirements$ = exports.OwnerUserPropertiesOutput$ = exports.OwnerUserProperties$ = exports.OwnerGroupPropertiesOutput$ = exports.OwnerGroupProperties$ = void 0;
|
|
13
|
+
exports.SubscribedUser$ = exports.SubscribedProjectInput$ = exports.SubscribedProject$ = exports.SubscribedProductListing$ = exports.SubscribedListingInput$ = exports.SubscribedListing$ = exports.SubscribedIamPrincipalInput$ = exports.SubscribedIamPrincipal$ = exports.SubscribedGroupInput$ = exports.SubscribedGroup$ = exports.SubscribedAssetListing$ = exports.SubscribedAsset$ = exports.StartMetadataGenerationRunOutput$ = exports.StartMetadataGenerationRunInput$ = exports.StartDataSourceRunOutput$ = exports.StartDataSourceRunInput$ = exports.SsoUserProfileDetails$ = exports.SparkGluePropertiesOutput$ = exports.SparkGluePropertiesInput$ = exports.SparkGlueArgs$ = exports.SparkEmrPropertiesPatch$ = exports.SparkEmrPropertiesOutput$ = exports.SparkEmrPropertiesInput$ = exports.SingleSignOn$ = exports.SelfGrantStatusDetail$ = exports.SearchUserProfilesOutput$ = exports.SearchUserProfilesInput$ = exports.SearchTypesOutput$ = exports.SearchTypesInput$ = exports.SearchSort$ = exports.SearchOutput$ = exports.SearchListingsOutput$ = exports.SearchListingsInput$ = exports.SearchInput$ = exports.SearchInItem$ = exports.SearchGroupProfilesOutput$ = exports.SearchGroupProfilesInput$ = exports.ScheduleConfiguration$ = exports.SageMakerRunConfigurationOutput$ = exports.SageMakerRunConfigurationInput$ = exports.S3PropertiesPatch$ = exports.S3PropertiesOutput$ = exports.S3PropertiesInput$ = exports.RunStatisticsForAssets$ = exports.RuleSummary$ = exports.RuleScope$ = exports.RowFilterConfiguration$ = exports.RevokeSubscriptionOutput$ = exports.RevokeSubscriptionInput$ = exports.ResourceTagParameter$ = void 0;
|
|
14
|
+
exports.UpdateRuleInput$ = exports.UpdateRootDomainUnitOwnerOutput$ = exports.UpdateRootDomainUnitOwnerInput$ = exports.UpdateProjectProfileOutput$ = exports.UpdateProjectProfileInput$ = exports.UpdateProjectOutput$ = exports.UpdateProjectInput$ = exports.UpdateGroupProfileOutput$ = exports.UpdateGroupProfileInput$ = exports.UpdateGlossaryTermOutput$ = exports.UpdateGlossaryTermInput$ = exports.UpdateGlossaryOutput$ = exports.UpdateGlossaryInput$ = exports.UpdateEnvironmentProfileOutput$ = exports.UpdateEnvironmentProfileInput$ = exports.UpdateEnvironmentOutput$ = exports.UpdateEnvironmentInput$ = exports.UpdateEnvironmentBlueprintOutput$ = exports.UpdateEnvironmentBlueprintInput$ = exports.UpdateEnvironmentActionOutput$ = exports.UpdateEnvironmentActionInput$ = exports.UpdateDomainUnitOutput$ = exports.UpdateDomainUnitInput$ = exports.UpdateDomainOutput$ = exports.UpdateDomainInput$ = exports.UpdateDataSourceOutput$ = exports.UpdateDataSourceInput$ = exports.UpdateConnectionOutput$ = exports.UpdateConnectionInput$ = exports.UpdateAssetFilterOutput$ = exports.UpdateAssetFilterInput$ = exports.UpdateAccountPoolOutput$ = exports.UpdateAccountPoolInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Unit$ = exports.Topic$ = exports.TimeSeriesDataPointSummaryFormOutput$ = exports.TimeSeriesDataPointFormOutput$ = exports.TimeSeriesDataPointFormInput$ = exports.TextMatchItem$ = exports.TermRelations$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubscriptionTargetSummary$ = exports.SubscriptionTargetForm$ = exports.SubscriptionSummary$ = exports.SubscriptionRequestSummary$ = exports.SubscriptionGrantSummary$ = exports.SubscribedUserInput$ = void 0;
|
|
15
|
+
exports.RedshiftStorage$ = exports.RedshiftCredentials$ = exports.ProvisioningProperties$ = exports.ProvisioningConfiguration$ = exports.ProjectGrantFilter$ = exports.PolicyGrantPrincipal$ = exports.PolicyGrantDetail$ = exports.Permissions$ = exports.OwnerPropertiesOutput$ = exports.OwnerProperties$ = exports.Model$ = exports.MemberDetails$ = exports.Member$ = exports.MatchRationaleItem$ = exports.MatchClause$ = exports.ListingItem$ = exports.JobRunDetails$ = exports.GroupPolicyGrantPrincipal$ = exports.GrantedEntityInput$ = exports.GrantedEntity$ = exports.FilterClause$ = exports.EventSummary$ = exports.DomainUnitOwnerProperties$ = exports.DomainUnitGrantFilter$ = exports.DataSourceConfigurationOutput$ = exports.DataSourceConfigurationInput$ = exports.ConnectionPropertiesPatch$ = exports.ConnectionPropertiesOutput$ = exports.ConnectionPropertiesInput$ = exports.AwsAccount$ = exports.AssetFilterConfiguration$ = exports.ActionParameters$ = exports.AccountSource$ = exports.WorkflowsServerlessPropertiesOutput$ = exports.WorkflowsServerlessPropertiesInput$ = exports.WorkflowsMwaaPropertiesOutput$ = exports.WorkflowsMwaaPropertiesInput$ = exports.UserProfileSummary$ = exports.UsernamePassword$ = exports.UserDetails$ = exports.UseAssetTypePolicyGrantDetail$ = exports.UpdateUserProfileOutput$ = exports.UpdateUserProfileInput$ = exports.UpdateSubscriptionTargetOutput$ = exports.UpdateSubscriptionTargetInput$ = exports.UpdateSubscriptionRequestOutput$ = exports.UpdateSubscriptionRequestInput$ = exports.UpdateSubscriptionGrantStatusOutput$ = exports.UpdateSubscriptionGrantStatusInput$ = exports.UpdateRuleOutput$ = void 0;
|
|
16
|
+
exports.CreateRule$ = exports.CreateProjectProfile$ = exports.CreateProjectMembership$ = exports.CreateProject$ = exports.CreateListingChangeSet$ = exports.CreateGroupProfile$ = exports.CreateGlossaryTerm$ = exports.CreateGlossary$ = exports.CreateFormType$ = exports.CreateEnvironmentProfile$ = exports.CreateEnvironmentBlueprint$ = exports.CreateEnvironmentAction$ = exports.CreateEnvironment$ = exports.CreateDomainUnit$ = exports.CreateDomain$ = exports.CreateDataSource$ = exports.CreateDataProductRevision$ = exports.CreateDataProduct$ = exports.CreateConnection$ = exports.CreateAssetType$ = exports.CreateAssetRevision$ = exports.CreateAssetFilter$ = exports.CreateAsset$ = exports.CreateAccountPool$ = exports.CancelSubscription$ = exports.CancelMetadataGenerationRun$ = exports.BatchPutAttributesMetadata$ = exports.BatchGetAttributesMetadata$ = exports.AssociateGovernedTerms$ = exports.AssociateEnvironmentRole$ = exports.AddPolicyGrant$ = exports.AddEntityOwner$ = exports.AcceptSubscriptionRequest$ = exports.AcceptPredictions$ = exports.UserProfileDetails$ = exports.UserPolicyGrantPrincipal$ = exports.SubscribedPrincipalInput$ = exports.SubscribedPrincipal$ = exports.SubscribedListingItem$ = exports.SelfGrantStatusOutput$ = exports.SearchTypesResultItem$ = exports.SearchResultItem$ = exports.SearchInventoryResultItem$ = exports.RuleTarget$ = exports.RuleDetail$ = exports.RowFilterExpression$ = exports.RowFilter$ = exports.ResultItem$ = exports.Region$ = exports.RedshiftStorageProperties$ = void 0;
|
|
17
|
+
exports.GetEnvironmentProfile$ = exports.GetEnvironmentCredentials$ = exports.GetEnvironmentBlueprintConfiguration$ = exports.GetEnvironmentBlueprint$ = exports.GetEnvironmentAction$ = exports.GetEnvironment$ = exports.GetDomainUnit$ = exports.GetDomain$ = exports.GetDataSourceRun$ = exports.GetDataSource$ = exports.GetDataProduct$ = exports.GetDataExportConfiguration$ = exports.GetConnection$ = exports.GetAssetType$ = exports.GetAssetFilter$ = exports.GetAsset$ = exports.GetAccountPool$ = exports.DisassociateGovernedTerms$ = exports.DisassociateEnvironmentRole$ = exports.DeleteTimeSeriesDataPoints$ = exports.DeleteSubscriptionTarget$ = exports.DeleteSubscriptionRequest$ = exports.DeleteSubscriptionGrant$ = exports.DeleteRule$ = exports.DeleteProjectProfile$ = exports.DeleteProjectMembership$ = exports.DeleteProject$ = exports.DeleteListing$ = exports.DeleteGlossaryTerm$ = exports.DeleteGlossary$ = exports.DeleteFormType$ = exports.DeleteEnvironmentProfile$ = exports.DeleteEnvironmentBlueprintConfiguration$ = exports.DeleteEnvironmentBlueprint$ = exports.DeleteEnvironmentAction$ = exports.DeleteEnvironment$ = exports.DeleteDomainUnit$ = exports.DeleteDomain$ = exports.DeleteDataSource$ = exports.DeleteDataProduct$ = exports.DeleteDataExportConfiguration$ = exports.DeleteConnection$ = exports.DeleteAssetType$ = exports.DeleteAssetFilter$ = exports.DeleteAsset$ = exports.DeleteAccountPool$ = exports.CreateUserProfile$ = exports.CreateSubscriptionTarget$ = exports.CreateSubscriptionRequest$ = exports.CreateSubscriptionGrant$ = void 0;
|
|
18
|
+
exports.ListSubscriptionTargets$ = exports.ListSubscriptions$ = exports.ListSubscriptionRequests$ = exports.ListSubscriptionGrants$ = exports.ListRules$ = exports.ListProjects$ = exports.ListProjectProfiles$ = exports.ListProjectMemberships$ = exports.ListPolicyGrants$ = exports.ListNotifications$ = exports.ListMetadataGenerationRuns$ = exports.ListLineageNodeHistory$ = exports.ListLineageEvents$ = exports.ListJobRuns$ = exports.ListEnvironments$ = exports.ListEnvironmentProfiles$ = exports.ListEnvironmentBlueprints$ = exports.ListEnvironmentBlueprintConfigurations$ = exports.ListEnvironmentActions$ = exports.ListEntityOwners$ = exports.ListDomainUnitsForParent$ = exports.ListDomains$ = exports.ListDataSources$ = exports.ListDataSourceRuns$ = exports.ListDataSourceRunActivities$ = exports.ListDataProductRevisions$ = exports.ListConnections$ = exports.ListAssetRevisions$ = exports.ListAssetFilters$ = exports.ListAccountsInAccountPool$ = exports.ListAccountPools$ = exports.GetUserProfile$ = exports.GetTimeSeriesDataPoint$ = exports.GetSubscriptionTarget$ = exports.GetSubscriptionRequestDetails$ = exports.GetSubscriptionGrant$ = exports.GetSubscription$ = exports.GetRule$ = exports.GetProjectProfile$ = exports.GetProject$ = exports.GetMetadataGenerationRun$ = exports.GetListing$ = exports.GetLineageNode$ = exports.GetLineageEvent$ = exports.GetJobRun$ = exports.GetIamPortalLoginUrl$ = exports.GetGroupProfile$ = exports.GetGlossaryTerm$ = exports.GetGlossary$ = exports.GetFormType$ = void 0;
|
|
19
|
+
exports.UpdateUserProfile$ = exports.UpdateSubscriptionTarget$ = exports.UpdateSubscriptionRequest$ = exports.UpdateSubscriptionGrantStatus$ = exports.UpdateRule$ = exports.UpdateRootDomainUnitOwner$ = exports.UpdateProjectProfile$ = exports.UpdateProject$ = exports.UpdateGroupProfile$ = exports.UpdateGlossaryTerm$ = exports.UpdateGlossary$ = exports.UpdateEnvironmentProfile$ = exports.UpdateEnvironmentBlueprint$ = exports.UpdateEnvironmentAction$ = exports.UpdateEnvironment$ = exports.UpdateDomainUnit$ = exports.UpdateDomain$ = exports.UpdateDataSource$ = exports.UpdateConnection$ = exports.UpdateAssetFilter$ = exports.UpdateAccountPool$ = exports.UntagResource$ = exports.TagResource$ = exports.StartMetadataGenerationRun$ = exports.StartDataSourceRun$ = exports.SearchUserProfiles$ = exports.SearchTypes$ = exports.SearchListings$ = exports.SearchGroupProfiles$ = exports.Search$ = exports.RevokeSubscription$ = exports.RemovePolicyGrant$ = exports.RemoveEntityOwner$ = exports.RejectSubscriptionRequest$ = exports.RejectPredictions$ = exports.QueryGraph$ = exports.PutEnvironmentBlueprintConfiguration$ = exports.PutDataExportConfiguration$ = exports.PostTimeSeriesDataPoints$ = exports.PostLineageEvent$ = exports.ListTimeSeriesDataPoints$ = exports.ListTagsForResource$ = void 0;
|
|
20
20
|
const _A = "Attributes";
|
|
21
|
-
const _AA = "
|
|
21
|
+
const _AA = "AdditionalAttributes";
|
|
22
22
|
const _AAN = "AwsAccountName";
|
|
23
23
|
const _AAS = "AcceptedAssetScope";
|
|
24
24
|
const _AASc = "AcceptedAssetScopes";
|
|
25
|
+
const _AAw = "AwsAccount";
|
|
25
26
|
const _AC = "AcceptChoice";
|
|
26
27
|
const _ACI = "AuthenticationConfigurationInput";
|
|
27
28
|
const _ACLP = "AwsConsoleLinkParameters";
|
|
@@ -371,11 +372,12 @@ const _EFR = "EnvironmentFailureReasons";
|
|
|
371
372
|
const _EFRL = "EnvironmentFailureReasonsList";
|
|
372
373
|
const _EN = "EnvironmentName";
|
|
373
374
|
const _EO = "EntityOwners";
|
|
374
|
-
const _EP = "
|
|
375
|
+
const _EP = "EntityPattern";
|
|
375
376
|
const _EPL = "EnvironmentParametersList";
|
|
376
377
|
const _EPN = "EnvironmentProfileName";
|
|
377
378
|
const _EPS = "EnvironmentProfileSummary";
|
|
378
379
|
const _EPSn = "EnvironmentProfileSummaries";
|
|
380
|
+
const _EPn = "EnvironmentParameter";
|
|
379
381
|
const _ERA = "EnvironmentResolvedAccount";
|
|
380
382
|
const _ES = "EnvironmentSummary";
|
|
381
383
|
const _ESn = "EnvironmentSummaries";
|
|
@@ -628,7 +630,8 @@ const _LMGR = "ListMetadataGenerationRuns";
|
|
|
628
630
|
const _LMGRI = "ListMetadataGenerationRunsInput";
|
|
629
631
|
const _LMGRO = "ListMetadataGenerationRunsOutput";
|
|
630
632
|
const _LN = "LastName";
|
|
631
|
-
const _LNI = "
|
|
633
|
+
const _LNI = "LineageNodeItem";
|
|
634
|
+
const _LNIi = "ListNotificationsInput";
|
|
632
635
|
const _LNO = "ListNotificationsOutput";
|
|
633
636
|
const _LNR = "LineageNodeReference";
|
|
634
637
|
const _LNRL = "LineageNodeReferenceList";
|
|
@@ -681,6 +684,8 @@ const _LTSDP = "ListTimeSeriesDataPoints";
|
|
|
681
684
|
const _LTSDPI = "ListTimeSeriesDataPointsInput";
|
|
682
685
|
const _LTSDPO = "ListTimeSeriesDataPointsOutput";
|
|
683
686
|
const _M = "Message";
|
|
687
|
+
const _MC = "MatchClauses";
|
|
688
|
+
const _MCa = "MatchClause";
|
|
684
689
|
const _MD = "MemberDetails";
|
|
685
690
|
const _MEC = "ManagedEndpointCredentials";
|
|
686
691
|
const _MF = "MetadataForms";
|
|
@@ -762,6 +767,9 @@ const _PTSDP = "PostTimeSeriesDataPoints";
|
|
|
762
767
|
const _PTSDPI = "PostTimeSeriesDataPointsInput";
|
|
763
768
|
const _PTSDPO = "PostTimeSeriesDataPointsOutput";
|
|
764
769
|
const _Pe = "Permissions";
|
|
770
|
+
const _QG = "QueryGraph";
|
|
771
|
+
const _QGI = "QueryGraphInput";
|
|
772
|
+
const _QGO = "QueryGraphOutput";
|
|
765
773
|
const _R = "Resource";
|
|
766
774
|
const _RC = "RecommendationConfiguration";
|
|
767
775
|
const _RCC = "RedshiftCredentialConfiguration";
|
|
@@ -779,13 +787,15 @@ const _RFCe = "RelationalFilterConfigurations";
|
|
|
779
787
|
const _RFCo = "RowFilterConfiguration";
|
|
780
788
|
const _RFE = "RowFilterExpression";
|
|
781
789
|
const _RFL = "RowFilterList";
|
|
790
|
+
const _RI = "ResultItem";
|
|
791
|
+
const _RIL = "ResultItemList";
|
|
782
792
|
const _RL = "ResourceList";
|
|
783
793
|
const _RLSCI = "RedshiftLineageSyncConfigurationInput";
|
|
784
794
|
const _RLSCO = "RedshiftLineageSyncConfigurationOutput";
|
|
785
795
|
const _RMFL = "RequiredMetadataFormList";
|
|
786
796
|
const _RN = "RuleName";
|
|
787
797
|
const _RNFE = "ResourceNotFoundException";
|
|
788
|
-
const _RP = "
|
|
798
|
+
const _RP = "RelationPattern";
|
|
789
799
|
const _RPG = "RemovePolicyGrant";
|
|
790
800
|
const _RPGI = "RemovePolicyGrantInput";
|
|
791
801
|
const _RPGO = "RemovePolicyGrantOutput";
|
|
@@ -795,6 +805,7 @@ const _RPM = "RegionalParameterMap";
|
|
|
795
805
|
const _RPO = "RedshiftPropertiesOutput";
|
|
796
806
|
const _RPOe = "RejectPredictionsOutput";
|
|
797
807
|
const _RPP = "RedshiftPropertiesPatch";
|
|
808
|
+
const _RPe = "RejectPredictions";
|
|
798
809
|
const _RR = "RequestReason";
|
|
799
810
|
const _RRCI = "RedshiftRunConfigurationInput";
|
|
800
811
|
const _RRCO = "RedshiftRunConfigurationOutput";
|
|
@@ -1121,6 +1132,7 @@ const _dER = "domainExecutionRole";
|
|
|
1121
1132
|
const _dI = "domainIdentifier";
|
|
1122
1133
|
const _dIe = "deploymentId";
|
|
1123
1134
|
const _dIo = "domainId";
|
|
1135
|
+
const _dLNI = "downstreamLineageNodeIds";
|
|
1124
1136
|
const _dM = "deploymentMode";
|
|
1125
1137
|
const _dN = "downstreamNodes";
|
|
1126
1138
|
const _dNa = "databaseName";
|
|
@@ -1181,6 +1193,7 @@ const _eO = "endOffset";
|
|
|
1181
1193
|
const _eP = "environmentParameters";
|
|
1182
1194
|
const _ePI = "environmentProfileIdentifier";
|
|
1183
1195
|
const _ePIn = "environmentProfileId";
|
|
1196
|
+
const _ePn = "entityPattern";
|
|
1184
1197
|
const _eR = "entityRevision";
|
|
1185
1198
|
const _eRA = "environmentRoleArn";
|
|
1186
1199
|
const _eRAn = "environmentResolvedAccount";
|
|
@@ -1214,8 +1227,9 @@ const _fC = "failureCause";
|
|
|
1214
1227
|
const _fE = "filterExpressions";
|
|
1215
1228
|
const _fI = "filterIds";
|
|
1216
1229
|
const _fIo = "formsInput";
|
|
1217
|
-
const _fN = "
|
|
1230
|
+
const _fN = "formNames";
|
|
1218
1231
|
const _fNi = "firstName";
|
|
1232
|
+
const _fNo = "formName";
|
|
1219
1233
|
const _fO = "formsOutput";
|
|
1220
1234
|
const _fR = "failureReasons";
|
|
1221
1235
|
const _fRCA = "firstRevisionCreatedAt";
|
|
@@ -1320,6 +1334,7 @@ const _lI = "listingId";
|
|
|
1320
1334
|
const _lJI = "lineageJobId";
|
|
1321
1335
|
const _lN = "lastName";
|
|
1322
1336
|
const _lNTI = "lineageNodeTypeItem";
|
|
1337
|
+
const _lNi = "lineageNode";
|
|
1323
1338
|
const _lR = "listingRevision";
|
|
1324
1339
|
const _lRA = "lastRunAt";
|
|
1325
1340
|
const _lRAC = "lastRunAssetCount";
|
|
@@ -1356,9 +1371,11 @@ const _mFED = "metadataFormEnforcementDetail";
|
|
|
1356
1371
|
const _mFS = "metadataFormsSummary";
|
|
1357
1372
|
const _mO = "matchOffsets";
|
|
1358
1373
|
const _mP = "mlflowProperties";
|
|
1374
|
+
const _mPL = "maxPathLength";
|
|
1359
1375
|
const _mR = "matchRationale";
|
|
1360
1376
|
const _mRa = "maxResults";
|
|
1361
1377
|
const _ma = "managed";
|
|
1378
|
+
const _mat = "match";
|
|
1362
1379
|
const _me = "member";
|
|
1363
1380
|
const _mem = "members";
|
|
1364
1381
|
const _mes = "messages";
|
|
@@ -1451,6 +1468,7 @@ const _rC = "rejectChoices";
|
|
|
1451
1468
|
const _rCC = "redshiftCredentialConfiguration";
|
|
1452
1469
|
const _rCS = "redshiftClusterSource";
|
|
1453
1470
|
const _rCo = "rowConfiguration";
|
|
1471
|
+
const _rD = "relationDirection";
|
|
1454
1472
|
const _rDUI = "rootDomainUnitId";
|
|
1455
1473
|
const _rF = "rowFilter";
|
|
1456
1474
|
const _rFC = "relationalFilterConfigurations";
|
|
@@ -1466,6 +1484,7 @@ const _rP = "retainPermissions";
|
|
|
1466
1484
|
const _rPORF = "retainPermissionsOnRevokeFailure";
|
|
1467
1485
|
const _rPe = "regionalParameters";
|
|
1468
1486
|
const _rPed = "redshiftProperties";
|
|
1487
|
+
const _rPel = "relationPattern";
|
|
1469
1488
|
const _rPes = "resolvedParameters";
|
|
1470
1489
|
const _rR = "requestReason";
|
|
1471
1490
|
const _rRC = "redshiftRunConfiguration";
|
|
@@ -1479,6 +1498,7 @@ const _rSe = "redshiftStorage";
|
|
|
1479
1498
|
const _rT = "resourceTags";
|
|
1480
1499
|
const _rTD = "redshiftTempDir";
|
|
1481
1500
|
const _rTe = "refreshToken";
|
|
1501
|
+
const _rTel = "relationType";
|
|
1482
1502
|
const _rTu = "ruleType";
|
|
1483
1503
|
const _rU = "redirectUri";
|
|
1484
1504
|
const _re = "recommendation";
|
|
@@ -1600,6 +1620,7 @@ const _uAs = "userAssignment";
|
|
|
1600
1620
|
const _uB = "updatedBy";
|
|
1601
1621
|
const _uI = "userIdentifier";
|
|
1602
1622
|
const _uIs = "userId";
|
|
1623
|
+
const _uLNI = "upstreamLineageNodeIds";
|
|
1603
1624
|
const _uMCACI = "userManagedClientApplicationClientId";
|
|
1604
1625
|
const _uMCACS = "userManagedClientApplicationClientSecret";
|
|
1605
1626
|
const _uN = "userName";
|
|
@@ -1777,6 +1798,11 @@ exports.AddEntityOwnerOutput$ = [3, n0, _AEOO,
|
|
|
1777
1798
|
[],
|
|
1778
1799
|
[]
|
|
1779
1800
|
];
|
|
1801
|
+
exports.AdditionalAttributes$ = [3, n0, _AA,
|
|
1802
|
+
0,
|
|
1803
|
+
[_fN],
|
|
1804
|
+
[64 | 0]
|
|
1805
|
+
];
|
|
1780
1806
|
exports.AddPolicyGrantInput$ = [3, n0, _APGI,
|
|
1781
1807
|
0,
|
|
1782
1808
|
[_dI, _eT, _eI, _pTo, _p, _d, _cT],
|
|
@@ -2679,8 +2705,8 @@ exports.DeleteSubscriptionTargetInput$ = [3, n0, _DSTI,
|
|
|
2679
2705
|
];
|
|
2680
2706
|
exports.DeleteTimeSeriesDataPointsInput$ = [3, n0, _DTSDPI,
|
|
2681
2707
|
0,
|
|
2682
|
-
[_dI, _eI, _eT,
|
|
2683
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]:
|
|
2708
|
+
[_dI, _eI, _eT, _fNo, _cT],
|
|
2709
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fNo }], [0, { [_hQ]: _cT, [_iTd]: 1 }]], 4
|
|
2684
2710
|
];
|
|
2685
2711
|
exports.DeleteTimeSeriesDataPointsOutput$ = [3, n0, _DTSDPO,
|
|
2686
2712
|
0,
|
|
@@ -2762,6 +2788,11 @@ exports.EncryptionConfiguration$ = [3, n0, _EC,
|
|
|
2762
2788
|
[_kKA, _sAs],
|
|
2763
2789
|
[0, 0]
|
|
2764
2790
|
];
|
|
2791
|
+
exports.EntityPattern$ = [3, n0, _EP,
|
|
2792
|
+
0,
|
|
2793
|
+
[_eT, _i, _fi],
|
|
2794
|
+
[0, 0, () => exports.FilterClause$], 2
|
|
2795
|
+
];
|
|
2765
2796
|
exports.EnvironmentActionSummary$ = [3, n0, _EAS,
|
|
2766
2797
|
0,
|
|
2767
2798
|
[_dIo, _eInvi, _id, _n, _par, _de],
|
|
@@ -2807,7 +2838,7 @@ exports.EnvironmentError$ = [3, n0, _EE,
|
|
|
2807
2838
|
[_m, _cod],
|
|
2808
2839
|
[0, 0], 1
|
|
2809
2840
|
];
|
|
2810
|
-
exports.EnvironmentParameter$ = [3, n0,
|
|
2841
|
+
exports.EnvironmentParameter$ = [3, n0, _EPn,
|
|
2811
2842
|
0,
|
|
2812
2843
|
[_n, _v],
|
|
2813
2844
|
[0, 0]
|
|
@@ -2859,12 +2890,12 @@ exports.FormEntryOutput$ = [3, n0, _FEO,
|
|
|
2859
2890
|
];
|
|
2860
2891
|
exports.FormInput$ = [3, n0, _FI,
|
|
2861
2892
|
8,
|
|
2862
|
-
[
|
|
2893
|
+
[_fNo, _tI, _tR, _cont],
|
|
2863
2894
|
[0, 0, 0, 0], 1
|
|
2864
2895
|
];
|
|
2865
2896
|
exports.FormOutput$ = [3, n0, _FO,
|
|
2866
2897
|
0,
|
|
2867
|
-
[
|
|
2898
|
+
[_fNo, _tNy, _tR, _cont],
|
|
2868
2899
|
[0, [() => FormTypeName, 0], 0, 0], 1
|
|
2869
2900
|
];
|
|
2870
2901
|
exports.FormTypeData$ = [3, n0, _FTD,
|
|
@@ -3214,12 +3245,12 @@ exports.GetSubscriptionTargetOutput$ = [3, n0, _GSTO,
|
|
|
3214
3245
|
];
|
|
3215
3246
|
exports.GetTimeSeriesDataPointInput$ = [3, n0, _GTSDPI,
|
|
3216
3247
|
0,
|
|
3217
|
-
[_dI, _eI, _eT, _i,
|
|
3218
|
-
[[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hQ]:
|
|
3248
|
+
[_dI, _eI, _eT, _i, _fNo],
|
|
3249
|
+
[[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fNo }]], 5
|
|
3219
3250
|
];
|
|
3220
3251
|
exports.GetTimeSeriesDataPointOutput$ = [3, n0, _GTSDPO,
|
|
3221
3252
|
0,
|
|
3222
|
-
[_dIo, _eIn, _eT,
|
|
3253
|
+
[_dIo, _eIn, _eT, _fNo, _fo],
|
|
3223
3254
|
[0, 0, 0, 0, () => exports.TimeSeriesDataPointFormOutput$]
|
|
3224
3255
|
];
|
|
3225
3256
|
exports.GetUserProfileInput$ = [3, n0, _GUPI,
|
|
@@ -3417,6 +3448,11 @@ exports.LineageInfo$ = [3, n0, _LI,
|
|
|
3417
3448
|
[_eIv, _eSve, _eM],
|
|
3418
3449
|
[0, 0, 0]
|
|
3419
3450
|
];
|
|
3451
|
+
exports.LineageNodeItem$ = [3, n0, _LNI,
|
|
3452
|
+
0,
|
|
3453
|
+
[_dIo, _id, _tNy, _n, _de, _cA, _cB, _uA, _uB, _tR, _sIo, _eTve, _fO, _uLNI, _dLNI],
|
|
3454
|
+
[0, 0, 0, 0, 0, 4, 0, 4, 0, 0, 0, 4, [() => FormOutputList, 0], 64 | 0, 64 | 0], 3
|
|
3455
|
+
];
|
|
3420
3456
|
exports.LineageNodeReference$ = [3, n0, _LNR,
|
|
3421
3457
|
0,
|
|
3422
3458
|
[_id, _eTve],
|
|
@@ -3677,7 +3713,7 @@ exports.ListMetadataGenerationRunsOutput$ = [3, n0, _LMGRO,
|
|
|
3677
3713
|
[_it, _nT],
|
|
3678
3714
|
[() => MetadataGenerationRuns, 0]
|
|
3679
3715
|
];
|
|
3680
|
-
exports.ListNotificationsInput$ = [3, n0,
|
|
3716
|
+
exports.ListNotificationsInput$ = [3, n0, _LNIi,
|
|
3681
3717
|
0,
|
|
3682
3718
|
[_dI, _ty, _aTf, _bT, _su, _tSa, _mRa, _nT],
|
|
3683
3719
|
[[0, 1], [0, { [_hQ]: _ty }], [4, { [_hQ]: _aTf }], [4, { [_hQ]: _bT }], [64 | 0, { [_hQ]: _su }], [0, { [_hQ]: _tSa }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
|
|
@@ -3789,8 +3825,8 @@ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
3789
3825
|
];
|
|
3790
3826
|
exports.ListTimeSeriesDataPointsInput$ = [3, n0, _LTSDPI,
|
|
3791
3827
|
0,
|
|
3792
|
-
[_dI, _eI, _eT,
|
|
3793
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]:
|
|
3828
|
+
[_dI, _eI, _eT, _fNo, _sAt, _eAn, _nT, _mRa],
|
|
3829
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _fNo }], [4, { [_hQ]: _sAt }], [4, { [_hQ]: _eAn }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 4
|
|
3794
3830
|
];
|
|
3795
3831
|
exports.ListTimeSeriesDataPointsOutput$ = [3, n0, _LTSDPO,
|
|
3796
3832
|
0,
|
|
@@ -3819,7 +3855,7 @@ exports.MetadataFormReference$ = [3, n0, _MFR,
|
|
|
3819
3855
|
];
|
|
3820
3856
|
exports.MetadataFormSummary$ = [3, n0, _MFS,
|
|
3821
3857
|
0,
|
|
3822
|
-
[_tNy, _tR,
|
|
3858
|
+
[_tNy, _tR, _fNo],
|
|
3823
3859
|
[[() => FormTypeName, 0], 0, 0], 2
|
|
3824
3860
|
];
|
|
3825
3861
|
exports.MetadataGenerationRunItem$ = [3, n0, _MGRI,
|
|
@@ -4017,6 +4053,16 @@ exports.PutEnvironmentBlueprintConfigurationOutput$ = [3, n0, _PEBCO,
|
|
|
4017
4053
|
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCro],
|
|
4018
4054
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
4019
4055
|
];
|
|
4056
|
+
exports.QueryGraphInput$ = [3, n0, _QGI,
|
|
4057
|
+
0,
|
|
4058
|
+
[_dI, _mat, _mRa, _nT, _aA],
|
|
4059
|
+
[[0, 1], () => MatchClauses, [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], () => exports.AdditionalAttributes$], 2
|
|
4060
|
+
];
|
|
4061
|
+
exports.QueryGraphOutput$ = [3, n0, _QGO,
|
|
4062
|
+
0,
|
|
4063
|
+
[_it, _nT],
|
|
4064
|
+
[[() => ResultItemList, 0], 0]
|
|
4065
|
+
];
|
|
4020
4066
|
exports.RecommendationConfiguration$ = [3, n0, _RC,
|
|
4021
4067
|
0,
|
|
4022
4068
|
[_eBNG],
|
|
@@ -4112,6 +4158,11 @@ exports.RelationalFilterConfiguration$ = [3, n0, _RFC,
|
|
|
4112
4158
|
[_dNa, _sN, _fE],
|
|
4113
4159
|
[0, 0, () => FilterExpressions], 1
|
|
4114
4160
|
];
|
|
4161
|
+
exports.RelationPattern$ = [3, n0, _RP,
|
|
4162
|
+
0,
|
|
4163
|
+
[_rTel, _rD, _mPL],
|
|
4164
|
+
[0, 0, 1], 2
|
|
4165
|
+
];
|
|
4115
4166
|
exports.RemoveEntityOwnerInput$ = [3, n0, _REOI,
|
|
4116
4167
|
0,
|
|
4117
4168
|
[_dI, _eT, _eI, _o, _cT],
|
|
@@ -4414,7 +4465,7 @@ exports.SubscriptionSummary$ = [3, n0, _SSu,
|
|
|
4414
4465
|
];
|
|
4415
4466
|
exports.SubscriptionTargetForm$ = [3, n0, _STF,
|
|
4416
4467
|
0,
|
|
4417
|
-
[
|
|
4468
|
+
[_fNo, _cont],
|
|
4418
4469
|
[0, 0], 2
|
|
4419
4470
|
];
|
|
4420
4471
|
exports.SubscriptionTargetSummary$ = [3, n0, _STS,
|
|
@@ -4444,17 +4495,17 @@ exports.TextMatchItem$ = [3, n0, _TMI,
|
|
|
4444
4495
|
];
|
|
4445
4496
|
exports.TimeSeriesDataPointFormInput$ = [3, n0, _TSDPFI,
|
|
4446
4497
|
0,
|
|
4447
|
-
[
|
|
4498
|
+
[_fNo, _tI, _ti, _tR, _cont],
|
|
4448
4499
|
[0, 0, 4, 0, 0], 3
|
|
4449
4500
|
];
|
|
4450
4501
|
exports.TimeSeriesDataPointFormOutput$ = [3, n0, _TSDPFO,
|
|
4451
4502
|
0,
|
|
4452
|
-
[
|
|
4503
|
+
[_fNo, _tI, _ti, _tR, _cont, _id],
|
|
4453
4504
|
[0, 0, 4, 0, 0, 0], 3
|
|
4454
4505
|
];
|
|
4455
4506
|
exports.TimeSeriesDataPointSummaryFormOutput$ = [3, n0, _TSDPSFO,
|
|
4456
4507
|
0,
|
|
4457
|
-
[
|
|
4508
|
+
[_fNo, _tI, _ti, _tR, _cS, _id],
|
|
4458
4509
|
[0, 0, 4, 0, 0, 0], 3
|
|
4459
4510
|
];
|
|
4460
4511
|
exports.Topic$ = [3, n0, _To,
|
|
@@ -4888,6 +4939,7 @@ var FormInputList = [1, n0, _FIL,
|
|
|
4888
4939
|
8, [() => exports.FormInput$,
|
|
4889
4940
|
0]
|
|
4890
4941
|
];
|
|
4942
|
+
var FormNameList = 64 | 0;
|
|
4891
4943
|
var FormOutputList = [1, n0, _FOL,
|
|
4892
4944
|
0, [() => exports.FormOutput$,
|
|
4893
4945
|
0]
|
|
@@ -4911,6 +4963,7 @@ var JobRunSummaries = [1, n0, _JRSo,
|
|
|
4911
4963
|
var LineageEventSummaries = [1, n0, _LESi,
|
|
4912
4964
|
0, () => exports.LineageEventSummary$
|
|
4913
4965
|
];
|
|
4966
|
+
var LineageNodeIds = 64 | 0;
|
|
4914
4967
|
var LineageNodeReferenceList = [1, n0, _LNRL,
|
|
4915
4968
|
0, () => exports.LineageNodeReference$
|
|
4916
4969
|
];
|
|
@@ -4928,6 +4981,9 @@ var ListingSummaryItems = [1, n0, _LSIis,
|
|
|
4928
4981
|
0, [() => exports.ListingSummaryItem$,
|
|
4929
4982
|
0]
|
|
4930
4983
|
];
|
|
4984
|
+
var MatchClauses = [1, n0, _MC,
|
|
4985
|
+
0, () => exports.MatchClause$
|
|
4986
|
+
];
|
|
4931
4987
|
var MatchCriteria = 64 | 0;
|
|
4932
4988
|
var MatchOffsets = [1, n0, _MOa,
|
|
4933
4989
|
0, () => exports.MatchOffset$
|
|
@@ -5004,6 +5060,10 @@ var ResourceList = [1, n0, _RL,
|
|
|
5004
5060
|
var ResourceTags = [1, n0, _RTe,
|
|
5005
5061
|
0, () => exports.ResourceTag$
|
|
5006
5062
|
];
|
|
5063
|
+
var ResultItemList = [1, n0, _RIL,
|
|
5064
|
+
0, [() => exports.ResultItem$,
|
|
5065
|
+
0]
|
|
5066
|
+
];
|
|
5007
5067
|
var RowFilterList = [1, n0, _RFL,
|
|
5008
5068
|
0, () => exports.RowFilter$
|
|
5009
5069
|
];
|
|
@@ -5133,7 +5193,7 @@ exports.AssetFilterConfiguration$ = [4, n0, _AFC,
|
|
|
5133
5193
|
[_cCo, _rCo],
|
|
5134
5194
|
[() => exports.ColumnFilterConfiguration$, () => exports.RowFilterConfiguration$]
|
|
5135
5195
|
];
|
|
5136
|
-
exports.AwsAccount$ = [4, n0,
|
|
5196
|
+
exports.AwsAccount$ = [4, n0, _AAw,
|
|
5137
5197
|
0,
|
|
5138
5198
|
[_aAI, _aAIP],
|
|
5139
5199
|
[0, 0]
|
|
@@ -5208,6 +5268,11 @@ exports.ListingItem$ = [4, n0, _LIi,
|
|
|
5208
5268
|
[_aLss, _dPL],
|
|
5209
5269
|
[[() => exports.AssetListing$, 0], [() => exports.DataProductListing$, 0]]
|
|
5210
5270
|
];
|
|
5271
|
+
exports.MatchClause$ = [4, n0, _MCa,
|
|
5272
|
+
0,
|
|
5273
|
+
[_rPel, _ePn],
|
|
5274
|
+
[() => exports.RelationPattern$, () => exports.EntityPattern$]
|
|
5275
|
+
];
|
|
5211
5276
|
exports.MatchRationaleItem$ = [4, n0, _MRI,
|
|
5212
5277
|
0,
|
|
5213
5278
|
[_tM],
|
|
@@ -5288,6 +5353,11 @@ exports.Region$ = [4, n0, _Re,
|
|
|
5288
5353
|
[_rN, _rNP],
|
|
5289
5354
|
[0, 0]
|
|
5290
5355
|
];
|
|
5356
|
+
exports.ResultItem$ = [4, n0, _RI,
|
|
5357
|
+
0,
|
|
5358
|
+
[_lNi],
|
|
5359
|
+
[[() => exports.LineageNodeItem$, 0]]
|
|
5360
|
+
];
|
|
5291
5361
|
exports.RowFilter$ = [4, n0, _RF,
|
|
5292
5362
|
0,
|
|
5293
5363
|
[_exp, _an, _or_],
|
|
@@ -5773,7 +5843,10 @@ exports.PutDataExportConfiguration$ = [9, n0, _PDEC,
|
|
|
5773
5843
|
exports.PutEnvironmentBlueprintConfiguration$ = [9, n0, _PEBC,
|
|
5774
5844
|
{ [_ht]: ["PUT", "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", 200] }, () => exports.PutEnvironmentBlueprintConfigurationInput$, () => exports.PutEnvironmentBlueprintConfigurationOutput$
|
|
5775
5845
|
];
|
|
5776
|
-
exports.
|
|
5846
|
+
exports.QueryGraph$ = [9, n0, _QG,
|
|
5847
|
+
{ [_ht]: ["POST", "/v2/domains/{domainIdentifier}/graph/query", 200] }, () => exports.QueryGraphInput$, () => exports.QueryGraphOutput$
|
|
5848
|
+
];
|
|
5849
|
+
exports.RejectPredictions$ = [9, n0, _RPe,
|
|
5777
5850
|
{ [_ht]: ["PUT", "/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions", 200] }, () => exports.RejectPredictionsInput$, () => exports.RejectPredictionsOutput$
|
|
5778
5851
|
];
|
|
5779
5852
|
exports.RejectSubscriptionRequest$ = [9, n0, _RSR,
|
package/dist-es/DataZone.js
CHANGED
|
@@ -139,6 +139,7 @@ import { PostLineageEventCommand, } from "./commands/PostLineageEventCommand";
|
|
|
139
139
|
import { PostTimeSeriesDataPointsCommand, } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
140
140
|
import { PutDataExportConfigurationCommand, } from "./commands/PutDataExportConfigurationCommand";
|
|
141
141
|
import { PutEnvironmentBlueprintConfigurationCommand, } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
142
|
+
import { QueryGraphCommand } from "./commands/QueryGraphCommand";
|
|
142
143
|
import { RejectPredictionsCommand, } from "./commands/RejectPredictionsCommand";
|
|
143
144
|
import { RejectSubscriptionRequestCommand, } from "./commands/RejectSubscriptionRequestCommand";
|
|
144
145
|
import { RemoveEntityOwnerCommand, } from "./commands/RemoveEntityOwnerCommand";
|
|
@@ -207,6 +208,7 @@ import { paginateListSubscriptionRequests } from "./pagination/ListSubscriptionR
|
|
|
207
208
|
import { paginateListSubscriptions } from "./pagination/ListSubscriptionsPaginator";
|
|
208
209
|
import { paginateListSubscriptionTargets } from "./pagination/ListSubscriptionTargetsPaginator";
|
|
209
210
|
import { paginateListTimeSeriesDataPoints } from "./pagination/ListTimeSeriesDataPointsPaginator";
|
|
211
|
+
import { paginateQueryGraph } from "./pagination/QueryGraphPaginator";
|
|
210
212
|
import { paginateSearchGroupProfiles } from "./pagination/SearchGroupProfilesPaginator";
|
|
211
213
|
import { paginateSearchListings } from "./pagination/SearchListingsPaginator";
|
|
212
214
|
import { paginateSearch } from "./pagination/SearchPaginator";
|
|
@@ -353,6 +355,7 @@ const commands = {
|
|
|
353
355
|
PostTimeSeriesDataPointsCommand,
|
|
354
356
|
PutDataExportConfigurationCommand,
|
|
355
357
|
PutEnvironmentBlueprintConfigurationCommand,
|
|
358
|
+
QueryGraphCommand,
|
|
356
359
|
RejectPredictionsCommand,
|
|
357
360
|
RejectSubscriptionRequestCommand,
|
|
358
361
|
RemoveEntityOwnerCommand,
|
|
@@ -422,6 +425,7 @@ const paginators = {
|
|
|
422
425
|
paginateListSubscriptions,
|
|
423
426
|
paginateListSubscriptionTargets,
|
|
424
427
|
paginateListTimeSeriesDataPoints,
|
|
428
|
+
paginateQueryGraph,
|
|
425
429
|
paginateSearch,
|
|
426
430
|
paginateSearchGroupProfiles,
|
|
427
431
|
paginateSearchListings,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { QueryGraph$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class QueryGraphCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("DataZone", "QueryGraph", {})
|
|
13
|
+
.n("DataZoneClient", "QueryGraphCommand")
|
|
14
|
+
.sc(QueryGraph$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -138,6 +138,7 @@ export * from "./PostLineageEventCommand";
|
|
|
138
138
|
export * from "./PostTimeSeriesDataPointsCommand";
|
|
139
139
|
export * from "./PutDataExportConfigurationCommand";
|
|
140
140
|
export * from "./PutEnvironmentBlueprintConfigurationCommand";
|
|
141
|
+
export * from "./QueryGraphCommand";
|
|
141
142
|
export * from "./RejectPredictionsCommand";
|
|
142
143
|
export * from "./RejectSubscriptionRequestCommand";
|
|
143
144
|
export * from "./RemoveEntityOwnerCommand";
|