@aws-sdk/client-datazone 3.1039.0 → 3.1041.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 +28 -0
- package/dist-cjs/index.js +85 -0
- package/dist-cjs/schemas/schemas_0.js +214 -42
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/GetNotebookRunCommand.js +16 -0
- package/dist-es/commands/ListNotebookRunsCommand.js +16 -0
- package/dist-es/commands/StartNotebookRunCommand.js +16 -0
- package/dist-es/commands/StopNotebookRunCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +21 -0
- package/dist-es/pagination/ListNotebookRunsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +197 -26
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +6 -2
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetNotebookRunCommand.d.ts +148 -0
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookRunsCommand.d.ts +116 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookRunCommand.d.ts +184 -0
- package/dist-types/commands/StopNotebookRunCommand.d.ts +100 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +92 -0
- package/dist-types/models/models_0.d.ts +22 -22
- package/dist-types/models/models_1.d.ts +557 -574
- package/dist-types/models/models_2.d.ts +635 -3
- package/dist-types/pagination/ListNotebookRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/DataZone.d.ts +75 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +29 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -6
- package/dist-types/ts3.4/models/models_1.d.ts +145 -149
- package/dist-types/ts3.4/models/models_2.d.ts +154 -4
- package/dist-types/ts3.4/pagination/ListNotebookRunsPaginator.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 +22 -0
- package/package.json +5 -5
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
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.
|
|
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.
|
|
4
|
+
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.Configuration$ = exports.ConfigurableEnvironmentAction$ = exports.ConfigurableActionParameter$ = exports.ComputeConfig$ = exports.ColumnFilterConfiguration$ = exports.CloudFormationProperties$ = exports.CellInformation$ = 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.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$ = exports.CreateDomainInput$ = exports.CreateDataSourceOutput$ = exports.CreateDataSourceInput$ = void 0;
|
|
6
|
+
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$ = exports.DataProductListingItemAdditionalAttributes$ = exports.DataProductListingItem$ = exports.DataProductListing$ = void 0;
|
|
7
|
+
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.EnvironmentConfig$ = 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$ = exports.DeleteSubscriptionGrantOutput$ = exports.DeleteSubscriptionGrantInput$ = exports.DeleteRuleOutput$ = void 0;
|
|
8
|
+
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$ = exports.GetAssetTypeOutput$ = exports.GetAssetTypeInput$ = exports.GetAssetOutput$ = exports.GetAssetInput$ = void 0;
|
|
9
|
+
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$ = exports.GetProjectProfileInput$ = exports.GetProjectOutput$ = exports.GetProjectInput$ = exports.GetNotebookRunOutput$ = exports.GetNotebookRunInput$ = void 0;
|
|
10
|
+
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$ = exports.LikeExpression$ = exports.LessThanOrEqualToExpression$ = exports.LessThanExpression$ = exports.LakehousePropertiesPatch$ = exports.LakehousePropertiesOutput$ = exports.LakehousePropertiesInput$ = exports.LakeFormationConfiguration$ = exports.JobRunSummary$ = void 0;
|
|
11
|
+
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.ListNotebookRunsOutput$ = exports.ListNotebookRunsInput$ = exports.ListMetadataGenerationRunsOutput$ = exports.ListMetadataGenerationRunsInput$ = exports.ListLineageNodeHistoryOutput$ = exports.ListLineageNodeHistoryInput$ = exports.ListLineageEventsOutput$ = exports.ListLineageEventsInput$ = exports.ListJobRunsOutput$ = exports.ListJobRunsInput$ = exports.ListingSummaryItem$ = exports.ListingSummary$ = exports.ListingRevisionInput$ = exports.ListingRevision$ = exports.ListEnvironmentsOutput$ = void 0;
|
|
12
|
+
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.PackageConfig$ = exports.OwnerUserPropertiesOutput$ = exports.OwnerUserProperties$ = exports.OwnerGroupPropertiesOutput$ = exports.OwnerGroupProperties$ = exports.OverrideProjectOwnersPolicyGrantDetail$ = exports.OverrideDomainUnitOwnersPolicyGrantDetail$ = exports.OpenLineageRunEventSummary$ = exports.OAuth2Properties$ = exports.OAuth2ClientApplication$ = exports.NotLikeExpression$ = exports.NotInExpression$ = exports.NotificationResource$ = exports.NotificationOutput$ = exports.NotEqualToExpression$ = exports.NotebookRunSummary$ = exports.NotebookRunError$ = exports.NetworkConfig$ = exports.NameIdentifier$ = void 0;
|
|
13
|
+
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$ = 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$ = void 0;
|
|
14
|
+
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.TriggerSource$ = exports.Topic$ = exports.TimeSeriesDataPointSummaryFormOutput$ = exports.TimeSeriesDataPointFormOutput$ = exports.TimeSeriesDataPointFormInput$ = exports.TimeoutConfig$ = exports.TextMatchItem$ = exports.TermRelations$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubscriptionTargetSummary$ = exports.SubscriptionTargetForm$ = exports.SubscriptionSummary$ = exports.SubscriptionRequestSummary$ = exports.SubscriptionGrantSummary$ = exports.SubscribedUserInput$ = 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.StorageConfig$ = exports.StopNotebookRunOutput$ = exports.StopNotebookRunInput$ = exports.StartNotebookRunOutput$ = exports.StartNotebookRunInput$ = exports.StartMetadataGenerationRunOutput$ = exports.StartMetadataGenerationRunInput$ = exports.StartDataSourceRunOutput$ = exports.StartDataSourceRunInput$ = void 0;
|
|
15
|
+
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$ = 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$ = void 0;
|
|
16
|
+
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$ = 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$ = void 0;
|
|
17
|
+
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$ = 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$ = void 0;
|
|
18
|
+
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.GetNotebookRun$ = exports.GetMetadataGenerationRun$ = exports.GetListing$ = exports.GetLineageNode$ = exports.GetLineageEvent$ = exports.GetJobRun$ = exports.GetIamPortalLoginUrl$ = exports.GetGroupProfile$ = exports.GetGlossaryTerm$ = exports.GetGlossary$ = exports.GetFormType$ = 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$ = void 0;
|
|
19
|
+
exports.UpdateAssetFilter$ = exports.UpdateAccountPool$ = exports.UntagResource$ = exports.TagResource$ = exports.StopNotebookRun$ = exports.StartNotebookRun$ = 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$ = exports.ListSubscriptionRequests$ = exports.ListSubscriptionGrants$ = exports.ListRules$ = exports.ListProjects$ = exports.ListProjectProfiles$ = exports.ListProjectMemberships$ = exports.ListPolicyGrants$ = exports.ListNotifications$ = exports.ListNotebookRuns$ = 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$ = void 0;
|
|
20
|
+
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$ = void 0;
|
|
20
21
|
const _A = "Attributes";
|
|
21
22
|
const _AA = "AdditionalAttributes";
|
|
22
23
|
const _AAN = "AwsAccountName";
|
|
@@ -132,9 +133,10 @@ const _CATO = "CreateAssetTypeOutput";
|
|
|
132
133
|
const _CATPGD = "CreateAssetTypePolicyGrantDetail";
|
|
133
134
|
const _CAr = "CreateAsset";
|
|
134
135
|
const _CB = "Created-By";
|
|
135
|
-
const _CC = "
|
|
136
|
+
const _CC = "ComputeConfig";
|
|
136
137
|
const _CCI = "CreateConnectionInput";
|
|
137
138
|
const _CCO = "CreateConnectionOutput";
|
|
139
|
+
const _CCo = "ConnectionCredentials";
|
|
138
140
|
const _CCr = "CreateConnection";
|
|
139
141
|
const _CD = "CreateDomain";
|
|
140
142
|
const _CDI = "CreateDomainInput";
|
|
@@ -183,6 +185,7 @@ const _CGPO = "CreateGroupProfileOutput";
|
|
|
183
185
|
const _CGT = "CreateGlossaryTerm";
|
|
184
186
|
const _CGTI = "CreateGlossaryTermInput";
|
|
185
187
|
const _CGTO = "CreateGlossaryTermOutput";
|
|
188
|
+
const _CI = "CellInformation";
|
|
186
189
|
const _CLCS = "CreateListingChangeSet";
|
|
187
190
|
const _CLCSI = "CreateListingChangeSetInput";
|
|
188
191
|
const _CLCSO = "CreateListingChangeSetOutput";
|
|
@@ -190,6 +193,7 @@ const _CM = "CredentialMap";
|
|
|
190
193
|
const _CMGR = "CancelMetadataGenerationRun";
|
|
191
194
|
const _CMGRI = "CancelMetadataGenerationRunInput";
|
|
192
195
|
const _CMGRO = "CancelMetadataGenerationRunOutput";
|
|
196
|
+
const _CO = "CellOrder";
|
|
193
197
|
const _CP = "CustomParameter";
|
|
194
198
|
const _CPFPPPGD = "CreateProjectFromProjectProfilePolicyGrantDetail";
|
|
195
199
|
const _CPI = "CreateProjectInput";
|
|
@@ -367,7 +371,8 @@ const _ECPD = "EnvironmentConfigurationParametersDetails";
|
|
|
367
371
|
const _ECPL = "EnvironmentConfigurationParametersList";
|
|
368
372
|
const _ECUP = "EnvironmentConfigurationUserParameter";
|
|
369
373
|
const _ECUPL = "EnvironmentConfigurationUserParametersList";
|
|
370
|
-
const _ECn = "
|
|
374
|
+
const _ECn = "EnvironmentConfig";
|
|
375
|
+
const _ECnv = "EnvironmentConfiguration";
|
|
371
376
|
const _EDD = "EnvironmentDeploymentDetails";
|
|
372
377
|
const _EE = "EnvironmentError";
|
|
373
378
|
const _EFR = "EnvironmentFailureReasons";
|
|
@@ -497,6 +502,9 @@ const _GMGR = "GetMetadataGenerationRun";
|
|
|
497
502
|
const _GMGRI = "GetMetadataGenerationRunInput";
|
|
498
503
|
const _GMGRO = "GetMetadataGenerationRunOutput";
|
|
499
504
|
const _GN = "GlossaryName";
|
|
505
|
+
const _GNR = "GetNotebookRun";
|
|
506
|
+
const _GNRI = "GetNotebookRunInput";
|
|
507
|
+
const _GNRO = "GetNotebookRunOutput";
|
|
500
508
|
const _GOAC = "GlueOAuth2Credentials";
|
|
501
509
|
const _GP = "GetProject";
|
|
502
510
|
const _GPGP = "GroupPolicyGrantPrincipal";
|
|
@@ -636,7 +644,10 @@ const _LNI = "LineageNodeItem";
|
|
|
636
644
|
const _LNIi = "ListNotificationsInput";
|
|
637
645
|
const _LNO = "ListNotificationsOutput";
|
|
638
646
|
const _LNR = "LineageNodeReference";
|
|
647
|
+
const _LNRI = "ListNotebookRunsInput";
|
|
639
648
|
const _LNRL = "LineageNodeReferenceList";
|
|
649
|
+
const _LNRO = "ListNotebookRunsOutput";
|
|
650
|
+
const _LNRi = "ListNotebookRuns";
|
|
640
651
|
const _LNS = "LineageNodeSummary";
|
|
641
652
|
const _LNSi = "LineageNodeSummaries";
|
|
642
653
|
const _LNTI = "LineageNodeTypeItem";
|
|
@@ -711,9 +722,12 @@ const _MPO = "MlflowPropertiesOutput";
|
|
|
711
722
|
const _MPP = "MlflowPropertiesPatch";
|
|
712
723
|
const _MR = "MatchRationale";
|
|
713
724
|
const _MRI = "MatchRationaleItem";
|
|
714
|
-
const
|
|
725
|
+
const _MV = "MetadataValue";
|
|
726
|
+
const _Me = "Metadata";
|
|
727
|
+
const _Mem = "Member";
|
|
715
728
|
const _Mo = "Model";
|
|
716
729
|
const _N = "Name";
|
|
730
|
+
const _NC = "NetworkConfig";
|
|
717
731
|
const _NETE = "NotEqualToExpression";
|
|
718
732
|
const _NI = "NameIdentifier";
|
|
719
733
|
const _NIE = "NotInExpression";
|
|
@@ -722,6 +736,9 @@ const _NL = "NotificationsList";
|
|
|
722
736
|
const _NLE = "NotLikeExpression";
|
|
723
737
|
const _NO = "NotificationOutput";
|
|
724
738
|
const _NR = "NotificationResource";
|
|
739
|
+
const _NRE = "NotebookRunError";
|
|
740
|
+
const _NRS = "NotebookRunSummary";
|
|
741
|
+
const _NRSL = "NotebookRunSummaryList";
|
|
725
742
|
const _OACA = "OAuth2ClientApplication";
|
|
726
743
|
const _OAP = "OAuth2Properties";
|
|
727
744
|
const _ODUOPGD = "OverrideDomainUnitOwnersPolicyGrantDetail";
|
|
@@ -734,10 +751,11 @@ const _OPOPGD = "OverrideProjectOwnersPolicyGrantDetail";
|
|
|
734
751
|
const _OUP = "OwnerUserProperties";
|
|
735
752
|
const _OUPO = "OwnerUserPropertiesOutput";
|
|
736
753
|
const _P = "Password";
|
|
737
|
-
const _PC = "
|
|
754
|
+
const _PC = "PackageConfig";
|
|
738
755
|
const _PCL = "ProvisioningConfigurationList";
|
|
739
756
|
const _PCR = "PhysicalConnectionRequirements";
|
|
740
|
-
const _PCr = "
|
|
757
|
+
const _PCr = "PredictionConfiguration";
|
|
758
|
+
const _PCro = "ProvisioningConfiguration";
|
|
741
759
|
const _PDE = "ProjectDeletionError";
|
|
742
760
|
const _PDEC = "PutDataExportConfiguration";
|
|
743
761
|
const _PDECI = "PutDataExportConfigurationInput";
|
|
@@ -773,6 +791,7 @@ const _PSro = "ProjectSummaries";
|
|
|
773
791
|
const _PTSDP = "PostTimeSeriesDataPoints";
|
|
774
792
|
const _PTSDPI = "PostTimeSeriesDataPointsInput";
|
|
775
793
|
const _PTSDPO = "PostTimeSeriesDataPointsOutput";
|
|
794
|
+
const _Pa = "Parameters";
|
|
776
795
|
const _Pe = "Permissions";
|
|
777
796
|
const _QG = "QueryGraph";
|
|
778
797
|
const _QGI = "QueryGraphInput";
|
|
@@ -841,6 +860,7 @@ const _SA = "SubscribedAsset";
|
|
|
841
860
|
const _SAL = "SubscribedAssetListing";
|
|
842
861
|
const _SAu = "SubscribedAssets";
|
|
843
862
|
const _SC = "ScheduleConfiguration";
|
|
863
|
+
const _SCt = "StorageConfig";
|
|
844
864
|
const _SD = "ShortDescription";
|
|
845
865
|
const _SDSR = "StartDataSourceRun";
|
|
846
866
|
const _SDSRI = "StartDataSourceRunInput";
|
|
@@ -881,6 +901,12 @@ const _SMGRI = "StartMetadataGenerationRunInput";
|
|
|
881
901
|
const _SMGRO = "StartMetadataGenerationRunOutput";
|
|
882
902
|
const _SMRCI = "SageMakerRunConfigurationInput";
|
|
883
903
|
const _SMRCO = "SageMakerRunConfigurationOutput";
|
|
904
|
+
const _SNR = "StartNotebookRun";
|
|
905
|
+
const _SNRI = "StartNotebookRunInput";
|
|
906
|
+
const _SNRIt = "StopNotebookRunInput";
|
|
907
|
+
const _SNRO = "StartNotebookRunOutput";
|
|
908
|
+
const _SNROt = "StopNotebookRunOutput";
|
|
909
|
+
const _SNRt = "StopNotebookRun";
|
|
884
910
|
const _SO = "SearchOutput";
|
|
885
911
|
const _SP = "SubscribedProject";
|
|
886
912
|
const _SPI = "S3PropertiesInput";
|
|
@@ -919,6 +945,7 @@ const _SUPO = "SearchUserProfilesOutput";
|
|
|
919
945
|
const _Se = "Search";
|
|
920
946
|
const _T = "Title";
|
|
921
947
|
const _TA = "TrackingAssets";
|
|
948
|
+
const _TC = "TimeoutConfig";
|
|
922
949
|
const _TE = "ThrottlingException";
|
|
923
950
|
const _TM = "TextMatches";
|
|
924
951
|
const _TMI = "TextMatchItem";
|
|
@@ -926,6 +953,7 @@ const _TR = "TermRelations";
|
|
|
926
953
|
const _TRR = "TagResourceRequest";
|
|
927
954
|
const _TRRa = "TagResourceResponse";
|
|
928
955
|
const _TRa = "TagResource";
|
|
956
|
+
const _TS = "TriggerSource";
|
|
929
957
|
const _TSDPFI = "TimeSeriesDataPointFormInput";
|
|
930
958
|
const _TSDPFIL = "TimeSeriesDataPointFormInputList";
|
|
931
959
|
const _TSDPFO = "TimeSeriesDataPointFormOutput";
|
|
@@ -1092,11 +1120,13 @@ const _cAC = "customAuthenticationCredentials";
|
|
|
1092
1120
|
const _cAPH = "customAccountPoolHandler";
|
|
1093
1121
|
const _cAT = "createAssetType";
|
|
1094
1122
|
const _cAl = "clusterArn";
|
|
1095
|
-
const _cAo = "
|
|
1123
|
+
const _cAo = "completedAt";
|
|
1124
|
+
const _cAom = "computeArn";
|
|
1096
1125
|
const _cB = "createdBy";
|
|
1097
1126
|
const _cC = "connectionCredentials";
|
|
1098
1127
|
const _cCE = "compatibleComputeEnvironments";
|
|
1099
|
-
const _cCo = "
|
|
1128
|
+
const _cCo = "computeConfiguration";
|
|
1129
|
+
const _cCol = "columnConfiguration";
|
|
1100
1130
|
const _cD = "certificateData";
|
|
1101
1131
|
const _cDU = "createDomainUnit";
|
|
1102
1132
|
const _cE = "credentialsExpiration";
|
|
@@ -1111,7 +1141,8 @@ const _cIo = "connectionIdentifier";
|
|
|
1111
1141
|
const _cN = "columnName";
|
|
1112
1142
|
const _cNa = "catalogName";
|
|
1113
1143
|
const _cNl = "clusterName";
|
|
1114
|
-
const _cO = "
|
|
1144
|
+
const _cO = "cellOrder";
|
|
1145
|
+
const _cOu = "currentOwner";
|
|
1115
1146
|
const _cP = "configurationParameters";
|
|
1116
1147
|
const _cPFPP = "createProjectFromProjectProfile";
|
|
1117
1148
|
const _cPo = "connectionProperties";
|
|
@@ -1186,6 +1217,7 @@ const _eCI = "environmentConfigurationId";
|
|
|
1186
1217
|
const _eCN = "effectiveColumnNames";
|
|
1187
1218
|
const _eCNn = "environmentConfigurationName";
|
|
1188
1219
|
const _eCn = "encryptionConfiguration";
|
|
1220
|
+
const _eCnv = "environmentConfiguration";
|
|
1189
1221
|
const _eD = "errorDetail";
|
|
1190
1222
|
const _eDD = "environmentDeploymentDetails";
|
|
1191
1223
|
const _eE = "enableExport";
|
|
@@ -1226,6 +1258,7 @@ const _eTve = "eventTimestamp";
|
|
|
1226
1258
|
const _eTven = "eventType";
|
|
1227
1259
|
const _eUR = "environmentUserRole";
|
|
1228
1260
|
const _eV = "editedValue";
|
|
1261
|
+
const _eVn = "environmentVersion";
|
|
1229
1262
|
const _en = "enabled";
|
|
1230
1263
|
const _er = "errors";
|
|
1231
1264
|
const _ev = "event";
|
|
@@ -1307,12 +1340,14 @@ const _iP = "iamProperties";
|
|
|
1307
1340
|
const _iPA = "instanceProfileArn";
|
|
1308
1341
|
const _iPS = "isProvisionedSecret";
|
|
1309
1342
|
const _iS = "importStatus";
|
|
1310
|
-
const _iT = "
|
|
1343
|
+
const _iT = "instanceType";
|
|
1311
1344
|
const _iTd = "idempotencyToken";
|
|
1312
1345
|
const _iTdl = "idleTimeout";
|
|
1346
|
+
const _iTt = "itemType";
|
|
1313
1347
|
const _iUS = "isUpdateSupported";
|
|
1314
|
-
const _iV = "
|
|
1348
|
+
const _iV = "imageVersion";
|
|
1315
1349
|
const _iVE = "isValueEditable";
|
|
1350
|
+
const _iVn = "intValue";
|
|
1316
1351
|
const _ia = "iam";
|
|
1317
1352
|
const _id = "id";
|
|
1318
1353
|
const _im = "imports";
|
|
@@ -1395,8 +1430,12 @@ const _mes = "messages";
|
|
|
1395
1430
|
const _met = "metadata";
|
|
1396
1431
|
const _mo = "model";
|
|
1397
1432
|
const _n = "name";
|
|
1433
|
+
const _nAT = "networkAccessType";
|
|
1434
|
+
const _nC = "networkConfiguration";
|
|
1398
1435
|
const _nET = "notEqualTo";
|
|
1399
|
-
const _nI = "
|
|
1436
|
+
const _nI = "notebookId";
|
|
1437
|
+
const _nIo = "notebookIdentifier";
|
|
1438
|
+
const _nIot = "notIn";
|
|
1400
1439
|
const _nL = "notLike";
|
|
1401
1440
|
const _nO = "newOwner";
|
|
1402
1441
|
const _nOW = "numberOfWorkers";
|
|
@@ -1434,6 +1473,7 @@ const _pA = "profileArn";
|
|
|
1434
1473
|
const _pAr = "principalArn";
|
|
1435
1474
|
const _pC = "predictionChoice";
|
|
1436
1475
|
const _pCR = "physicalConnectionRequirements";
|
|
1476
|
+
const _pCa = "packageConfig";
|
|
1437
1477
|
const _pCr = "predictionConfiguration";
|
|
1438
1478
|
const _pCre = "predictionChoices";
|
|
1439
1479
|
const _pCro = "projectCategory";
|
|
@@ -1449,6 +1489,7 @@ const _pIr = "projectIdentifier";
|
|
|
1449
1489
|
const _pIri = "principalId";
|
|
1450
1490
|
const _pIro = "projectIds";
|
|
1451
1491
|
const _pL = "productListing";
|
|
1492
|
+
const _pM = "packageManager";
|
|
1452
1493
|
const _pO = "parameterOverrides";
|
|
1453
1494
|
const _pOI = "publishOnImport";
|
|
1454
1495
|
const _pP = "provisioningProperties";
|
|
@@ -1461,6 +1502,8 @@ const _pRA = "provisioningRoleArn";
|
|
|
1461
1502
|
const _pRT = "projectResourceTags";
|
|
1462
1503
|
const _pRTD = "projectResourceTagsDescription";
|
|
1463
1504
|
const _pS = "projectStatus";
|
|
1505
|
+
const _pSP = "projectS3Path";
|
|
1506
|
+
const _pSa = "packageSpecification";
|
|
1464
1507
|
const _pSr = "processingStatus";
|
|
1465
1508
|
const _pT = "predictionTarget";
|
|
1466
1509
|
const _pTo = "policyType";
|
|
@@ -1516,6 +1559,7 @@ const _rSS = "redshiftServerlessSource";
|
|
|
1516
1559
|
const _rSe = "redshiftStorage";
|
|
1517
1560
|
const _rT = "resourceTags";
|
|
1518
1561
|
const _rTD = "redshiftTempDir";
|
|
1562
|
+
const _rTIM = "runTimeoutInMinutes";
|
|
1519
1563
|
const _rTe = "refreshToken";
|
|
1520
1564
|
const _rTel = "relationType";
|
|
1521
1565
|
const _rTu = "ruleType";
|
|
@@ -1536,19 +1580,24 @@ const _sAs = "sseAlgorithm";
|
|
|
1536
1580
|
const _sAt = "startedAt";
|
|
1537
1581
|
const _sAto = "stoppedAt";
|
|
1538
1582
|
const _sB = "sortBy";
|
|
1583
|
+
const _sC = "storageConfiguration";
|
|
1539
1584
|
const _sD = "shortDescription";
|
|
1540
1585
|
const _sDC = "skipDeletionCheck";
|
|
1541
1586
|
const _sEP = "sparkEmrProperties";
|
|
1542
1587
|
const _sGCM = "subscriptionGrantCreationMode";
|
|
1588
|
+
const _sGI = "securityGroupIds";
|
|
1543
1589
|
const _sGIL = "securityGroupIdList";
|
|
1544
1590
|
const _sGP = "sparkGlueProperties";
|
|
1545
1591
|
const _sGS = "selfGrantStatus";
|
|
1546
1592
|
const _sGSD = "selfGrantStatusDetails";
|
|
1547
1593
|
const _sI = "subscriptionId";
|
|
1548
1594
|
const _sIL = "subnetIdList";
|
|
1595
|
+
const _sIc = "scheduleId";
|
|
1596
|
+
const _sIch = "scheduleIdentifier";
|
|
1549
1597
|
const _sIe = "searchIn";
|
|
1550
1598
|
const _sIo = "sourceIdentifier";
|
|
1551
|
-
const _sIu = "
|
|
1599
|
+
const _sIu = "subnetIds";
|
|
1600
|
+
const _sIub = "subnetId";
|
|
1552
1601
|
const _sL = "subscribedListings";
|
|
1553
1602
|
const _sLI = "subscribedListingId";
|
|
1554
1603
|
const _sLu = "subscribedListing";
|
|
@@ -1601,6 +1650,7 @@ const _t = "threshold";
|
|
|
1601
1650
|
const _tA = "timestampAfter";
|
|
1602
1651
|
const _tAr = "trackingAssets";
|
|
1603
1652
|
const _tB = "timestampBefore";
|
|
1653
|
+
const _tC = "timeoutConfiguration";
|
|
1604
1654
|
const _tCSU = "trustedCertificatesS3Uri";
|
|
1605
1655
|
const _tD = "technicalDescription";
|
|
1606
1656
|
const _tGTE = "timestampGTE";
|
|
@@ -1619,6 +1669,7 @@ const _tRe = "termRelations";
|
|
|
1619
1669
|
const _tS = "typeStats";
|
|
1620
1670
|
const _tSA = "trackingServerArn";
|
|
1621
1671
|
const _tSa = "taskStatus";
|
|
1672
|
+
const _tSr = "triggerSource";
|
|
1622
1673
|
const _tT = "targetType";
|
|
1623
1674
|
const _tU = "templateUrl";
|
|
1624
1675
|
const _tUPM = "tokenUrlParametersMap";
|
|
@@ -1657,6 +1708,7 @@ const _use = "user";
|
|
|
1657
1708
|
const _v = "value";
|
|
1658
1709
|
const _vC = "validateCredentials";
|
|
1659
1710
|
const _vFCE = "validateForComputeEnvironments";
|
|
1711
|
+
const _vI = "vpcId";
|
|
1660
1712
|
const _va = "values";
|
|
1661
1713
|
const _wMP = "workflowsMwaaProperties";
|
|
1662
1714
|
const _wN = "workgroupName";
|
|
@@ -1752,6 +1804,7 @@ var LastName = [0, n0, _LN, 8, 0];
|
|
|
1752
1804
|
var LineageEvent = [0, n0, _LE, 8, 21];
|
|
1753
1805
|
var LongDescription = [0, n0, _LD, 8, 0];
|
|
1754
1806
|
var Message = [0, n0, _M, 8, 0];
|
|
1807
|
+
var MetadataValue = [0, n0, _MV, 8, 0];
|
|
1755
1808
|
var Name = [0, n0, _N, 8, 0];
|
|
1756
1809
|
var Password = [0, n0, _P, 8, 0];
|
|
1757
1810
|
var ProjectName = [0, n0, _PN, 8, 0];
|
|
@@ -2083,6 +2136,11 @@ exports.CancelSubscriptionOutput$ = [3, n0, _CSO,
|
|
|
2083
2136
|
[_id, _cB, _dIo, _st, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
|
|
2084
2137
|
[0, 0, 0, 0, 4, 4, [() => exports.SubscribedPrincipal$, 0], [() => exports.SubscribedListing$, 0], 0, 0, 2], 8
|
|
2085
2138
|
];
|
|
2139
|
+
exports.CellInformation$ = [3, n0, _CI,
|
|
2140
|
+
0,
|
|
2141
|
+
[],
|
|
2142
|
+
[]
|
|
2143
|
+
];
|
|
2086
2144
|
exports.CloudFormationProperties$ = [3, n0, _CFP,
|
|
2087
2145
|
0,
|
|
2088
2146
|
[_tU],
|
|
@@ -2093,6 +2151,11 @@ exports.ColumnFilterConfiguration$ = [3, n0, _CFC,
|
|
|
2093
2151
|
[_iCN],
|
|
2094
2152
|
[64 | 0]
|
|
2095
2153
|
];
|
|
2154
|
+
exports.ComputeConfig$ = [3, n0, _CC,
|
|
2155
|
+
0,
|
|
2156
|
+
[_iT, _eVn],
|
|
2157
|
+
[0, 0]
|
|
2158
|
+
];
|
|
2096
2159
|
exports.ConfigurableActionParameter$ = [3, n0, _CAP,
|
|
2097
2160
|
0,
|
|
2098
2161
|
[_k, _v],
|
|
@@ -2108,7 +2171,7 @@ exports.Configuration$ = [3, n0, _C,
|
|
|
2108
2171
|
[_cl, _pr],
|
|
2109
2172
|
[0, 128 | 0]
|
|
2110
2173
|
];
|
|
2111
|
-
exports.ConnectionCredentials$ = [3, n0,
|
|
2174
|
+
exports.ConnectionCredentials$ = [3, n0, _CCo,
|
|
2112
2175
|
8,
|
|
2113
2176
|
[_aKI, _sAK, _sT, _ex],
|
|
2114
2177
|
[0, 0, 0, 5]
|
|
@@ -2445,7 +2508,7 @@ exports.CustomParameter$ = [3, n0, _CP,
|
|
|
2445
2508
|
];
|
|
2446
2509
|
exports.DataProductItem$ = [3, n0, _DPI,
|
|
2447
2510
|
0,
|
|
2448
|
-
[
|
|
2511
|
+
[_iTt, _i, _r, _gT],
|
|
2449
2512
|
[0, 0, 0, 64 | 0], 2
|
|
2450
2513
|
];
|
|
2451
2514
|
exports.DataProductItemAdditionalAttributes$ = [3, n0, _DPIAA,
|
|
@@ -2833,7 +2896,12 @@ exports.EnvironmentBlueprintSummary$ = [3, n0, _EBS,
|
|
|
2833
2896
|
[_id, _n, _prov, _pP, _de, _cA, _uA],
|
|
2834
2897
|
[0, 0, 0, () => exports.ProvisioningProperties$, [() => Description, 0], 5, 5], 4
|
|
2835
2898
|
];
|
|
2836
|
-
exports.
|
|
2899
|
+
exports.EnvironmentConfig$ = [3, n0, _ECn,
|
|
2900
|
+
0,
|
|
2901
|
+
[_iV, _pCa],
|
|
2902
|
+
[0, () => exports.PackageConfig$]
|
|
2903
|
+
];
|
|
2904
|
+
exports.EnvironmentConfiguration$ = [3, n0, _ECnv,
|
|
2837
2905
|
0,
|
|
2838
2906
|
[_n, _eBIn, _id, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
|
|
2839
2907
|
[[() => EnvironmentConfigurationName, 0], 0, [() => EnvironmentConfigurationId, 0], [() => Description, 0], 0, () => exports.EnvironmentConfigurationParametersDetails$, () => exports.AwsAccount$, 64 | 0, () => exports.Region$, 1], 2
|
|
@@ -2895,7 +2963,7 @@ exports.FailureCause$ = [3, n0, _FC,
|
|
|
2895
2963
|
];
|
|
2896
2964
|
exports.Filter$ = [3, n0, _F,
|
|
2897
2965
|
0,
|
|
2898
|
-
[_a, _v,
|
|
2966
|
+
[_a, _v, _iVn, _op],
|
|
2899
2967
|
[0, 0, 1, 0], 1
|
|
2900
2968
|
];
|
|
2901
2969
|
exports.FilterExpression$ = [3, n0, _FE,
|
|
@@ -3198,6 +3266,16 @@ exports.GetMetadataGenerationRunOutput$ = [3, n0, _GMGRO,
|
|
|
3198
3266
|
[_dIo, _id, _oPI, _tar, _st, _ty, _typ, _cA, _cB, _tS],
|
|
3199
3267
|
[0, 0, 0, () => exports.MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0, () => MetadataGenerationRunTypeStats], 3
|
|
3200
3268
|
];
|
|
3269
|
+
exports.GetNotebookRunInput$ = [3, n0, _GNRI,
|
|
3270
|
+
0,
|
|
3271
|
+
[_dI, _i],
|
|
3272
|
+
[[0, 1], [0, 1]], 2
|
|
3273
|
+
];
|
|
3274
|
+
exports.GetNotebookRunOutput$ = [3, n0, _GNRO,
|
|
3275
|
+
0,
|
|
3276
|
+
[_id, _dIo, _oPI, _nI, _st, _sIc, _cO, _met, _par, _cCo, _nC, _tC, _eCnv, _sC, _tSr, _e, _cA, _cB, _uA, _uB, _sAt, _cAo],
|
|
3277
|
+
[0, 0, 0, 0, 0, 0, () => CellOrder, [() => Metadata, 0], [() => _Parameters, 0], () => exports.ComputeConfig$, () => exports.NetworkConfig$, () => exports.TimeoutConfig$, () => exports.EnvironmentConfig$, () => exports.StorageConfig$, () => exports.TriggerSource$, () => exports.NotebookRunError$, 4, 0, 4, 0, 4, 4], 5
|
|
3278
|
+
];
|
|
3201
3279
|
exports.GetProjectInput$ = [3, n0, _GPI,
|
|
3202
3280
|
0,
|
|
3203
3281
|
[_dI, _i],
|
|
@@ -3753,6 +3831,16 @@ exports.ListMetadataGenerationRunsOutput$ = [3, n0, _LMGRO,
|
|
|
3753
3831
|
[_it, _nT],
|
|
3754
3832
|
[() => MetadataGenerationRuns, 0]
|
|
3755
3833
|
];
|
|
3834
|
+
exports.ListNotebookRunsInput$ = [3, n0, _LNRI,
|
|
3835
|
+
0,
|
|
3836
|
+
[_dI, _oPIw, _nIo, _st, _sIch, _mRa, _sO, _nT],
|
|
3837
|
+
[[0, 1], [0, { [_hQ]: _oPIw }], [0, { [_hQ]: _nIo }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sIch }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }]], 2
|
|
3838
|
+
];
|
|
3839
|
+
exports.ListNotebookRunsOutput$ = [3, n0, _LNRO,
|
|
3840
|
+
0,
|
|
3841
|
+
[_it, _nT],
|
|
3842
|
+
[() => NotebookRunSummaryList, 0]
|
|
3843
|
+
];
|
|
3756
3844
|
exports.ListNotificationsInput$ = [3, n0, _LNIi,
|
|
3757
3845
|
0,
|
|
3758
3846
|
[_dI, _ty, _aTf, _bT, _su, _tSa, _mRa, _nT],
|
|
@@ -3933,6 +4021,21 @@ exports.NameIdentifier$ = [3, n0, _NI,
|
|
|
3933
4021
|
[_n, _na],
|
|
3934
4022
|
[0, 0]
|
|
3935
4023
|
];
|
|
4024
|
+
exports.NetworkConfig$ = [3, n0, _NC,
|
|
4025
|
+
0,
|
|
4026
|
+
[_nAT, _vI, _sIu, _sGI],
|
|
4027
|
+
[0, 0, 64 | 0, 64 | 0], 1
|
|
4028
|
+
];
|
|
4029
|
+
exports.NotebookRunError$ = [3, n0, _NRE,
|
|
4030
|
+
0,
|
|
4031
|
+
[_m],
|
|
4032
|
+
[0], 1
|
|
4033
|
+
];
|
|
4034
|
+
exports.NotebookRunSummary$ = [3, n0, _NRS,
|
|
4035
|
+
0,
|
|
4036
|
+
[_id, _dIo, _oPI, _nI, _st, _sIc, _tSr, _cA, _cB, _uA, _uB, _sAt, _cAo],
|
|
4037
|
+
[0, 0, 0, 0, 0, 0, () => exports.TriggerSource$, 4, 0, 4, 0, 4, 4], 5
|
|
4038
|
+
];
|
|
3936
4039
|
exports.NotEqualToExpression$ = [3, n0, _NETE,
|
|
3937
4040
|
0,
|
|
3938
4041
|
[_cN, _v],
|
|
@@ -4003,9 +4106,14 @@ exports.OwnerUserPropertiesOutput$ = [3, n0, _OUPO,
|
|
|
4003
4106
|
[_uIs],
|
|
4004
4107
|
[0]
|
|
4005
4108
|
];
|
|
4109
|
+
exports.PackageConfig$ = [3, n0, _PC,
|
|
4110
|
+
0,
|
|
4111
|
+
[_pM, _pSa],
|
|
4112
|
+
[0, 0], 1
|
|
4113
|
+
];
|
|
4006
4114
|
exports.PhysicalConnectionRequirements$ = [3, n0, _PCR,
|
|
4007
4115
|
0,
|
|
4008
|
-
[
|
|
4116
|
+
[_sIub, _sIL, _sGIL, _aZ],
|
|
4009
4117
|
[0, 64 | 0, 64 | 0, 0]
|
|
4010
4118
|
];
|
|
4011
4119
|
exports.PhysicalEndpoint$ = [3, n0, _PE,
|
|
@@ -4038,7 +4146,7 @@ exports.PostTimeSeriesDataPointsOutput$ = [3, n0, _PTSDPO,
|
|
|
4038
4146
|
[_dIo, _eIn, _eT, _f],
|
|
4039
4147
|
[0, 0, 0, () => TimeSeriesDataPointFormOutputList]
|
|
4040
4148
|
];
|
|
4041
|
-
exports.PredictionConfiguration$ = [3, n0,
|
|
4149
|
+
exports.PredictionConfiguration$ = [3, n0, _PCr,
|
|
4042
4150
|
0,
|
|
4043
4151
|
[_bNG],
|
|
4044
4152
|
[() => exports.BusinessNameGenerationConfiguration$]
|
|
@@ -4375,17 +4483,17 @@ exports.SingleSignOn$ = [3, n0, _SSO,
|
|
|
4375
4483
|
];
|
|
4376
4484
|
exports.SparkEmrPropertiesInput$ = [3, n0, _SEPI,
|
|
4377
4485
|
0,
|
|
4378
|
-
[
|
|
4486
|
+
[_cAom, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
|
|
4379
4487
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
4380
4488
|
];
|
|
4381
4489
|
exports.SparkEmrPropertiesOutput$ = [3, n0, _SEPO,
|
|
4382
4490
|
0,
|
|
4383
|
-
[
|
|
4491
|
+
[_cAom, _cr, _cE, _gTo, _iPA, _jVE, _lE, _lU, _pVE, _rRu, _tCSU, _cD, _mEA, _mEC],
|
|
4384
4492
|
[0, [() => exports.UsernamePassword$, 0], 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, [() => exports.ManagedEndpointCredentials$, 0]]
|
|
4385
4493
|
];
|
|
4386
4494
|
exports.SparkEmrPropertiesPatch$ = [3, n0, _SEPP,
|
|
4387
4495
|
0,
|
|
4388
|
-
[
|
|
4496
|
+
[_cAom, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
|
|
4389
4497
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
4390
4498
|
];
|
|
4391
4499
|
exports.SparkGlueArgs$ = [3, n0, _SGA,
|
|
@@ -4428,6 +4536,31 @@ exports.StartMetadataGenerationRunOutput$ = [3, n0, _SMGRO,
|
|
|
4428
4536
|
[_dIo, _id, _st, _ty, _typ, _cA, _cB, _oPI],
|
|
4429
4537
|
[0, 0, 0, 0, 64 | 0, 4, 0, 0], 2
|
|
4430
4538
|
];
|
|
4539
|
+
exports.StartNotebookRunInput$ = [3, n0, _SNRI,
|
|
4540
|
+
0,
|
|
4541
|
+
[_dI, _oPIw, _nIo, _sIch, _cCo, _nC, _tC, _tSr, _met, _par, _cT],
|
|
4542
|
+
[[0, 1], 0, 0, 0, () => exports.ComputeConfig$, () => exports.NetworkConfig$, () => exports.TimeoutConfig$, () => exports.TriggerSource$, [() => Metadata, 0], [() => _Parameters, 0], [0, 4]], 3
|
|
4543
|
+
];
|
|
4544
|
+
exports.StartNotebookRunOutput$ = [3, n0, _SNRO,
|
|
4545
|
+
0,
|
|
4546
|
+
[_id, _dIo, _oPI, _nI, _st, _sIc, _cO, _met, _par, _cCo, _nC, _tC, _eCnv, _sC, _tSr, _e, _cA, _cB, _uA, _uB, _sAt, _cAo],
|
|
4547
|
+
[0, 0, 0, 0, 0, 0, () => CellOrder, [() => Metadata, 0], [() => _Parameters, 0], () => exports.ComputeConfig$, () => exports.NetworkConfig$, () => exports.TimeoutConfig$, () => exports.EnvironmentConfig$, () => exports.StorageConfig$, () => exports.TriggerSource$, () => exports.NotebookRunError$, 4, 0, 4, 0, 4, 4], 5
|
|
4548
|
+
];
|
|
4549
|
+
exports.StopNotebookRunInput$ = [3, n0, _SNRIt,
|
|
4550
|
+
0,
|
|
4551
|
+
[_dI, _i, _cT],
|
|
4552
|
+
[[0, 1], [0, 1], [0, 4]], 2
|
|
4553
|
+
];
|
|
4554
|
+
exports.StopNotebookRunOutput$ = [3, n0, _SNROt,
|
|
4555
|
+
0,
|
|
4556
|
+
[_id, _dIo, _oPI, _st],
|
|
4557
|
+
[0, 0, 0, 0], 4
|
|
4558
|
+
];
|
|
4559
|
+
exports.StorageConfig$ = [3, n0, _SCt,
|
|
4560
|
+
0,
|
|
4561
|
+
[_pSP, _kKA],
|
|
4562
|
+
[0, 0]
|
|
4563
|
+
];
|
|
4431
4564
|
exports.SubscribedAsset$ = [3, n0, _SA,
|
|
4432
4565
|
0,
|
|
4433
4566
|
[_aI, _aRs, _st, _tN, _fC, _gTra, _fTa, _aSs, _pe],
|
|
@@ -4538,6 +4671,11 @@ exports.TextMatchItem$ = [3, n0, _TMI,
|
|
|
4538
4671
|
[_a, _te, _mO],
|
|
4539
4672
|
[0, 0, () => MatchOffsets]
|
|
4540
4673
|
];
|
|
4674
|
+
exports.TimeoutConfig$ = [3, n0, _TC,
|
|
4675
|
+
0,
|
|
4676
|
+
[_rTIM],
|
|
4677
|
+
[1]
|
|
4678
|
+
];
|
|
4541
4679
|
exports.TimeSeriesDataPointFormInput$ = [3, n0, _TSDPFI,
|
|
4542
4680
|
0,
|
|
4543
4681
|
[_fNo, _tI, _ti, _tR, _cont],
|
|
@@ -4558,6 +4696,11 @@ exports.Topic$ = [3, n0, _To,
|
|
|
4558
4696
|
[_sub, _res, _ro],
|
|
4559
4697
|
[0, () => exports.NotificationResource$, 0], 3
|
|
4560
4698
|
];
|
|
4699
|
+
exports.TriggerSource$ = [3, n0, _TS,
|
|
4700
|
+
0,
|
|
4701
|
+
[_ty, _n],
|
|
4702
|
+
[0, 0]
|
|
4703
|
+
];
|
|
4561
4704
|
exports.Unit$ = [3, n0, _U,
|
|
4562
4705
|
0,
|
|
4563
4706
|
[],
|
|
@@ -4725,7 +4868,7 @@ exports.UpdateProjectProfileOutput$ = [3, n0, _UPPO,
|
|
|
4725
4868
|
];
|
|
4726
4869
|
exports.UpdateRootDomainUnitOwnerInput$ = [3, n0, _URDUOI,
|
|
4727
4870
|
0,
|
|
4728
|
-
[_dI,
|
|
4871
|
+
[_dI, _cOu, _nO, _cT],
|
|
4729
4872
|
[[0, 1], 0, 0, [0, 4]], 3
|
|
4730
4873
|
];
|
|
4731
4874
|
exports.UpdateRootDomainUnitOwnerOutput$ = [3, n0, _URDUOO,
|
|
@@ -4884,6 +5027,9 @@ var BatchGetAttributeItems = [1, n0, _BGAI,
|
|
|
4884
5027
|
var BatchPutAttributeItems = [1, n0, _BPAI,
|
|
4885
5028
|
0, () => exports.BatchPutAttributeOutput$
|
|
4886
5029
|
];
|
|
5030
|
+
var CellOrder = [1, n0, _CO,
|
|
5031
|
+
0, () => exports.CellInformation$
|
|
5032
|
+
];
|
|
4887
5033
|
var ColumnNameList = 64 | 0;
|
|
4888
5034
|
var ComputeEnvironmentsList = 64 | 0;
|
|
4889
5035
|
var ConfigurableActionParameterList = [1, n0, _CAPL,
|
|
@@ -5062,6 +5208,9 @@ var MetadataGenerationRunTypeStats = [1, n0, _MGRTSe,
|
|
|
5062
5208
|
var NameIdentifiers = [1, n0, _NIa,
|
|
5063
5209
|
0, () => exports.NameIdentifier$
|
|
5064
5210
|
];
|
|
5211
|
+
var NotebookRunSummaryList = [1, n0, _NRSL,
|
|
5212
|
+
0, () => exports.NotebookRunSummary$
|
|
5213
|
+
];
|
|
5065
5214
|
var NotificationsList = [1, n0, _NL,
|
|
5066
5215
|
0, [() => exports.NotificationOutput$,
|
|
5067
5216
|
0]
|
|
@@ -5144,11 +5293,13 @@ var SearchTypesResultItems = [1, n0, _STRI,
|
|
|
5144
5293
|
0]
|
|
5145
5294
|
];
|
|
5146
5295
|
var SecurityGroupIdList = 64 | 0;
|
|
5296
|
+
var SecurityGroupIds = 64 | 0;
|
|
5147
5297
|
var SelfGrantStatusDetails = [1, n0, _SGSDe,
|
|
5148
5298
|
0, () => exports.SelfGrantStatusDetail$
|
|
5149
5299
|
];
|
|
5150
5300
|
var StringList = 64 | 0;
|
|
5151
5301
|
var SubnetIdList = 64 | 0;
|
|
5302
|
+
var SubnetIds = 64 | 0;
|
|
5152
5303
|
var SubscribedAssets = [1, n0, _SAu,
|
|
5153
5304
|
0, () => exports.SubscribedAsset$
|
|
5154
5305
|
];
|
|
@@ -5219,7 +5370,16 @@ var FormsOutputMap = [2, n0, _FOM,
|
|
|
5219
5370
|
0]
|
|
5220
5371
|
];
|
|
5221
5372
|
var GlobalParameterMap = 128 | 0;
|
|
5373
|
+
var Metadata = [2, n0, _Me,
|
|
5374
|
+
0, [0,
|
|
5375
|
+
0],
|
|
5376
|
+
[() => MetadataValue,
|
|
5377
|
+
0]
|
|
5378
|
+
];
|
|
5222
5379
|
var MetadataMap = 128 | 0;
|
|
5380
|
+
var _Parameters = [2, n0, _Pa,
|
|
5381
|
+
8, 0, 0
|
|
5382
|
+
];
|
|
5223
5383
|
var PropertyMap = 128 | 0;
|
|
5224
5384
|
var RegionalParameter = 128 | 0;
|
|
5225
5385
|
var RegionalParameterMap = [2, n0, _RPM,
|
|
@@ -5242,7 +5402,7 @@ exports.ActionParameters$ = [4, n0, _APc,
|
|
|
5242
5402
|
];
|
|
5243
5403
|
exports.AssetFilterConfiguration$ = [4, n0, _AFC,
|
|
5244
5404
|
0,
|
|
5245
|
-
[
|
|
5405
|
+
[_cCol, _rCo],
|
|
5246
5406
|
[() => exports.ColumnFilterConfiguration$, () => exports.RowFilterConfiguration$]
|
|
5247
5407
|
];
|
|
5248
5408
|
exports.AwsAccount$ = [4, n0, _AAw,
|
|
@@ -5330,7 +5490,7 @@ exports.MatchRationaleItem$ = [4, n0, _MRI,
|
|
|
5330
5490
|
[_tM],
|
|
5331
5491
|
[() => TextMatches]
|
|
5332
5492
|
];
|
|
5333
|
-
exports.Member$ = [4, n0,
|
|
5493
|
+
exports.Member$ = [4, n0, _Mem,
|
|
5334
5494
|
0,
|
|
5335
5495
|
[_uI, _gIr],
|
|
5336
5496
|
[0, 0]
|
|
@@ -5375,7 +5535,7 @@ exports.ProjectGrantFilter$ = [4, n0, _PGF,
|
|
|
5375
5535
|
[_dUF],
|
|
5376
5536
|
[() => exports.DomainUnitFilterForProject$]
|
|
5377
5537
|
];
|
|
5378
|
-
exports.ProvisioningConfiguration$ = [4, n0,
|
|
5538
|
+
exports.ProvisioningConfiguration$ = [4, n0, _PCro,
|
|
5379
5539
|
0,
|
|
5380
5540
|
[_lFC],
|
|
5381
5541
|
[() => exports.LakeFormationConfiguration$]
|
|
@@ -5417,7 +5577,7 @@ exports.RowFilter$ = [4, n0, _RF,
|
|
|
5417
5577
|
];
|
|
5418
5578
|
exports.RowFilterExpression$ = [4, n0, _RFE,
|
|
5419
5579
|
0,
|
|
5420
|
-
[_eTq, _nET, _gTre, _lT, _gTOET, _lTOET, _iN, _iNN, _in_,
|
|
5580
|
+
[_eTq, _nET, _gTre, _lT, _gTOET, _lTOET, _iN, _iNN, _in_, _nIot, _li, _nL],
|
|
5421
5581
|
[() => exports.EqualToExpression$, () => exports.NotEqualToExpression$, () => exports.GreaterThanExpression$, () => exports.LessThanExpression$, () => exports.GreaterThanOrEqualToExpression$, () => exports.LessThanOrEqualToExpression$, () => exports.IsNullExpression$, () => exports.IsNotNullExpression$, () => exports.InExpression$, () => exports.NotInExpression$, () => exports.LikeExpression$, () => exports.NotLikeExpression$]
|
|
5422
5582
|
];
|
|
5423
5583
|
exports.RuleDetail$ = [4, n0, _RD,
|
|
@@ -5757,6 +5917,9 @@ exports.GetListing$ = [9, n0, _GL,
|
|
|
5757
5917
|
exports.GetMetadataGenerationRun$ = [9, n0, _GMGR,
|
|
5758
5918
|
{ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}", 200] }, () => exports.GetMetadataGenerationRunInput$, () => exports.GetMetadataGenerationRunOutput$
|
|
5759
5919
|
];
|
|
5920
|
+
exports.GetNotebookRun$ = [9, n0, _GNR,
|
|
5921
|
+
{ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/notebook-runs/{identifier}", 200] }, () => exports.GetNotebookRunInput$, () => exports.GetNotebookRunOutput$
|
|
5922
|
+
];
|
|
5760
5923
|
exports.GetProject$ = [9, n0, _GP,
|
|
5761
5924
|
{ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/projects/{identifier}", 200] }, () => exports.GetProjectInput$, () => exports.GetProjectOutput$
|
|
5762
5925
|
];
|
|
@@ -5847,6 +6010,9 @@ exports.ListLineageNodeHistory$ = [9, n0, _LLNH,
|
|
|
5847
6010
|
exports.ListMetadataGenerationRuns$ = [9, n0, _LMGR,
|
|
5848
6011
|
{ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/metadata-generation-runs", 200] }, () => exports.ListMetadataGenerationRunsInput$, () => exports.ListMetadataGenerationRunsOutput$
|
|
5849
6012
|
];
|
|
6013
|
+
exports.ListNotebookRuns$ = [9, n0, _LNRi,
|
|
6014
|
+
{ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/notebook-runs", 200] }, () => exports.ListNotebookRunsInput$, () => exports.ListNotebookRunsOutput$
|
|
6015
|
+
];
|
|
5850
6016
|
exports.ListNotifications$ = [9, n0, _LNi,
|
|
5851
6017
|
{ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/notifications", 200] }, () => exports.ListNotificationsInput$, () => exports.ListNotificationsOutput$
|
|
5852
6018
|
];
|
|
@@ -5934,6 +6100,12 @@ exports.StartDataSourceRun$ = [9, n0, _SDSR,
|
|
|
5934
6100
|
exports.StartMetadataGenerationRun$ = [9, n0, _SMGR,
|
|
5935
6101
|
{ [_ht]: ["POST", "/v2/domains/{domainIdentifier}/metadata-generation-runs", 200] }, () => exports.StartMetadataGenerationRunInput$, () => exports.StartMetadataGenerationRunOutput$
|
|
5936
6102
|
];
|
|
6103
|
+
exports.StartNotebookRun$ = [9, n0, _SNR,
|
|
6104
|
+
{ [_ht]: ["POST", "/v2/domains/{domainIdentifier}/notebook-runs", 201] }, () => exports.StartNotebookRunInput$, () => exports.StartNotebookRunOutput$
|
|
6105
|
+
];
|
|
6106
|
+
exports.StopNotebookRun$ = [9, n0, _SNRt,
|
|
6107
|
+
{ [_ht]: ["PUT", "/v2/domains/{domainIdentifier}/notebook-runs/{identifier}/stop", 200] }, () => exports.StopNotebookRunInput$, () => exports.StopNotebookRunOutput$
|
|
6108
|
+
];
|
|
5937
6109
|
exports.TagResource$ = [9, n0, _TRa,
|
|
5938
6110
|
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
5939
6111
|
];
|