@aws-sdk/client-datazone 3.1030.0 → 3.1032.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/dist-cjs/index.js +9 -7
- package/dist-cjs/schemas/schemas_0.js +65 -48
- package/dist-es/models/enums.js +9 -7
- package/dist-es/schemas/schemas_0.js +57 -40
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupProfileCommand.d.ts +4 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +12 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +4 -1
- package/dist-types/commands/GetGroupProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetProjectCommand.d.ts +1 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +2 -0
- package/dist-types/commands/GetUserProfileCommand.d.ts +3 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +2 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +3 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -0
- package/dist-types/models/enums.d.ts +17 -15
- package/dist-types/models/models_0.d.ts +105 -60
- package/dist-types/models/models_1.d.ts +52 -27
- package/dist-types/models/models_2.d.ts +58 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -9
- package/dist-types/ts3.4/models/models_0.d.ts +41 -32
- package/dist-types/ts3.4/models/models_1.d.ts +11 -7
- package/dist-types/ts3.4/models/models_2.d.ts +13 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -2869,6 +2869,13 @@ const EntityType = {
|
|
|
2869
2869
|
ASSET: "ASSET",
|
|
2870
2870
|
DATA_PRODUCT: "DATA_PRODUCT",
|
|
2871
2871
|
};
|
|
2872
|
+
const UserDesignation = {
|
|
2873
|
+
PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
|
|
2874
|
+
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
2875
|
+
PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
|
|
2876
|
+
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
2877
|
+
PROJECT_OWNER: "PROJECT_OWNER",
|
|
2878
|
+
};
|
|
2872
2879
|
const OverallDeploymentStatus = {
|
|
2873
2880
|
FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT",
|
|
2874
2881
|
FAILED_VALIDATION: "FAILED_VALIDATION",
|
|
@@ -2888,13 +2895,6 @@ const ResourceTagSource = {
|
|
|
2888
2895
|
PROJECT: "PROJECT",
|
|
2889
2896
|
PROJECT_PROFILE: "PROJECT_PROFILE",
|
|
2890
2897
|
};
|
|
2891
|
-
const UserDesignation = {
|
|
2892
|
-
PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
|
|
2893
|
-
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
2894
|
-
PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
|
|
2895
|
-
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
2896
|
-
PROJECT_OWNER: "PROJECT_OWNER",
|
|
2897
|
-
};
|
|
2898
2898
|
const DeploymentMode = {
|
|
2899
2899
|
ON_CREATE: "ON_CREATE",
|
|
2900
2900
|
ON_DEMAND: "ON_DEMAND",
|
|
@@ -2939,6 +2939,7 @@ const SubscriptionGrantCreationMode = {
|
|
|
2939
2939
|
};
|
|
2940
2940
|
const UserType = {
|
|
2941
2941
|
IAM_ROLE: "IAM_ROLE",
|
|
2942
|
+
IAM_ROLE_SESSION: "IAM_ROLE_SESSION",
|
|
2942
2943
|
IAM_USER: "IAM_USER",
|
|
2943
2944
|
SSO_USER: "SSO_USER",
|
|
2944
2945
|
};
|
|
@@ -3106,6 +3107,7 @@ const InventorySearchScope = {
|
|
|
3106
3107
|
};
|
|
3107
3108
|
const GroupSearchType = {
|
|
3108
3109
|
DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
|
|
3110
|
+
IAM_ROLE_SESSION_GROUP: "IAM_ROLE_SESSION_GROUP",
|
|
3109
3111
|
SSO_GROUP: "SSO_GROUP",
|
|
3110
3112
|
};
|
|
3111
3113
|
const TypesSearchScope = {
|
|
@@ -9,14 +9,14 @@ exports.GetProjectProfileInput$ = exports.GetProjectOutput$ = exports.GetProject
|
|
|
9
9
|
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$ = exports.GetProjectProfileOutput$ = void 0;
|
|
10
10
|
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$ = exports.LineageEventSummary$ = void 0;
|
|
11
11
|
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$ = exports.ListLineageEventsOutput$ = void 0;
|
|
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$ = exports.RejectSubscriptionRequest$ = exports.RejectPredictions$ = exports.QueryGraph$ = exports.PutEnvironmentBlueprintConfiguration$ = exports.PutDataExportConfiguration$ = exports.PostTimeSeriesDataPoints$ = exports.PostLineageEvent$ = exports.ListTimeSeriesDataPoints$ = exports.ListTagsForResource$ = exports.ListSubscriptionTargets$ = void 0;
|
|
12
|
+
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.ProjectMembershipAssignment$ = 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$ = exports.OverrideProjectOwnersPolicyGrantDetail$ = void 0;
|
|
13
|
+
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$ = exports.ResourceTag$ = exports.Resource$ = void 0;
|
|
14
|
+
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$ = exports.SubscribedUser$ = exports.SubscribedProjectInput$ = void 0;
|
|
15
|
+
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$ = exports.UpdateRuleInput$ = exports.UpdateRootDomainUnitOwnerOutput$ = void 0;
|
|
16
|
+
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$ = exports.RedshiftStorage$ = exports.RedshiftCredentials$ = void 0;
|
|
17
|
+
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$ = exports.CreateRule$ = exports.CreateProjectProfile$ = void 0;
|
|
18
|
+
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$ = exports.GetEnvironmentProfile$ = exports.GetEnvironmentCredentials$ = 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$ = exports.ListSubscriptionTargets$ = exports.ListSubscriptions$ = void 0;
|
|
20
20
|
const _A = "Attributes";
|
|
21
21
|
const _AA = "AdditionalAttributes";
|
|
22
22
|
const _AAN = "AwsAccountName";
|
|
@@ -754,6 +754,8 @@ const _PLE = "PostLineageEvent";
|
|
|
754
754
|
const _PLEI = "PostLineageEventInput";
|
|
755
755
|
const _PLEO = "PostLineageEventOutput";
|
|
756
756
|
const _PM = "ProjectMember";
|
|
757
|
+
const _PMA = "ProjectMembershipAssignment";
|
|
758
|
+
const _PMAr = "ProjectMembershipAssignments";
|
|
757
759
|
const _PMr = "ProjectMembers";
|
|
758
760
|
const _PN = "ProjectName";
|
|
759
761
|
const _PP = "ProvisioningProperties";
|
|
@@ -1265,6 +1267,7 @@ const _gL = "grantList";
|
|
|
1265
1267
|
const _gLSE = "glueLineageSyncEnabled";
|
|
1266
1268
|
const _gN = "groupName";
|
|
1267
1269
|
const _gP = "globalParameters";
|
|
1270
|
+
const _gPI = "groupProfileId";
|
|
1268
1271
|
const _gPl = "glueProperties";
|
|
1269
1272
|
const _gRC = "glueRunConfiguration";
|
|
1270
1273
|
const _gSGS = "glueSelfGrantStatus";
|
|
@@ -1363,6 +1366,7 @@ const _lUT = "lastUpdatedTime";
|
|
|
1363
1366
|
const _lUTa = "lastUpdatedTimestamp";
|
|
1364
1367
|
const _li = "like";
|
|
1365
1368
|
const _m = "message";
|
|
1369
|
+
const _mA = "membershipAssignments";
|
|
1366
1370
|
const _mAI = "managedAccountId";
|
|
1367
1371
|
const _mAR = "manageAccessRole";
|
|
1368
1372
|
const _mARA = "manageAccessRoleArn";
|
|
@@ -1428,11 +1432,13 @@ const _pC = "predictionChoice";
|
|
|
1428
1432
|
const _pCR = "physicalConnectionRequirements";
|
|
1429
1433
|
const _pCr = "predictionConfiguration";
|
|
1430
1434
|
const _pCre = "predictionChoices";
|
|
1431
|
-
const _pCro = "
|
|
1435
|
+
const _pCro = "projectCategory";
|
|
1436
|
+
const _pCrov = "provisioningConfigurations";
|
|
1432
1437
|
const _pD = "projectDesignation";
|
|
1433
1438
|
const _pDUI = "parentDomainUnitIdentifier";
|
|
1434
1439
|
const _pDUIa = "parentDomainUnitId";
|
|
1435
1440
|
const _pE = "physicalEndpoints";
|
|
1441
|
+
const _pER = "projectExecutionRole";
|
|
1436
1442
|
const _pGF = "projectGrantFilter";
|
|
1437
1443
|
const _pI = "projectId";
|
|
1438
1444
|
const _pIr = "projectIdentifier";
|
|
@@ -1487,6 +1493,8 @@ const _rN = "regionName";
|
|
|
1487
1493
|
const _rNP = "regionNamePath";
|
|
1488
1494
|
const _rOFO = "readOnlyFormsOutput";
|
|
1489
1495
|
const _rP = "retainPermissions";
|
|
1496
|
+
const _rPA = "rolePrincipalArn";
|
|
1497
|
+
const _rPI = "rolePrincipalId";
|
|
1490
1498
|
const _rPORF = "retainPermissionsOnRevokeFailure";
|
|
1491
1499
|
const _rPe = "regionalParameters";
|
|
1492
1500
|
const _rPed = "redshiftProperties";
|
|
@@ -1543,7 +1551,8 @@ const _sLu = "subscribedListing";
|
|
|
1543
1551
|
const _sM = "selectionMode";
|
|
1544
1552
|
const _sMA = "secretManagerArn";
|
|
1545
1553
|
const _sMRC = "sageMakerRunConfiguration";
|
|
1546
|
-
const _sN = "
|
|
1554
|
+
const _sN = "sessionName";
|
|
1555
|
+
const _sNc = "schemaName";
|
|
1547
1556
|
const _sO = "sortOrder";
|
|
1548
1557
|
const _sOt = "startOffset";
|
|
1549
1558
|
const _sP = "subscribedPrincipals";
|
|
@@ -2202,8 +2211,8 @@ exports.CreateDataSourceOutput$ = [3, n0, _CDSO,
|
|
|
2202
2211
|
];
|
|
2203
2212
|
exports.CreateDomainInput$ = [3, n0, _CDI,
|
|
2204
2213
|
0,
|
|
2205
|
-
[_n,
|
|
2206
|
-
[0, 0,
|
|
2214
|
+
[_n, _de, _sSO, _dER, _kKI, _ta, _dVo, _sRe, _cT],
|
|
2215
|
+
[0, 0, () => exports.SingleSignOn$, 0, 0, 128 | 0, 0, 0, [0, 4]], 1
|
|
2207
2216
|
];
|
|
2208
2217
|
exports.CreateDomainOutput$ = [3, n0, _CDO,
|
|
2209
2218
|
0,
|
|
@@ -2312,13 +2321,13 @@ exports.CreateGlossaryTermOutput$ = [3, n0, _CGTO,
|
|
|
2312
2321
|
];
|
|
2313
2322
|
exports.CreateGroupProfileInput$ = [3, n0, _CGPI,
|
|
2314
2323
|
0,
|
|
2315
|
-
[_dI, _gIr, _cT],
|
|
2316
|
-
[[0, 1], 0, [0, 4]],
|
|
2324
|
+
[_dI, _gIr, _rPA, _cT],
|
|
2325
|
+
[[0, 1], 0, 0, [0, 4]], 1
|
|
2317
2326
|
];
|
|
2318
2327
|
exports.CreateGroupProfileOutput$ = [3, n0, _CGPO,
|
|
2319
2328
|
0,
|
|
2320
|
-
[_dIo, _id, _st, _gN],
|
|
2321
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
2329
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
2330
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
2322
2331
|
];
|
|
2323
2332
|
exports.CreateListingChangeSetInput$ = [3, n0, _CLCSI,
|
|
2324
2333
|
0,
|
|
@@ -2337,8 +2346,8 @@ exports.CreateProjectFromProjectProfilePolicyGrantDetail$ = [3, n0, _CPFPPPGD,
|
|
|
2337
2346
|
];
|
|
2338
2347
|
exports.CreateProjectInput$ = [3, n0, _CPI,
|
|
2339
2348
|
0,
|
|
2340
|
-
[_dI, _n, _de, _rT, _gT, _dUI, _pPI, _uP],
|
|
2341
|
-
[[0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0]], 2
|
|
2349
|
+
[_dI, _n, _de, _rT, _gT, _dUI, _pPI, _uP, _pCro, _pER, _mA],
|
|
2350
|
+
[[0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], 0, 0, () => ProjectMembershipAssignments], 2
|
|
2342
2351
|
];
|
|
2343
2352
|
exports.CreateProjectMembershipInput$ = [3, n0, _CPMI,
|
|
2344
2353
|
0,
|
|
@@ -2352,8 +2361,8 @@ exports.CreateProjectMembershipOutput$ = [3, n0, _CPMO,
|
|
|
2352
2361
|
];
|
|
2353
2362
|
exports.CreateProjectOutput$ = [3, n0, _CPO,
|
|
2354
2363
|
0,
|
|
2355
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
|
|
2356
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => exports.EnvironmentDeploymentDetails
|
|
2364
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD, _pCro],
|
|
2365
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => exports.EnvironmentDeploymentDetails$, 0], 4
|
|
2357
2366
|
];
|
|
2358
2367
|
exports.CreateProjectPolicyGrantDetail$ = [3, n0, _CPPGD,
|
|
2359
2368
|
0,
|
|
@@ -2412,8 +2421,8 @@ exports.CreateSubscriptionTargetOutput$ = [3, n0, _CSTO,
|
|
|
2412
2421
|
];
|
|
2413
2422
|
exports.CreateUserProfileInput$ = [3, n0, _CUPI,
|
|
2414
2423
|
0,
|
|
2415
|
-
[_dI, _uI, _uT, _cT],
|
|
2416
|
-
[[0, 1], 0, 0, [0, 4]], 2
|
|
2424
|
+
[_dI, _uI, _uT, _sN, _cT],
|
|
2425
|
+
[[0, 1], 0, 0, 0, [0, 4]], 2
|
|
2417
2426
|
];
|
|
2418
2427
|
exports.CreateUserProfileOutput$ = [3, n0, _CUPO,
|
|
2419
2428
|
0,
|
|
@@ -2812,7 +2821,7 @@ exports.EnvironmentActionSummary$ = [3, n0, _EAS,
|
|
|
2812
2821
|
];
|
|
2813
2822
|
exports.EnvironmentBlueprintConfigurationItem$ = [3, n0, _EBCI,
|
|
2814
2823
|
0,
|
|
2815
|
-
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA,
|
|
2824
|
+
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCrov],
|
|
2816
2825
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
2817
2826
|
];
|
|
2818
2827
|
exports.EnvironmentBlueprintSummary$ = [3, n0, _EBS,
|
|
@@ -3042,7 +3051,7 @@ exports.GetEnvironmentBlueprintConfigurationInput$ = [3, n0, _GEBCI,
|
|
|
3042
3051
|
];
|
|
3043
3052
|
exports.GetEnvironmentBlueprintConfigurationOutput$ = [3, n0, _GEBCO,
|
|
3044
3053
|
0,
|
|
3045
|
-
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA,
|
|
3054
|
+
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCrov],
|
|
3046
3055
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
3047
3056
|
];
|
|
3048
3057
|
exports.GetEnvironmentBlueprintInput$ = [3, n0, _GEBI,
|
|
@@ -3122,8 +3131,8 @@ exports.GetGroupProfileInput$ = [3, n0, _GGPI,
|
|
|
3122
3131
|
];
|
|
3123
3132
|
exports.GetGroupProfileOutput$ = [3, n0, _GGPO,
|
|
3124
3133
|
0,
|
|
3125
|
-
[_dIo, _id, _st, _gN],
|
|
3126
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
3134
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
3135
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
3127
3136
|
];
|
|
3128
3137
|
exports.GetIamPortalLoginUrlInput$ = [3, n0, _GIPLUI,
|
|
3129
3138
|
0,
|
|
@@ -3192,8 +3201,8 @@ exports.GetProjectInput$ = [3, n0, _GPI,
|
|
|
3192
3201
|
];
|
|
3193
3202
|
exports.GetProjectOutput$ = [3, n0, _GPO,
|
|
3194
3203
|
0,
|
|
3195
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
|
|
3196
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => exports.EnvironmentDeploymentDetails
|
|
3204
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD, _pCro],
|
|
3205
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => exports.EnvironmentDeploymentDetails$, 0], 4
|
|
3197
3206
|
];
|
|
3198
3207
|
exports.GetProjectProfileInput$ = [3, n0, _GPPI,
|
|
3199
3208
|
0,
|
|
@@ -3267,8 +3276,8 @@ exports.GetTimeSeriesDataPointOutput$ = [3, n0, _GTSDPO,
|
|
|
3267
3276
|
];
|
|
3268
3277
|
exports.GetUserProfileInput$ = [3, n0, _GUPI,
|
|
3269
3278
|
0,
|
|
3270
|
-
[_dI, _uI, _ty],
|
|
3271
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _ty }]], 2
|
|
3279
|
+
[_dI, _uI, _ty, _sN],
|
|
3280
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _ty }], [0, { [_hQ]: _sN }]], 2
|
|
3272
3281
|
];
|
|
3273
3282
|
exports.GetUserProfileOutput$ = [3, n0, _GUPO,
|
|
3274
3283
|
0,
|
|
@@ -3367,8 +3376,8 @@ exports.GroupDetails$ = [3, n0, _GDr,
|
|
|
3367
3376
|
];
|
|
3368
3377
|
exports.GroupProfileSummary$ = [3, n0, _GPS,
|
|
3369
3378
|
0,
|
|
3370
|
-
[_dIo, _id, _st, _gN],
|
|
3371
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
3379
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
3380
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
3372
3381
|
];
|
|
3373
3382
|
exports.HyperPodPropertiesInput$ = [3, n0, _HPPI,
|
|
3374
3383
|
0,
|
|
@@ -3397,8 +3406,8 @@ exports.IamPropertiesPatch$ = [3, n0, _IPP,
|
|
|
3397
3406
|
];
|
|
3398
3407
|
exports.IamUserProfileDetails$ = [3, n0, _IUPD,
|
|
3399
3408
|
0,
|
|
3400
|
-
[_ar, _pIri],
|
|
3401
|
-
[0, 0]
|
|
3409
|
+
[_ar, _pIri, _sN, _gPI],
|
|
3410
|
+
[0, 0, 0, 0]
|
|
3402
3411
|
];
|
|
3403
3412
|
exports.Import$ = [3, n0, _Im,
|
|
3404
3413
|
0,
|
|
@@ -3767,8 +3776,8 @@ exports.ListProjectProfilesOutput$ = [3, n0, _LPPO,
|
|
|
3767
3776
|
];
|
|
3768
3777
|
exports.ListProjectsInput$ = [3, n0, _LPI,
|
|
3769
3778
|
0,
|
|
3770
|
-
[_dI, _uI, _gIr, _n, _nT, _mRa],
|
|
3771
|
-
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gIr }], [() => ProjectName, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
|
|
3779
|
+
[_dI, _uI, _gIr, _n, _pCro, _nT, _mRa],
|
|
3780
|
+
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gIr }], [() => ProjectName, { [_hQ]: _n }], [0, { [_hQ]: _pCro }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
|
|
3772
3781
|
];
|
|
3773
3782
|
exports.ListProjectsOutput$ = [3, n0, _LPO,
|
|
3774
3783
|
0,
|
|
@@ -4025,6 +4034,11 @@ exports.ProjectMember$ = [3, n0, _PM,
|
|
|
4025
4034
|
[_mD, _des],
|
|
4026
4035
|
[() => exports.MemberDetails$, 0], 2
|
|
4027
4036
|
];
|
|
4037
|
+
exports.ProjectMembershipAssignment$ = [3, n0, _PMA,
|
|
4038
|
+
0,
|
|
4039
|
+
[_me, _des],
|
|
4040
|
+
[() => exports.Member$, 0], 2
|
|
4041
|
+
];
|
|
4028
4042
|
exports.ProjectPolicyGrantPrincipal$ = [3, n0, _PPGP,
|
|
4029
4043
|
0,
|
|
4030
4044
|
[_pD, _pIr, _pGF],
|
|
@@ -4042,8 +4056,8 @@ exports.ProjectsForRule$ = [3, n0, _PFR,
|
|
|
4042
4056
|
];
|
|
4043
4057
|
exports.ProjectSummary$ = [3, n0, _PSr,
|
|
4044
4058
|
0,
|
|
4045
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _uA, _dUI],
|
|
4046
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, 0], 4
|
|
4059
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _uA, _dUI, _pCro],
|
|
4060
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, 0, 0], 4
|
|
4047
4061
|
];
|
|
4048
4062
|
exports.PutDataExportConfigurationInput$ = [3, n0, _PDECI,
|
|
4049
4063
|
0,
|
|
@@ -4057,12 +4071,12 @@ exports.PutDataExportConfigurationOutput$ = [3, n0, _PDECO,
|
|
|
4057
4071
|
];
|
|
4058
4072
|
exports.PutEnvironmentBlueprintConfigurationInput$ = [3, n0, _PEBCI,
|
|
4059
4073
|
0,
|
|
4060
|
-
[_dI, _eBI, _eRn, _pRA, _mARA, _eRPB, _rPe, _gP,
|
|
4074
|
+
[_dI, _eBI, _eRn, _pRA, _mARA, _eRPB, _rPe, _gP, _pCrov],
|
|
4061
4075
|
[[0, 1], [0, 1], 64 | 0, 0, 0, 0, [2, n0, _RPM, 0, 0, 128 | 0], 128 | 0, () => ProvisioningConfigurationList], 3
|
|
4062
4076
|
];
|
|
4063
4077
|
exports.PutEnvironmentBlueprintConfigurationOutput$ = [3, n0, _PEBCO,
|
|
4064
4078
|
0,
|
|
4065
|
-
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA,
|
|
4079
|
+
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCrov],
|
|
4066
4080
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
4067
4081
|
];
|
|
4068
4082
|
exports.QueryGraphInput$ = [3, n0, _QGI,
|
|
@@ -4167,7 +4181,7 @@ exports.RejectSubscriptionRequestOutput$ = [3, n0, _RSRO,
|
|
|
4167
4181
|
];
|
|
4168
4182
|
exports.RelationalFilterConfiguration$ = [3, n0, _RFC,
|
|
4169
4183
|
0,
|
|
4170
|
-
[_dNa,
|
|
4184
|
+
[_dNa, _sNc, _fE],
|
|
4171
4185
|
[0, 0, () => FilterExpressions], 1
|
|
4172
4186
|
];
|
|
4173
4187
|
exports.RelationPattern$ = [3, n0, _RP,
|
|
@@ -4332,7 +4346,7 @@ exports.SearchUserProfilesOutput$ = [3, n0, _SUPO,
|
|
|
4332
4346
|
];
|
|
4333
4347
|
exports.SelfGrantStatusDetail$ = [3, n0, _SGSD,
|
|
4334
4348
|
0,
|
|
4335
|
-
[_dNa, _st,
|
|
4349
|
+
[_dNa, _st, _sNc, _fC],
|
|
4336
4350
|
[0, 0, 0, 0], 2
|
|
4337
4351
|
];
|
|
4338
4352
|
exports.SingleSignOn$ = [3, n0, _SSO,
|
|
@@ -4667,8 +4681,8 @@ exports.UpdateGroupProfileInput$ = [3, n0, _UGPI,
|
|
|
4667
4681
|
];
|
|
4668
4682
|
exports.UpdateGroupProfileOutput$ = [3, n0, _UGPO,
|
|
4669
4683
|
0,
|
|
4670
|
-
[_dIo, _id, _st, _gN],
|
|
4671
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
4684
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
4685
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
4672
4686
|
];
|
|
4673
4687
|
exports.UpdateProjectInput$ = [3, n0, _UPI,
|
|
4674
4688
|
0,
|
|
@@ -4677,8 +4691,8 @@ exports.UpdateProjectInput$ = [3, n0, _UPI,
|
|
|
4677
4691
|
];
|
|
4678
4692
|
exports.UpdateProjectOutput$ = [3, n0, _UPO,
|
|
4679
4693
|
0,
|
|
4680
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
|
|
4681
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => exports.EnvironmentDeploymentDetails
|
|
4694
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD, _pCro],
|
|
4695
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => exports.EnvironmentDeploymentDetails$, 0], 4
|
|
4682
4696
|
];
|
|
4683
4697
|
exports.UpdateProjectProfileInput$ = [3, n0, _UPPI,
|
|
4684
4698
|
0,
|
|
@@ -4742,8 +4756,8 @@ exports.UpdateSubscriptionTargetOutput$ = [3, n0, _USTO,
|
|
|
4742
4756
|
];
|
|
4743
4757
|
exports.UpdateUserProfileInput$ = [3, n0, _UUPI,
|
|
4744
4758
|
0,
|
|
4745
|
-
[_dI, _uI, _st, _ty],
|
|
4746
|
-
[[0, 1], [0, 1], 0, 0], 3
|
|
4759
|
+
[_dI, _uI, _st, _ty, _sN],
|
|
4760
|
+
[[0, 1], [0, 1], 0, 0, 0], 3
|
|
4747
4761
|
];
|
|
4748
4762
|
exports.UpdateUserProfileOutput$ = [3, n0, _UUPO,
|
|
4749
4763
|
0,
|
|
@@ -5046,6 +5060,9 @@ var ProjectIds = 64 | 0;
|
|
|
5046
5060
|
var ProjectMembers = [1, n0, _PMr,
|
|
5047
5061
|
0, () => exports.ProjectMember$
|
|
5048
5062
|
];
|
|
5063
|
+
var ProjectMembershipAssignments = [1, n0, _PMAr,
|
|
5064
|
+
0, () => exports.ProjectMembershipAssignment$
|
|
5065
|
+
];
|
|
5049
5066
|
var ProjectProfileList = 64 | 0;
|
|
5050
5067
|
var ProjectProfileSummaries = [1, n0, _PPSr,
|
|
5051
5068
|
0, [() => exports.ProjectProfileSummary$,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -346,6 +346,13 @@ export const EntityType = {
|
|
|
346
346
|
ASSET: "ASSET",
|
|
347
347
|
DATA_PRODUCT: "DATA_PRODUCT",
|
|
348
348
|
};
|
|
349
|
+
export const UserDesignation = {
|
|
350
|
+
PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
|
|
351
|
+
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
352
|
+
PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
|
|
353
|
+
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
354
|
+
PROJECT_OWNER: "PROJECT_OWNER",
|
|
355
|
+
};
|
|
349
356
|
export const OverallDeploymentStatus = {
|
|
350
357
|
FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT",
|
|
351
358
|
FAILED_VALIDATION: "FAILED_VALIDATION",
|
|
@@ -365,13 +372,6 @@ export const ResourceTagSource = {
|
|
|
365
372
|
PROJECT: "PROJECT",
|
|
366
373
|
PROJECT_PROFILE: "PROJECT_PROFILE",
|
|
367
374
|
};
|
|
368
|
-
export const UserDesignation = {
|
|
369
|
-
PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
|
|
370
|
-
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
371
|
-
PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
|
|
372
|
-
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
373
|
-
PROJECT_OWNER: "PROJECT_OWNER",
|
|
374
|
-
};
|
|
375
375
|
export const DeploymentMode = {
|
|
376
376
|
ON_CREATE: "ON_CREATE",
|
|
377
377
|
ON_DEMAND: "ON_DEMAND",
|
|
@@ -416,6 +416,7 @@ export const SubscriptionGrantCreationMode = {
|
|
|
416
416
|
};
|
|
417
417
|
export const UserType = {
|
|
418
418
|
IAM_ROLE: "IAM_ROLE",
|
|
419
|
+
IAM_ROLE_SESSION: "IAM_ROLE_SESSION",
|
|
419
420
|
IAM_USER: "IAM_USER",
|
|
420
421
|
SSO_USER: "SSO_USER",
|
|
421
422
|
};
|
|
@@ -583,6 +584,7 @@ export const InventorySearchScope = {
|
|
|
583
584
|
};
|
|
584
585
|
export const GroupSearchType = {
|
|
585
586
|
DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
|
|
587
|
+
IAM_ROLE_SESSION_GROUP: "IAM_ROLE_SESSION_GROUP",
|
|
586
588
|
SSO_GROUP: "SSO_GROUP",
|
|
587
589
|
};
|
|
588
590
|
export const TypesSearchScope = {
|