@aws-sdk/client-datazone 3.1092.0 → 3.1094.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist-cjs/index.js +63 -17
- package/dist-es/DataZone.js +2 -0
- package/dist-es/commands/StartNotebookSyncCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/schemas/schemas_0.js +51 -16
- package/dist-types/DataZone.d.ts +7 -0
- package/dist-types/DataZoneClient.d.ts +3 -2
- package/dist-types/commands/CreateNotebookCommand.d.ts +10 -1
- package/dist-types/commands/GetNotebookCommand.d.ts +10 -1
- package/dist-types/commands/GetNotebookRunCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebooksCommand.d.ts +2 -2
- package/dist-types/commands/StartNotebookImportCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookSyncCommand.d.ts +131 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +11 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +46 -16
- package/dist-types/models/models_1.d.ts +28 -17
- package/dist-types/models/models_2.d.ts +116 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/DataZone.d.ts +17 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartNotebookSyncCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -4
- package/dist-types/ts3.4/models/models_1.d.ts +8 -5
- package/dist-types/ts3.4/models/models_2.d.ts +27 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +1 -1
|
@@ -170,6 +170,7 @@ import type { StartMetadataGenerationRunCommandInput, StartMetadataGenerationRun
|
|
|
170
170
|
import type { StartNotebookExportCommandInput, StartNotebookExportCommandOutput } from "./commands/StartNotebookExportCommand";
|
|
171
171
|
import type { StartNotebookImportCommandInput, StartNotebookImportCommandOutput } from "./commands/StartNotebookImportCommand";
|
|
172
172
|
import type { StartNotebookRunCommandInput, StartNotebookRunCommandOutput } from "./commands/StartNotebookRunCommand";
|
|
173
|
+
import type { StartNotebookSyncCommandInput, StartNotebookSyncCommandOutput } from "./commands/StartNotebookSyncCommand";
|
|
173
174
|
import type { StopNotebookRunCommandInput, StopNotebookRunCommandOutput } from "./commands/StopNotebookRunCommand";
|
|
174
175
|
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
175
176
|
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -201,11 +202,11 @@ export { __Client };
|
|
|
201
202
|
/**
|
|
202
203
|
* @public
|
|
203
204
|
*/
|
|
204
|
-
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | BatchGetAttributesMetadataCommandInput | BatchPutAttributesMetadataCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateNotebookCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataExportConfigurationCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteLineageEventCommandInput | DeleteListingCommandInput | DeleteNotebookCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataExportConfigurationCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetNotebookCommandInput | GetNotebookExportCommandInput | GetNotebookRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotebookRunsCommandInput | ListNotebooksCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutDataExportConfigurationCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | QueryGraphCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | StartNotebookExportCommandInput | StartNotebookImportCommandInput | StartNotebookRunCommandInput | StopNotebookRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateNotebookCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRootDomainUnitOwnerCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
205
|
+
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | BatchGetAttributesMetadataCommandInput | BatchPutAttributesMetadataCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateNotebookCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataExportConfigurationCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteLineageEventCommandInput | DeleteListingCommandInput | DeleteNotebookCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataExportConfigurationCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetNotebookCommandInput | GetNotebookExportCommandInput | GetNotebookRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotebookRunsCommandInput | ListNotebooksCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutDataExportConfigurationCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | QueryGraphCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | StartNotebookExportCommandInput | StartNotebookImportCommandInput | StartNotebookRunCommandInput | StartNotebookSyncCommandInput | StopNotebookRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateNotebookCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRootDomainUnitOwnerCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
205
206
|
/**
|
|
206
207
|
* @public
|
|
207
208
|
*/
|
|
208
|
-
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | BatchGetAttributesMetadataCommandOutput | BatchPutAttributesMetadataCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateNotebookCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataExportConfigurationCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteLineageEventCommandOutput | DeleteListingCommandOutput | DeleteNotebookCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataExportConfigurationCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetNotebookCommandOutput | GetNotebookExportCommandOutput | GetNotebookRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotebookRunsCommandOutput | ListNotebooksCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutDataExportConfigurationCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | QueryGraphCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | StartNotebookExportCommandOutput | StartNotebookImportCommandOutput | StartNotebookRunCommandOutput | StopNotebookRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateNotebookCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRootDomainUnitOwnerCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
209
|
+
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | BatchGetAttributesMetadataCommandOutput | BatchPutAttributesMetadataCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateNotebookCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataExportConfigurationCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteLineageEventCommandOutput | DeleteListingCommandOutput | DeleteNotebookCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataExportConfigurationCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetNotebookCommandOutput | GetNotebookExportCommandOutput | GetNotebookRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotebookRunsCommandOutput | ListNotebooksCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutDataExportConfigurationCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | QueryGraphCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | StartNotebookExportCommandOutput | StartNotebookImportCommandOutput | StartNotebookRunCommandOutput | StartNotebookSyncCommandOutput | StopNotebookRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateNotebookCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRootDomainUnitOwnerCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
209
210
|
/**
|
|
210
211
|
* @public
|
|
211
212
|
*/
|
|
@@ -56,7 +56,7 @@ declare const CreateNotebookCommand_base: {
|
|
|
56
56
|
* // cellOrder: [ // CellOrder // required
|
|
57
57
|
* // {},
|
|
58
58
|
* // ],
|
|
59
|
-
* // status: "ACTIVE" || "ARCHIVED", // required
|
|
59
|
+
* // status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED", // required
|
|
60
60
|
* // description: "STRING_VALUE",
|
|
61
61
|
* // createdAt: new Date("TIMESTAMP"),
|
|
62
62
|
* // createdBy: "STRING_VALUE",
|
|
@@ -82,6 +82,15 @@ declare const CreateNotebookCommand_base: {
|
|
|
82
82
|
* // error: { // NotebookError
|
|
83
83
|
* // message: "STRING_VALUE", // required
|
|
84
84
|
* // },
|
|
85
|
+
* // gitMetadata: { // GitMetadata
|
|
86
|
+
* // connectionId: "STRING_VALUE", // required
|
|
87
|
+
* // repository: "STRING_VALUE", // required
|
|
88
|
+
* // branch: "STRING_VALUE", // required
|
|
89
|
+
* // commitHash: "STRING_VALUE", // required
|
|
90
|
+
* // fileName: "STRING_VALUE",
|
|
91
|
+
* // committedAt: new Date("TIMESTAMP"),
|
|
92
|
+
* // commitMessage: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
85
94
|
* // };
|
|
86
95
|
*
|
|
87
96
|
* ```
|
|
@@ -47,7 +47,7 @@ declare const GetNotebookCommand_base: {
|
|
|
47
47
|
* // cellOrder: [ // CellOrder // required
|
|
48
48
|
* // {},
|
|
49
49
|
* // ],
|
|
50
|
-
* // status: "ACTIVE" || "ARCHIVED", // required
|
|
50
|
+
* // status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED", // required
|
|
51
51
|
* // description: "STRING_VALUE",
|
|
52
52
|
* // createdAt: new Date("TIMESTAMP"),
|
|
53
53
|
* // createdBy: "STRING_VALUE",
|
|
@@ -73,6 +73,15 @@ declare const GetNotebookCommand_base: {
|
|
|
73
73
|
* // error: { // NotebookError
|
|
74
74
|
* // message: "STRING_VALUE", // required
|
|
75
75
|
* // },
|
|
76
|
+
* // gitMetadata: { // GitMetadata
|
|
77
|
+
* // connectionId: "STRING_VALUE", // required
|
|
78
|
+
* // repository: "STRING_VALUE", // required
|
|
79
|
+
* // branch: "STRING_VALUE", // required
|
|
80
|
+
* // commitHash: "STRING_VALUE", // required
|
|
81
|
+
* // fileName: "STRING_VALUE",
|
|
82
|
+
* // committedAt: new Date("TIMESTAMP"),
|
|
83
|
+
* // commitMessage: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
76
85
|
* // };
|
|
77
86
|
*
|
|
78
87
|
* ```
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetNotebookRunInput } from "../models/
|
|
3
|
-
import type { GetNotebookRunOutput } from "../models/models_2";
|
|
2
|
+
import type { GetNotebookRunInput, GetNotebookRunOutput } from "../models/models_2";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -39,7 +39,7 @@ declare const ListNotebooksCommand_base: {
|
|
|
39
39
|
* maxResults: Number("int"),
|
|
40
40
|
* sortOrder: "ASCENDING" || "DESCENDING",
|
|
41
41
|
* sortBy: "CREATED_AT" || "UPDATED_AT",
|
|
42
|
-
* status: "ACTIVE" || "ARCHIVED",
|
|
42
|
+
* status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED",
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ListNotebooksCommand(input);
|
|
@@ -51,7 +51,7 @@ declare const ListNotebooksCommand_base: {
|
|
|
51
51
|
* // name: "STRING_VALUE", // required
|
|
52
52
|
* // owningProjectId: "STRING_VALUE", // required
|
|
53
53
|
* // domainId: "STRING_VALUE", // required
|
|
54
|
-
* // status: "ACTIVE" || "ARCHIVED", // required
|
|
54
|
+
* // status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED", // required
|
|
55
55
|
* // description: "STRING_VALUE",
|
|
56
56
|
* // createdAt: new Date("TIMESTAMP"),
|
|
57
57
|
* // createdBy: "STRING_VALUE",
|
|
@@ -47,7 +47,7 @@ declare const StartNotebookImportCommand_base: {
|
|
|
47
47
|
* const response = await client.send(command);
|
|
48
48
|
* // { // StartNotebookImportOutput
|
|
49
49
|
* // notebookId: "STRING_VALUE",
|
|
50
|
-
* // status: "ACTIVE" || "ARCHIVED",
|
|
50
|
+
* // status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED",
|
|
51
51
|
* // domainId: "STRING_VALUE",
|
|
52
52
|
* // owningProjectId: "STRING_VALUE",
|
|
53
53
|
* // name: "STRING_VALUE",
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { StartNotebookSyncInput, StartNotebookSyncOutput } from "../models/models_2";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link StartNotebookSyncCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface StartNotebookSyncCommandInput extends StartNotebookSyncInput {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link StartNotebookSyncCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface StartNotebookSyncCommandOutput extends StartNotebookSyncOutput, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const StartNotebookSyncCommand_base: {
|
|
22
|
+
new (input: StartNotebookSyncCommandInput): import("@smithy/core/client").CommandImpl<StartNotebookSyncCommandInput, StartNotebookSyncCommandOutput, import("..").DataZoneClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartNotebookSyncCommandInput): import("@smithy/core/client").CommandImpl<StartNotebookSyncCommandInput, StartNotebookSyncCommandOutput, import("..").DataZoneClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Starts a notebook sync in Amazon SageMaker Unified Studio. This operation syncs a notebook from a Git repository into a project.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { DataZoneClient, StartNotebookSyncCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
32
|
+
* // const { DataZoneClient, StartNotebookSyncCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
33
|
+
* // import type { DataZoneClientConfig } from "@aws-sdk/client-datazone";
|
|
34
|
+
* const config = {}; // type is DataZoneClientConfig
|
|
35
|
+
* const client = new DataZoneClient(config);
|
|
36
|
+
* const input = { // StartNotebookSyncInput
|
|
37
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* owningProjectIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* sourceLocation: { // SourceLocation Union: only one key present
|
|
40
|
+
* s3: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* gitMetadata: { // GitMetadata
|
|
43
|
+
* connectionId: "STRING_VALUE", // required
|
|
44
|
+
* repository: "STRING_VALUE", // required
|
|
45
|
+
* branch: "STRING_VALUE", // required
|
|
46
|
+
* commitHash: "STRING_VALUE", // required
|
|
47
|
+
* fileName: "STRING_VALUE",
|
|
48
|
+
* committedAt: new Date("TIMESTAMP"),
|
|
49
|
+
* commitMessage: "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* notebookId: "STRING_VALUE",
|
|
52
|
+
* name: "STRING_VALUE",
|
|
53
|
+
* description: "STRING_VALUE",
|
|
54
|
+
* clientToken: "STRING_VALUE",
|
|
55
|
+
* };
|
|
56
|
+
* const command = new StartNotebookSyncCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* // { // StartNotebookSyncOutput
|
|
59
|
+
* // notebookId: "STRING_VALUE",
|
|
60
|
+
* // status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED",
|
|
61
|
+
* // domainId: "STRING_VALUE",
|
|
62
|
+
* // owningProjectId: "STRING_VALUE",
|
|
63
|
+
* // sourceLocation: { // SourceLocation Union: only one key present
|
|
64
|
+
* // s3: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // gitMetadata: { // GitMetadata
|
|
67
|
+
* // connectionId: "STRING_VALUE", // required
|
|
68
|
+
* // repository: "STRING_VALUE", // required
|
|
69
|
+
* // branch: "STRING_VALUE", // required
|
|
70
|
+
* // commitHash: "STRING_VALUE", // required
|
|
71
|
+
* // fileName: "STRING_VALUE",
|
|
72
|
+
* // committedAt: new Date("TIMESTAMP"),
|
|
73
|
+
* // commitMessage: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // name: "STRING_VALUE",
|
|
76
|
+
* // description: "STRING_VALUE",
|
|
77
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
78
|
+
* // createdBy: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* @param StartNotebookSyncCommandInput - {@link StartNotebookSyncCommandInput}
|
|
84
|
+
* @returns {@link StartNotebookSyncCommandOutput}
|
|
85
|
+
* @see {@link StartNotebookSyncCommandInput} for command's `input` shape.
|
|
86
|
+
* @see {@link StartNotebookSyncCommandOutput} for command's `response` shape.
|
|
87
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
90
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ConflictException} (client fault)
|
|
93
|
+
* <p>There is a conflict while performing this action.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InternalServerException} (server fault)
|
|
96
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
99
|
+
* <p>The specified resource cannot be found.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
102
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
105
|
+
* <p>The request was denied due to request throttling.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ValidationException} (client fault)
|
|
108
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
111
|
+
* <p>You do not have permission to perform this action.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link DataZoneServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
115
|
+
*
|
|
116
|
+
*
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export declare class StartNotebookSyncCommand extends StartNotebookSyncCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: StartNotebookSyncInput;
|
|
124
|
+
output: StartNotebookSyncOutput;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: StartNotebookSyncCommandInput;
|
|
128
|
+
output: StartNotebookSyncCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
}
|
|
@@ -37,7 +37,7 @@ declare const UpdateNotebookCommand_base: {
|
|
|
37
37
|
* domainIdentifier: "STRING_VALUE", // required
|
|
38
38
|
* identifier: "STRING_VALUE", // required
|
|
39
39
|
* description: "STRING_VALUE",
|
|
40
|
-
* status: "ACTIVE" || "ARCHIVED",
|
|
40
|
+
* status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED",
|
|
41
41
|
* name: "STRING_VALUE",
|
|
42
42
|
* cellOrder: [ // CellOrder
|
|
43
43
|
* {},
|
|
@@ -67,7 +67,7 @@ declare const UpdateNotebookCommand_base: {
|
|
|
67
67
|
* // cellOrder: [ // CellOrder // required
|
|
68
68
|
* // {},
|
|
69
69
|
* // ],
|
|
70
|
-
* // status: "ACTIVE" || "ARCHIVED", // required
|
|
70
|
+
* // status: "ACTIVE" || "ARCHIVED" || "SYNC_IN_PROGRESS" || "SYNC_FAILED", // required
|
|
71
71
|
* // description: "STRING_VALUE",
|
|
72
72
|
* // createdAt: new Date("TIMESTAMP"),
|
|
73
73
|
* // createdBy: "STRING_VALUE",
|
|
@@ -93,6 +93,15 @@ declare const UpdateNotebookCommand_base: {
|
|
|
93
93
|
* // error: { // NotebookError
|
|
94
94
|
* // message: "STRING_VALUE", // required
|
|
95
95
|
* // },
|
|
96
|
+
* // gitMetadata: { // GitMetadata
|
|
97
|
+
* // connectionId: "STRING_VALUE", // required
|
|
98
|
+
* // repository: "STRING_VALUE", // required
|
|
99
|
+
* // branch: "STRING_VALUE", // required
|
|
100
|
+
* // commitHash: "STRING_VALUE", // required
|
|
101
|
+
* // fileName: "STRING_VALUE",
|
|
102
|
+
* // committedAt: new Date("TIMESTAMP"),
|
|
103
|
+
* // commitMessage: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
96
105
|
* // };
|
|
97
106
|
*
|
|
98
107
|
* ```
|
|
@@ -162,6 +162,7 @@ export * from "./StartMetadataGenerationRunCommand";
|
|
|
162
162
|
export * from "./StartNotebookExportCommand";
|
|
163
163
|
export * from "./StartNotebookImportCommand";
|
|
164
164
|
export * from "./StartNotebookRunCommand";
|
|
165
|
+
export * from "./StartNotebookSyncCommand";
|
|
165
166
|
export * from "./StopNotebookRunCommand";
|
|
166
167
|
export * from "./TagResourceCommand";
|
|
167
168
|
export * from "./UntagResourceCommand";
|
|
@@ -766,6 +766,14 @@ export declare const NotebookStatus: {
|
|
|
766
766
|
* <p>The notebook is archived.</p>
|
|
767
767
|
*/
|
|
768
768
|
readonly ARCHIVED: "ARCHIVED";
|
|
769
|
+
/**
|
|
770
|
+
* <p>The notebook sync failed.</p>
|
|
771
|
+
*/
|
|
772
|
+
readonly SYNC_FAILED: "SYNC_FAILED";
|
|
773
|
+
/**
|
|
774
|
+
* <p>The notebook sync is in progress.</p>
|
|
775
|
+
*/
|
|
776
|
+
readonly SYNC_IN_PROGRESS: "SYNC_IN_PROGRESS";
|
|
769
777
|
};
|
|
770
778
|
/**
|
|
771
779
|
* @public
|
|
@@ -9427,6 +9427,47 @@ export interface NotebookError {
|
|
|
9427
9427
|
*/
|
|
9428
9428
|
message: string | undefined;
|
|
9429
9429
|
}
|
|
9430
|
+
/**
|
|
9431
|
+
* <p>The Git metadata for a notebook sync operation in Amazon SageMaker Unified Studio. Contains information about the Git repository, branch, and commit associated with the notebook.</p>
|
|
9432
|
+
* @public
|
|
9433
|
+
*/
|
|
9434
|
+
export interface GitMetadata {
|
|
9435
|
+
/**
|
|
9436
|
+
* <p>The identifier of the Git connection.</p>
|
|
9437
|
+
* @public
|
|
9438
|
+
*/
|
|
9439
|
+
connectionId: string | undefined;
|
|
9440
|
+
/**
|
|
9441
|
+
* <p>The name of the Git repository.</p>
|
|
9442
|
+
* @public
|
|
9443
|
+
*/
|
|
9444
|
+
repository: string | undefined;
|
|
9445
|
+
/**
|
|
9446
|
+
* <p>The name of the Git branch.</p>
|
|
9447
|
+
* @public
|
|
9448
|
+
*/
|
|
9449
|
+
branch: string | undefined;
|
|
9450
|
+
/**
|
|
9451
|
+
* <p>The commit hash in the Git repository.</p>
|
|
9452
|
+
* @public
|
|
9453
|
+
*/
|
|
9454
|
+
commitHash: string | undefined;
|
|
9455
|
+
/**
|
|
9456
|
+
* <p>The name of the file in the Git repository.</p>
|
|
9457
|
+
* @public
|
|
9458
|
+
*/
|
|
9459
|
+
fileName?: string | undefined;
|
|
9460
|
+
/**
|
|
9461
|
+
* <p>The timestamp of when the commit was made.</p>
|
|
9462
|
+
* @public
|
|
9463
|
+
*/
|
|
9464
|
+
committedAt?: Date | undefined;
|
|
9465
|
+
/**
|
|
9466
|
+
* <p>The commit message associated with the Git commit.</p>
|
|
9467
|
+
* @public
|
|
9468
|
+
*/
|
|
9469
|
+
commitMessage?: string | undefined;
|
|
9470
|
+
}
|
|
9430
9471
|
/**
|
|
9431
9472
|
* @public
|
|
9432
9473
|
*/
|
|
@@ -9526,6 +9567,11 @@ export interface CreateNotebookOutput {
|
|
|
9526
9567
|
* @public
|
|
9527
9568
|
*/
|
|
9528
9569
|
error?: NotebookError | undefined;
|
|
9570
|
+
/**
|
|
9571
|
+
* <p>The Git metadata associated with the notebook.</p>
|
|
9572
|
+
* @public
|
|
9573
|
+
*/
|
|
9574
|
+
gitMetadata?: GitMetadata | undefined;
|
|
9529
9575
|
}
|
|
9530
9576
|
/**
|
|
9531
9577
|
* <p>The details about a project member.</p>
|
|
@@ -10230,19 +10276,3 @@ export declare namespace RuleDetail {
|
|
|
10230
10276
|
_: (name: string, value: any) => T;
|
|
10231
10277
|
}
|
|
10232
10278
|
}
|
|
10233
|
-
/**
|
|
10234
|
-
* <p>Specifies projects in which the rule is created.</p>
|
|
10235
|
-
* @public
|
|
10236
|
-
*/
|
|
10237
|
-
export interface ProjectsForRule {
|
|
10238
|
-
/**
|
|
10239
|
-
* <p>The selection mode of the rule.</p>
|
|
10240
|
-
* @public
|
|
10241
|
-
*/
|
|
10242
|
-
selectionMode: RuleScopeSelectionMode | undefined;
|
|
10243
|
-
/**
|
|
10244
|
-
* <p>The specific projects in which the rule is created.</p>
|
|
10245
|
-
* @public
|
|
10246
|
-
*/
|
|
10247
|
-
specificProjects?: string[] | undefined;
|
|
10248
|
-
}
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FileFormat, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotebookExportStatus, NotebookStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
-
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, AssetScope, AssetTargetNameMap, AssetTypesForRule, CellInformation, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, MatchRationaleItem, Member, Model, NotebookError, Permissions, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError,
|
|
1
|
+
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FileFormat, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotebookExportStatus, NotebookStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, ResolutionStrategy, RuleAction, RuleScopeSelectionMode, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
+
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, AssetScope, AssetTargetNameMap, AssetTypesForRule, CellInformation, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, GitMetadata, MatchRationaleItem, Member, Model, NotebookError, Permissions, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, RuleDetail, ScheduleConfiguration, SingleSignOn, SubscribedListing, SubscribedPrincipal, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Specifies projects in which the rule is created.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ProjectsForRule {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The selection mode of the rule.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
selectionMode: RuleScopeSelectionMode | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The specific projects in which the rule is created.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
specificProjects?: string[] | undefined;
|
|
18
|
+
}
|
|
3
19
|
/**
|
|
4
20
|
* <p>The scope of a rule.</p>
|
|
5
21
|
* @public
|
|
@@ -9216,6 +9232,11 @@ export interface GetNotebookOutput {
|
|
|
9216
9232
|
* @public
|
|
9217
9233
|
*/
|
|
9218
9234
|
error?: NotebookError | undefined;
|
|
9235
|
+
/**
|
|
9236
|
+
* <p>The Git metadata associated with the notebook.</p>
|
|
9237
|
+
* @public
|
|
9238
|
+
*/
|
|
9239
|
+
gitMetadata?: GitMetadata | undefined;
|
|
9219
9240
|
}
|
|
9220
9241
|
/**
|
|
9221
9242
|
* @public
|
|
@@ -9482,6 +9503,11 @@ export interface UpdateNotebookOutput {
|
|
|
9482
9503
|
* @public
|
|
9483
9504
|
*/
|
|
9484
9505
|
error?: NotebookError | undefined;
|
|
9506
|
+
/**
|
|
9507
|
+
* <p>The Git metadata associated with the notebook.</p>
|
|
9508
|
+
* @public
|
|
9509
|
+
*/
|
|
9510
|
+
gitMetadata?: GitMetadata | undefined;
|
|
9485
9511
|
}
|
|
9486
9512
|
/**
|
|
9487
9513
|
* @public
|
|
@@ -9688,18 +9714,3 @@ export interface StartNotebookExportOutput {
|
|
|
9688
9714
|
*/
|
|
9689
9715
|
createdBy?: string | undefined;
|
|
9690
9716
|
}
|
|
9691
|
-
/**
|
|
9692
|
-
* @public
|
|
9693
|
-
*/
|
|
9694
|
-
export interface GetNotebookRunInput {
|
|
9695
|
-
/**
|
|
9696
|
-
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run exists.</p>
|
|
9697
|
-
* @public
|
|
9698
|
-
*/
|
|
9699
|
-
domainIdentifier: string | undefined;
|
|
9700
|
-
/**
|
|
9701
|
-
* <p>The identifier of the notebook run.</p>
|
|
9702
|
-
* @public
|
|
9703
|
-
*/
|
|
9704
|
-
identifier: string | undefined;
|
|
9705
|
-
}
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NetworkAccessType, NotebookRunStatus, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TriggerSourceType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, CellInformation, ColumnFilterConfiguration, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FormEntryOutput, FormOutput, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
|
|
2
|
+
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, CellInformation, ColumnFilterConfiguration, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FormEntryOutput, FormOutput, GitMetadata, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
|
|
3
3
|
import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, FailureCause, GrantedEntity, Import, RuleScope, RuleTarget, SubscribedAsset, SubscriptionTargetForm, TimeSeriesDataPointFormOutput } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface GetNotebookRunInput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run exists.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
domainIdentifier: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The identifier of the notebook run.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
identifier: string | undefined;
|
|
18
|
+
}
|
|
4
19
|
/**
|
|
5
20
|
* <p>The error details of a failed notebook run in Amazon SageMaker Unified Studio.</p>
|
|
6
21
|
* @public
|
|
@@ -2399,6 +2414,106 @@ export interface StartNotebookImportOutput {
|
|
|
2399
2414
|
*/
|
|
2400
2415
|
createdBy?: string | undefined;
|
|
2401
2416
|
}
|
|
2417
|
+
/**
|
|
2418
|
+
* @public
|
|
2419
|
+
*/
|
|
2420
|
+
export interface StartNotebookSyncInput {
|
|
2421
|
+
/**
|
|
2422
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which to sync the notebook.</p>
|
|
2423
|
+
* @public
|
|
2424
|
+
*/
|
|
2425
|
+
domainIdentifier: string | undefined;
|
|
2426
|
+
/**
|
|
2427
|
+
* <p>The identifier of the project that will own the synced notebook.</p>
|
|
2428
|
+
* @public
|
|
2429
|
+
*/
|
|
2430
|
+
owningProjectIdentifier: string | undefined;
|
|
2431
|
+
/**
|
|
2432
|
+
* <p>The source location of the notebook to sync. This specifies the Amazon Simple Storage Service URI of the notebook file.</p>
|
|
2433
|
+
* @public
|
|
2434
|
+
*/
|
|
2435
|
+
sourceLocation: SourceLocation | undefined;
|
|
2436
|
+
/**
|
|
2437
|
+
* <p>The Git metadata for the notebook sync, including repository, branch, and commit information.</p>
|
|
2438
|
+
* @public
|
|
2439
|
+
*/
|
|
2440
|
+
gitMetadata?: GitMetadata | undefined;
|
|
2441
|
+
/**
|
|
2442
|
+
* <p>The identifier of an existing notebook to sync. If not specified, a new notebook is created.</p>
|
|
2443
|
+
* @public
|
|
2444
|
+
*/
|
|
2445
|
+
notebookId?: string | undefined;
|
|
2446
|
+
/**
|
|
2447
|
+
* <p>The name of the notebook. The name must be between 1 and 256 characters.</p>
|
|
2448
|
+
* @public
|
|
2449
|
+
*/
|
|
2450
|
+
name?: string | undefined;
|
|
2451
|
+
/**
|
|
2452
|
+
* <p>The description of the notebook.</p>
|
|
2453
|
+
* @public
|
|
2454
|
+
*/
|
|
2455
|
+
description?: string | undefined;
|
|
2456
|
+
/**
|
|
2457
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
2458
|
+
* @public
|
|
2459
|
+
*/
|
|
2460
|
+
clientToken?: string | undefined;
|
|
2461
|
+
}
|
|
2462
|
+
/**
|
|
2463
|
+
* @public
|
|
2464
|
+
*/
|
|
2465
|
+
export interface StartNotebookSyncOutput {
|
|
2466
|
+
/**
|
|
2467
|
+
* <p>The identifier of the synced notebook.</p>
|
|
2468
|
+
* @public
|
|
2469
|
+
*/
|
|
2470
|
+
notebookId?: string | undefined;
|
|
2471
|
+
/**
|
|
2472
|
+
* <p>The status of the notebook sync.</p>
|
|
2473
|
+
* @public
|
|
2474
|
+
*/
|
|
2475
|
+
status?: NotebookStatus | undefined;
|
|
2476
|
+
/**
|
|
2477
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
2478
|
+
* @public
|
|
2479
|
+
*/
|
|
2480
|
+
domainId?: string | undefined;
|
|
2481
|
+
/**
|
|
2482
|
+
* <p>The identifier of the project that owns the synced notebook.</p>
|
|
2483
|
+
* @public
|
|
2484
|
+
*/
|
|
2485
|
+
owningProjectId?: string | undefined;
|
|
2486
|
+
/**
|
|
2487
|
+
* <p>The source location from which the notebook was synced.</p>
|
|
2488
|
+
* @public
|
|
2489
|
+
*/
|
|
2490
|
+
sourceLocation?: SourceLocation | undefined;
|
|
2491
|
+
/**
|
|
2492
|
+
* <p>The Git metadata associated with the synced notebook.</p>
|
|
2493
|
+
* @public
|
|
2494
|
+
*/
|
|
2495
|
+
gitMetadata?: GitMetadata | undefined;
|
|
2496
|
+
/**
|
|
2497
|
+
* <p>The name of the synced notebook.</p>
|
|
2498
|
+
* @public
|
|
2499
|
+
*/
|
|
2500
|
+
name?: string | undefined;
|
|
2501
|
+
/**
|
|
2502
|
+
* <p>The description of the synced notebook.</p>
|
|
2503
|
+
* @public
|
|
2504
|
+
*/
|
|
2505
|
+
description?: string | undefined;
|
|
2506
|
+
/**
|
|
2507
|
+
* <p>The timestamp of when the notebook sync was started.</p>
|
|
2508
|
+
* @public
|
|
2509
|
+
*/
|
|
2510
|
+
createdAt?: Date | undefined;
|
|
2511
|
+
/**
|
|
2512
|
+
* <p>The identifier of the user who started the notebook sync.</p>
|
|
2513
|
+
* @public
|
|
2514
|
+
*/
|
|
2515
|
+
createdBy?: string | undefined;
|
|
2516
|
+
}
|
|
2402
2517
|
/**
|
|
2403
2518
|
* @public
|
|
2404
2519
|
*/
|