@aws-sdk/client-datazone 3.425.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/LICENSE +201 -0
- package/README.md +1001 -0
- package/dist-cjs/DataZone.js +209 -0
- package/dist-cjs/DataZoneClient.js +43 -0
- package/dist-cjs/commands/AcceptPredictionsCommand.js +50 -0
- package/dist-cjs/commands/AcceptSubscriptionRequestCommand.js +51 -0
- package/dist-cjs/commands/CancelSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/CreateAssetCommand.js +51 -0
- package/dist-cjs/commands/CreateAssetRevisionCommand.js +51 -0
- package/dist-cjs/commands/CreateAssetTypeCommand.js +51 -0
- package/dist-cjs/commands/CreateDataSourceCommand.js +51 -0
- package/dist-cjs/commands/CreateDomainCommand.js +50 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +51 -0
- package/dist-cjs/commands/CreateEnvironmentProfileCommand.js +51 -0
- package/dist-cjs/commands/CreateFormTypeCommand.js +51 -0
- package/dist-cjs/commands/CreateGlossaryCommand.js +51 -0
- package/dist-cjs/commands/CreateGlossaryTermCommand.js +51 -0
- package/dist-cjs/commands/CreateGroupProfileCommand.js +51 -0
- package/dist-cjs/commands/CreateListingChangeSetCommand.js +50 -0
- package/dist-cjs/commands/CreateProjectCommand.js +51 -0
- package/dist-cjs/commands/CreateProjectMembershipCommand.js +50 -0
- package/dist-cjs/commands/CreateSubscriptionGrantCommand.js +50 -0
- package/dist-cjs/commands/CreateSubscriptionRequestCommand.js +51 -0
- package/dist-cjs/commands/CreateSubscriptionTargetCommand.js +51 -0
- package/dist-cjs/commands/CreateUserProfileCommand.js +51 -0
- package/dist-cjs/commands/DeleteAssetCommand.js +50 -0
- package/dist-cjs/commands/DeleteAssetTypeCommand.js +50 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +51 -0
- package/dist-cjs/commands/DeleteDomainCommand.js +50 -0
- package/dist-cjs/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +50 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +50 -0
- package/dist-cjs/commands/DeleteEnvironmentProfileCommand.js +50 -0
- package/dist-cjs/commands/DeleteFormTypeCommand.js +50 -0
- package/dist-cjs/commands/DeleteGlossaryCommand.js +50 -0
- package/dist-cjs/commands/DeleteGlossaryTermCommand.js +50 -0
- package/dist-cjs/commands/DeleteListingCommand.js +50 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +50 -0
- package/dist-cjs/commands/DeleteProjectMembershipCommand.js +50 -0
- package/dist-cjs/commands/DeleteSubscriptionGrantCommand.js +50 -0
- package/dist-cjs/commands/DeleteSubscriptionRequestCommand.js +50 -0
- package/dist-cjs/commands/DeleteSubscriptionTargetCommand.js +50 -0
- package/dist-cjs/commands/GetAssetCommand.js +51 -0
- package/dist-cjs/commands/GetAssetTypeCommand.js +51 -0
- package/dist-cjs/commands/GetDataSourceCommand.js +51 -0
- package/dist-cjs/commands/GetDataSourceRunCommand.js +50 -0
- package/dist-cjs/commands/GetDomainCommand.js +50 -0
- package/dist-cjs/commands/GetEnvironmentBlueprintCommand.js +51 -0
- package/dist-cjs/commands/GetEnvironmentBlueprintConfigurationCommand.js +50 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +51 -0
- package/dist-cjs/commands/GetEnvironmentProfileCommand.js +51 -0
- package/dist-cjs/commands/GetFormTypeCommand.js +51 -0
- package/dist-cjs/commands/GetGlossaryCommand.js +51 -0
- package/dist-cjs/commands/GetGlossaryTermCommand.js +51 -0
- package/dist-cjs/commands/GetGroupProfileCommand.js +51 -0
- package/dist-cjs/commands/GetIamPortalLoginUrlCommand.js +50 -0
- package/dist-cjs/commands/GetListingCommand.js +51 -0
- package/dist-cjs/commands/GetProjectCommand.js +51 -0
- package/dist-cjs/commands/GetSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/GetSubscriptionGrantCommand.js +50 -0
- package/dist-cjs/commands/GetSubscriptionRequestDetailsCommand.js +51 -0
- package/dist-cjs/commands/GetSubscriptionTargetCommand.js +51 -0
- package/dist-cjs/commands/GetUserProfileCommand.js +51 -0
- package/dist-cjs/commands/ListAssetRevisionsCommand.js +50 -0
- package/dist-cjs/commands/ListDataSourceRunActivitiesCommand.js +51 -0
- package/dist-cjs/commands/ListDataSourceRunsCommand.js +50 -0
- package/dist-cjs/commands/ListDataSourcesCommand.js +51 -0
- package/dist-cjs/commands/ListDomainsCommand.js +51 -0
- package/dist-cjs/commands/ListEnvironmentBlueprintConfigurationsCommand.js +50 -0
- package/dist-cjs/commands/ListEnvironmentBlueprintsCommand.js +51 -0
- package/dist-cjs/commands/ListEnvironmentProfilesCommand.js +51 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +51 -0
- package/dist-cjs/commands/ListNotificationsCommand.js +51 -0
- package/dist-cjs/commands/ListProjectMembershipsCommand.js +50 -0
- package/dist-cjs/commands/ListProjectsCommand.js +51 -0
- package/dist-cjs/commands/ListSubscriptionGrantsCommand.js +50 -0
- package/dist-cjs/commands/ListSubscriptionRequestsCommand.js +51 -0
- package/dist-cjs/commands/ListSubscriptionTargetsCommand.js +51 -0
- package/dist-cjs/commands/ListSubscriptionsCommand.js +51 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +50 -0
- package/dist-cjs/commands/PutEnvironmentBlueprintConfigurationCommand.js +50 -0
- package/dist-cjs/commands/RejectPredictionsCommand.js +50 -0
- package/dist-cjs/commands/RejectSubscriptionRequestCommand.js +51 -0
- package/dist-cjs/commands/RevokeSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/SearchCommand.js +51 -0
- package/dist-cjs/commands/SearchGroupProfilesCommand.js +51 -0
- package/dist-cjs/commands/SearchListingsCommand.js +51 -0
- package/dist-cjs/commands/SearchTypesCommand.js +51 -0
- package/dist-cjs/commands/SearchUserProfilesCommand.js +51 -0
- package/dist-cjs/commands/StartDataSourceRunCommand.js +50 -0
- package/dist-cjs/commands/TagResourceCommand.js +50 -0
- package/dist-cjs/commands/UntagResourceCommand.js +50 -0
- package/dist-cjs/commands/UpdateDataSourceCommand.js +51 -0
- package/dist-cjs/commands/UpdateDomainCommand.js +50 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +51 -0
- package/dist-cjs/commands/UpdateEnvironmentProfileCommand.js +51 -0
- package/dist-cjs/commands/UpdateGlossaryCommand.js +51 -0
- package/dist-cjs/commands/UpdateGlossaryTermCommand.js +51 -0
- package/dist-cjs/commands/UpdateGroupProfileCommand.js +51 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +51 -0
- package/dist-cjs/commands/UpdateSubscriptionGrantStatusCommand.js +50 -0
- package/dist-cjs/commands/UpdateSubscriptionRequestCommand.js +51 -0
- package/dist-cjs/commands/UpdateSubscriptionTargetCommand.js +51 -0
- package/dist-cjs/commands/UpdateUserProfileCommand.js +51 -0
- package/dist-cjs/commands/index.js +102 -0
- package/dist-cjs/endpoint/EndpointParameters.js +11 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/DataZoneServiceException.js +12 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +1180 -0
- package/dist-cjs/models/models_1.js +278 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAssetRevisionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataSourceRunActivitiesPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataSourceRunsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +29 -0
- package/dist-cjs/pagination/ListDomainsPaginator.js +29 -0
- package/dist-cjs/pagination/ListEnvironmentBlueprintConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListEnvironmentBlueprintsPaginator.js +29 -0
- package/dist-cjs/pagination/ListEnvironmentProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListNotificationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProjectMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSubscriptionGrantsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSubscriptionRequestsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSubscriptionTargetsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSubscriptionsPaginator.js +29 -0
- package/dist-cjs/pagination/SearchGroupProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/SearchListingsPaginator.js +29 -0
- package/dist-cjs/pagination/SearchPaginator.js +29 -0
- package/dist-cjs/pagination/SearchTypesPaginator.js +29 -0
- package/dist-cjs/pagination/SearchUserProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +25 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8736 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +22 -0
- package/dist-cjs/runtimeExtensions.js +22 -0
- package/dist-es/DataZone.js +205 -0
- package/dist-es/DataZoneClient.js +39 -0
- package/dist-es/commands/AcceptPredictionsCommand.js +46 -0
- package/dist-es/commands/AcceptSubscriptionRequestCommand.js +47 -0
- package/dist-es/commands/CancelSubscriptionCommand.js +47 -0
- package/dist-es/commands/CreateAssetCommand.js +47 -0
- package/dist-es/commands/CreateAssetRevisionCommand.js +47 -0
- package/dist-es/commands/CreateAssetTypeCommand.js +47 -0
- package/dist-es/commands/CreateDataSourceCommand.js +47 -0
- package/dist-es/commands/CreateDomainCommand.js +46 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +47 -0
- package/dist-es/commands/CreateEnvironmentProfileCommand.js +47 -0
- package/dist-es/commands/CreateFormTypeCommand.js +47 -0
- package/dist-es/commands/CreateGlossaryCommand.js +47 -0
- package/dist-es/commands/CreateGlossaryTermCommand.js +47 -0
- package/dist-es/commands/CreateGroupProfileCommand.js +47 -0
- package/dist-es/commands/CreateListingChangeSetCommand.js +46 -0
- package/dist-es/commands/CreateProjectCommand.js +47 -0
- package/dist-es/commands/CreateProjectMembershipCommand.js +46 -0
- package/dist-es/commands/CreateSubscriptionGrantCommand.js +46 -0
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +47 -0
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +47 -0
- package/dist-es/commands/CreateUserProfileCommand.js +47 -0
- package/dist-es/commands/DeleteAssetCommand.js +46 -0
- package/dist-es/commands/DeleteAssetTypeCommand.js +46 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +47 -0
- package/dist-es/commands/DeleteDomainCommand.js +46 -0
- package/dist-es/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +46 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +46 -0
- package/dist-es/commands/DeleteEnvironmentProfileCommand.js +46 -0
- package/dist-es/commands/DeleteFormTypeCommand.js +46 -0
- package/dist-es/commands/DeleteGlossaryCommand.js +46 -0
- package/dist-es/commands/DeleteGlossaryTermCommand.js +46 -0
- package/dist-es/commands/DeleteListingCommand.js +46 -0
- package/dist-es/commands/DeleteProjectCommand.js +46 -0
- package/dist-es/commands/DeleteProjectMembershipCommand.js +46 -0
- package/dist-es/commands/DeleteSubscriptionGrantCommand.js +46 -0
- package/dist-es/commands/DeleteSubscriptionRequestCommand.js +46 -0
- package/dist-es/commands/DeleteSubscriptionTargetCommand.js +46 -0
- package/dist-es/commands/GetAssetCommand.js +47 -0
- package/dist-es/commands/GetAssetTypeCommand.js +47 -0
- package/dist-es/commands/GetDataSourceCommand.js +47 -0
- package/dist-es/commands/GetDataSourceRunCommand.js +46 -0
- package/dist-es/commands/GetDomainCommand.js +46 -0
- package/dist-es/commands/GetEnvironmentBlueprintCommand.js +47 -0
- package/dist-es/commands/GetEnvironmentBlueprintConfigurationCommand.js +46 -0
- package/dist-es/commands/GetEnvironmentCommand.js +47 -0
- package/dist-es/commands/GetEnvironmentProfileCommand.js +47 -0
- package/dist-es/commands/GetFormTypeCommand.js +47 -0
- package/dist-es/commands/GetGlossaryCommand.js +47 -0
- package/dist-es/commands/GetGlossaryTermCommand.js +47 -0
- package/dist-es/commands/GetGroupProfileCommand.js +47 -0
- package/dist-es/commands/GetIamPortalLoginUrlCommand.js +46 -0
- package/dist-es/commands/GetListingCommand.js +47 -0
- package/dist-es/commands/GetProjectCommand.js +47 -0
- package/dist-es/commands/GetSubscriptionCommand.js +47 -0
- package/dist-es/commands/GetSubscriptionGrantCommand.js +46 -0
- package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +47 -0
- package/dist-es/commands/GetSubscriptionTargetCommand.js +47 -0
- package/dist-es/commands/GetUserProfileCommand.js +47 -0
- package/dist-es/commands/ListAssetRevisionsCommand.js +46 -0
- package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +47 -0
- package/dist-es/commands/ListDataSourceRunsCommand.js +46 -0
- package/dist-es/commands/ListDataSourcesCommand.js +47 -0
- package/dist-es/commands/ListDomainsCommand.js +47 -0
- package/dist-es/commands/ListEnvironmentBlueprintConfigurationsCommand.js +46 -0
- package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +47 -0
- package/dist-es/commands/ListEnvironmentProfilesCommand.js +47 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +47 -0
- package/dist-es/commands/ListNotificationsCommand.js +47 -0
- package/dist-es/commands/ListProjectMembershipsCommand.js +46 -0
- package/dist-es/commands/ListProjectsCommand.js +47 -0
- package/dist-es/commands/ListSubscriptionGrantsCommand.js +46 -0
- package/dist-es/commands/ListSubscriptionRequestsCommand.js +47 -0
- package/dist-es/commands/ListSubscriptionTargetsCommand.js +47 -0
- package/dist-es/commands/ListSubscriptionsCommand.js +47 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-es/commands/PutEnvironmentBlueprintConfigurationCommand.js +46 -0
- package/dist-es/commands/RejectPredictionsCommand.js +46 -0
- package/dist-es/commands/RejectSubscriptionRequestCommand.js +47 -0
- package/dist-es/commands/RevokeSubscriptionCommand.js +47 -0
- package/dist-es/commands/SearchCommand.js +47 -0
- package/dist-es/commands/SearchGroupProfilesCommand.js +47 -0
- package/dist-es/commands/SearchListingsCommand.js +47 -0
- package/dist-es/commands/SearchTypesCommand.js +47 -0
- package/dist-es/commands/SearchUserProfilesCommand.js +47 -0
- package/dist-es/commands/StartDataSourceRunCommand.js +46 -0
- package/dist-es/commands/TagResourceCommand.js +46 -0
- package/dist-es/commands/UntagResourceCommand.js +46 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +47 -0
- package/dist-es/commands/UpdateDomainCommand.js +46 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +47 -0
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +47 -0
- package/dist-es/commands/UpdateGlossaryCommand.js +47 -0
- package/dist-es/commands/UpdateGlossaryTermCommand.js +47 -0
- package/dist-es/commands/UpdateGroupProfileCommand.js +47 -0
- package/dist-es/commands/UpdateProjectCommand.js +47 -0
- package/dist-es/commands/UpdateSubscriptionGrantStatusCommand.js +46 -0
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +47 -0
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +47 -0
- package/dist-es/commands/UpdateUserProfileCommand.js +47 -0
- package/dist-es/commands/index.js +99 -0
- package/dist-es/endpoint/EndpointParameters.js +7 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/DataZoneServiceException.js +8 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +1070 -0
- package/dist-es/models/models_1.js +244 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAssetRevisionsPaginator.js +25 -0
- package/dist-es/pagination/ListDataSourceRunActivitiesPaginator.js +25 -0
- package/dist-es/pagination/ListDataSourceRunsPaginator.js +25 -0
- package/dist-es/pagination/ListDataSourcesPaginator.js +25 -0
- package/dist-es/pagination/ListDomainsPaginator.js +25 -0
- package/dist-es/pagination/ListEnvironmentBlueprintConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/ListEnvironmentBlueprintsPaginator.js +25 -0
- package/dist-es/pagination/ListEnvironmentProfilesPaginator.js +25 -0
- package/dist-es/pagination/ListEnvironmentsPaginator.js +25 -0
- package/dist-es/pagination/ListNotificationsPaginator.js +25 -0
- package/dist-es/pagination/ListProjectMembershipsPaginator.js +25 -0
- package/dist-es/pagination/ListProjectsPaginator.js +25 -0
- package/dist-es/pagination/ListSubscriptionGrantsPaginator.js +25 -0
- package/dist-es/pagination/ListSubscriptionRequestsPaginator.js +25 -0
- package/dist-es/pagination/ListSubscriptionTargetsPaginator.js +25 -0
- package/dist-es/pagination/ListSubscriptionsPaginator.js +25 -0
- package/dist-es/pagination/SearchGroupProfilesPaginator.js +25 -0
- package/dist-es/pagination/SearchListingsPaginator.js +25 -0
- package/dist-es/pagination/SearchPaginator.js +25 -0
- package/dist-es/pagination/SearchTypesPaginator.js +25 -0
- package/dist-es/pagination/SearchUserProfilesPaginator.js +25 -0
- package/dist-es/pagination/index.js +22 -0
- package/dist-es/protocols/Aws_restJson1.js +8532 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +18 -0
- package/dist-es/runtimeExtensions.js +18 -0
- package/dist-types/DataZone.d.ts +707 -0
- package/dist-types/DataZoneClient.d.ts +272 -0
- package/dist-types/commands/AcceptPredictionsCommand.d.ts +110 -0
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +137 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +131 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +160 -0
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +155 -0
- package/dist-types/commands/CreateAssetTypeCommand.d.ts +121 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +122 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +175 -0
- package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +129 -0
- package/dist-types/commands/CreateFormTypeCommand.d.ts +107 -0
- package/dist-types/commands/CreateGlossaryCommand.d.ts +104 -0
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +125 -0
- package/dist-types/commands/CreateGroupProfileCommand.d.ts +96 -0
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +104 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +111 -0
- package/dist-types/commands/CreateProjectMembershipCommand.d.ts +95 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +136 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +149 -0
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +135 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +107 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +90 -0
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +93 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +179 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +95 -0
- package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +90 -0
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +90 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +93 -0
- package/dist-types/commands/DeleteListingCommand.d.ts +93 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +90 -0
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +97 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +122 -0
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +93 -0
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +94 -0
- package/dist-types/commands/GetAssetCommand.d.ts +128 -0
- package/dist-types/commands/GetAssetTypeCommand.d.ts +110 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +182 -0
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +119 -0
- package/dist-types/commands/GetDomainCommand.d.ts +110 -0
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +119 -0
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +105 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +160 -0
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +112 -0
- package/dist-types/commands/GetFormTypeCommand.d.ts +111 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +101 -0
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +110 -0
- package/dist-types/commands/GetGroupProfileCommand.d.ts +95 -0
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +95 -0
- package/dist-types/commands/GetListingCommand.d.ts +118 -0
- package/dist-types/commands/GetProjectCommand.d.ts +101 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +128 -0
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +119 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +133 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +116 -0
- package/dist-types/commands/GetUserProfileCommand.d.ts +106 -0
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +103 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +118 -0
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +125 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +128 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +112 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +111 -0
- package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +110 -0
- package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +110 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +115 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +125 -0
- package/dist-types/commands/ListProjectMembershipsCommand.d.ts +109 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +104 -0
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +131 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +145 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +125 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +141 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +93 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +118 -0
- package/dist-types/commands/RejectPredictionsCommand.d.ts +109 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +137 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +132 -0
- package/dist-types/commands/SearchCommand.d.ts +221 -0
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +103 -0
- package/dist-types/commands/SearchListingsCommand.d.ts +153 -0
- package/dist-types/commands/SearchTypesCommand.d.ts +171 -0
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +113 -0
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +120 -0
- package/dist-types/commands/TagResourceCommand.d.ts +92 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +89 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +243 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +113 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +128 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +104 -0
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +122 -0
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +96 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +112 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +128 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +137 -0
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +134 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +107 -0
- package/dist-types/commands/index.d.ts +99 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist-types/index.d.ts +16 -0
- package/dist-types/models/DataZoneServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +9539 -0
- package/dist-types/models/models_1.d.ts +2259 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAssetRevisionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataSourceRunActivitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataSourceRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEnvironmentBlueprintsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEnvironmentProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSubscriptionGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSubscriptionRequestsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSubscriptionTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchGroupProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchListingsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchUserProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +22 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +893 -0
- package/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/dist-types/runtimeConfig.d.ts +46 -0
- package/dist-types/runtimeConfig.native.d.ts +45 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/DataZone.d.ts +1712 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +712 -0
- package/dist-types/ts3.4/commands/AcceptPredictionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/AcceptSubscriptionRequestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateAssetRevisionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAssetTypeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateFormTypeCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateGroupProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateListingChangeSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetListingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +99 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +31 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/DataZoneServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2702 -0
- package/dist-types/ts3.4/models/models_1.d.ts +685 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAssetRevisionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataSourceRunActivitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataSourceRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentBlueprintsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSubscriptionGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSubscriptionRequestsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSubscriptionTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchGroupProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchListingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchUserProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1193 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +102 -0
|
@@ -0,0 +1,2702 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
|
|
3
|
+
export interface AcceptChoice {
|
|
4
|
+
predictionTarget?: string;
|
|
5
|
+
predictionChoice?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare const AcceptRuleBehavior: {
|
|
8
|
+
readonly ALL: "ALL";
|
|
9
|
+
readonly NONE: "NONE";
|
|
10
|
+
};
|
|
11
|
+
export type AcceptRuleBehavior =
|
|
12
|
+
(typeof AcceptRuleBehavior)[keyof typeof AcceptRuleBehavior];
|
|
13
|
+
export interface AcceptRule {
|
|
14
|
+
rule?: AcceptRuleBehavior | string;
|
|
15
|
+
threshold?: number;
|
|
16
|
+
}
|
|
17
|
+
export interface AcceptPredictionsInput {
|
|
18
|
+
domainIdentifier: string | undefined;
|
|
19
|
+
identifier: string | undefined;
|
|
20
|
+
revision?: string;
|
|
21
|
+
acceptRule?: AcceptRule;
|
|
22
|
+
acceptChoices?: AcceptChoice[];
|
|
23
|
+
clientToken?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface AcceptPredictionsOutput {
|
|
26
|
+
domainId: string | undefined;
|
|
27
|
+
assetId: string | undefined;
|
|
28
|
+
revision: string | undefined;
|
|
29
|
+
}
|
|
30
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
31
|
+
readonly name: "AccessDeniedException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
constructor(
|
|
34
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
export declare class ConflictException extends __BaseException {
|
|
38
|
+
readonly name: "ConflictException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
41
|
+
}
|
|
42
|
+
export declare class InternalServerException extends __BaseException {
|
|
43
|
+
readonly name: "InternalServerException";
|
|
44
|
+
readonly $fault: "server";
|
|
45
|
+
$retryable: {};
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
51
|
+
readonly name: "ResourceNotFoundException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
constructor(
|
|
54
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
export declare class ThrottlingException extends __BaseException {
|
|
58
|
+
readonly name: "ThrottlingException";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
$retryable: {};
|
|
61
|
+
constructor(
|
|
62
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
66
|
+
readonly name: "UnauthorizedException";
|
|
67
|
+
readonly $fault: "client";
|
|
68
|
+
constructor(
|
|
69
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
export declare class ValidationException extends __BaseException {
|
|
73
|
+
readonly name: "ValidationException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
constructor(
|
|
76
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
77
|
+
);
|
|
78
|
+
}
|
|
79
|
+
export interface AcceptSubscriptionRequestInput {
|
|
80
|
+
domainIdentifier: string | undefined;
|
|
81
|
+
identifier: string | undefined;
|
|
82
|
+
decisionComment?: string;
|
|
83
|
+
}
|
|
84
|
+
export declare const SubscriptionRequestStatus: {
|
|
85
|
+
readonly ACCEPTED: "ACCEPTED";
|
|
86
|
+
readonly PENDING: "PENDING";
|
|
87
|
+
readonly REJECTED: "REJECTED";
|
|
88
|
+
};
|
|
89
|
+
export type SubscriptionRequestStatus =
|
|
90
|
+
(typeof SubscriptionRequestStatus)[keyof typeof SubscriptionRequestStatus];
|
|
91
|
+
export interface DetailedGlossaryTerm {
|
|
92
|
+
name?: string;
|
|
93
|
+
shortDescription?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface SubscribedAssetListing {
|
|
96
|
+
entityId?: string;
|
|
97
|
+
entityRevision?: string;
|
|
98
|
+
entityType?: string;
|
|
99
|
+
forms?: string;
|
|
100
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
101
|
+
}
|
|
102
|
+
export type SubscribedListingItem =
|
|
103
|
+
| SubscribedListingItem.AssetListingMember
|
|
104
|
+
| SubscribedListingItem.$UnknownMember;
|
|
105
|
+
export declare namespace SubscribedListingItem {
|
|
106
|
+
interface AssetListingMember {
|
|
107
|
+
assetListing: SubscribedAssetListing;
|
|
108
|
+
$unknown?: never;
|
|
109
|
+
}
|
|
110
|
+
interface $UnknownMember {
|
|
111
|
+
assetListing?: never;
|
|
112
|
+
$unknown: [string, any];
|
|
113
|
+
}
|
|
114
|
+
interface Visitor<T> {
|
|
115
|
+
assetListing: (value: SubscribedAssetListing) => T;
|
|
116
|
+
_: (name: string, value: any) => T;
|
|
117
|
+
}
|
|
118
|
+
const visit: <T>(value: SubscribedListingItem, visitor: Visitor<T>) => T;
|
|
119
|
+
}
|
|
120
|
+
export interface SubscribedListing {
|
|
121
|
+
id: string | undefined;
|
|
122
|
+
revision?: string;
|
|
123
|
+
name: string | undefined;
|
|
124
|
+
description: string | undefined;
|
|
125
|
+
item: SubscribedListingItem | undefined;
|
|
126
|
+
ownerProjectId: string | undefined;
|
|
127
|
+
ownerProjectName?: string;
|
|
128
|
+
}
|
|
129
|
+
export interface SubscribedProject {
|
|
130
|
+
id?: string;
|
|
131
|
+
name?: string;
|
|
132
|
+
}
|
|
133
|
+
export type SubscribedPrincipal =
|
|
134
|
+
| SubscribedPrincipal.ProjectMember
|
|
135
|
+
| SubscribedPrincipal.$UnknownMember;
|
|
136
|
+
export declare namespace SubscribedPrincipal {
|
|
137
|
+
interface ProjectMember {
|
|
138
|
+
project: SubscribedProject;
|
|
139
|
+
$unknown?: never;
|
|
140
|
+
}
|
|
141
|
+
interface $UnknownMember {
|
|
142
|
+
project?: never;
|
|
143
|
+
$unknown: [string, any];
|
|
144
|
+
}
|
|
145
|
+
interface Visitor<T> {
|
|
146
|
+
project: (value: SubscribedProject) => T;
|
|
147
|
+
_: (name: string, value: any) => T;
|
|
148
|
+
}
|
|
149
|
+
const visit: <T>(value: SubscribedPrincipal, visitor: Visitor<T>) => T;
|
|
150
|
+
}
|
|
151
|
+
export interface AcceptSubscriptionRequestOutput {
|
|
152
|
+
id: string | undefined;
|
|
153
|
+
createdBy: string | undefined;
|
|
154
|
+
updatedBy?: string;
|
|
155
|
+
domainId: string | undefined;
|
|
156
|
+
status: SubscriptionRequestStatus | string | undefined;
|
|
157
|
+
createdAt: Date | undefined;
|
|
158
|
+
updatedAt: Date | undefined;
|
|
159
|
+
requestReason: string | undefined;
|
|
160
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
161
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
162
|
+
reviewerId?: string;
|
|
163
|
+
decisionComment?: string;
|
|
164
|
+
}
|
|
165
|
+
export declare const ListingStatus: {
|
|
166
|
+
readonly ACTIVE: "ACTIVE";
|
|
167
|
+
readonly CREATING: "CREATING";
|
|
168
|
+
readonly INACTIVE: "INACTIVE";
|
|
169
|
+
};
|
|
170
|
+
export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
|
|
171
|
+
export interface AssetListingDetails {
|
|
172
|
+
listingId: string | undefined;
|
|
173
|
+
listingStatus: ListingStatus | string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface FormInput {
|
|
176
|
+
formName: string | undefined;
|
|
177
|
+
typeIdentifier?: string;
|
|
178
|
+
typeRevision?: string;
|
|
179
|
+
content?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface BusinessNameGenerationConfiguration {
|
|
182
|
+
enabled?: boolean;
|
|
183
|
+
}
|
|
184
|
+
export interface PredictionConfiguration {
|
|
185
|
+
businessNameGeneration?: BusinessNameGenerationConfiguration;
|
|
186
|
+
}
|
|
187
|
+
export interface CreateAssetInput {
|
|
188
|
+
name: string | undefined;
|
|
189
|
+
domainIdentifier: string | undefined;
|
|
190
|
+
externalIdentifier?: string;
|
|
191
|
+
typeIdentifier: string | undefined;
|
|
192
|
+
typeRevision?: string;
|
|
193
|
+
description?: string;
|
|
194
|
+
glossaryTerms?: string[];
|
|
195
|
+
formsInput?: FormInput[];
|
|
196
|
+
owningProjectIdentifier: string | undefined;
|
|
197
|
+
predictionConfiguration?: PredictionConfiguration;
|
|
198
|
+
clientToken?: string;
|
|
199
|
+
}
|
|
200
|
+
export interface FormOutput {
|
|
201
|
+
formName: string | undefined;
|
|
202
|
+
typeName?: string;
|
|
203
|
+
typeRevision?: string;
|
|
204
|
+
content?: string;
|
|
205
|
+
}
|
|
206
|
+
export interface CreateAssetOutput {
|
|
207
|
+
id: string | undefined;
|
|
208
|
+
name: string | undefined;
|
|
209
|
+
typeIdentifier: string | undefined;
|
|
210
|
+
typeRevision: string | undefined;
|
|
211
|
+
externalIdentifier?: string;
|
|
212
|
+
revision: string | undefined;
|
|
213
|
+
description?: string;
|
|
214
|
+
createdAt?: Date;
|
|
215
|
+
createdBy?: string;
|
|
216
|
+
firstRevisionCreatedAt?: Date;
|
|
217
|
+
firstRevisionCreatedBy?: string;
|
|
218
|
+
glossaryTerms?: string[];
|
|
219
|
+
owningProjectId: string | undefined;
|
|
220
|
+
domainId: string | undefined;
|
|
221
|
+
listing?: AssetListingDetails;
|
|
222
|
+
formsOutput: FormOutput[] | undefined;
|
|
223
|
+
readOnlyFormsOutput?: FormOutput[];
|
|
224
|
+
predictionConfiguration?: PredictionConfiguration;
|
|
225
|
+
}
|
|
226
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
227
|
+
readonly name: "ServiceQuotaExceededException";
|
|
228
|
+
readonly $fault: "client";
|
|
229
|
+
constructor(
|
|
230
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
231
|
+
);
|
|
232
|
+
}
|
|
233
|
+
export interface CreateAssetRevisionInput {
|
|
234
|
+
name: string | undefined;
|
|
235
|
+
domainIdentifier: string | undefined;
|
|
236
|
+
identifier: string | undefined;
|
|
237
|
+
typeRevision?: string;
|
|
238
|
+
description?: string;
|
|
239
|
+
glossaryTerms?: string[];
|
|
240
|
+
formsInput?: FormInput[];
|
|
241
|
+
predictionConfiguration?: PredictionConfiguration;
|
|
242
|
+
clientToken?: string;
|
|
243
|
+
}
|
|
244
|
+
export interface CreateAssetRevisionOutput {
|
|
245
|
+
id: string | undefined;
|
|
246
|
+
name: string | undefined;
|
|
247
|
+
typeIdentifier: string | undefined;
|
|
248
|
+
typeRevision: string | undefined;
|
|
249
|
+
externalIdentifier?: string;
|
|
250
|
+
revision: string | undefined;
|
|
251
|
+
description?: string;
|
|
252
|
+
createdAt?: Date;
|
|
253
|
+
createdBy?: string;
|
|
254
|
+
firstRevisionCreatedAt?: Date;
|
|
255
|
+
firstRevisionCreatedBy?: string;
|
|
256
|
+
glossaryTerms?: string[];
|
|
257
|
+
owningProjectId: string | undefined;
|
|
258
|
+
domainId: string | undefined;
|
|
259
|
+
listing?: AssetListingDetails;
|
|
260
|
+
formsOutput: FormOutput[] | undefined;
|
|
261
|
+
readOnlyFormsOutput?: FormOutput[];
|
|
262
|
+
predictionConfiguration?: PredictionConfiguration;
|
|
263
|
+
}
|
|
264
|
+
export interface DeleteAssetInput {
|
|
265
|
+
domainIdentifier: string | undefined;
|
|
266
|
+
identifier: string | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface DeleteAssetOutput {}
|
|
269
|
+
export interface GetAssetInput {
|
|
270
|
+
domainIdentifier: string | undefined;
|
|
271
|
+
identifier: string | undefined;
|
|
272
|
+
revision?: string;
|
|
273
|
+
}
|
|
274
|
+
export interface GetAssetOutput {
|
|
275
|
+
id: string | undefined;
|
|
276
|
+
name: string | undefined;
|
|
277
|
+
typeIdentifier: string | undefined;
|
|
278
|
+
typeRevision: string | undefined;
|
|
279
|
+
externalIdentifier?: string;
|
|
280
|
+
revision: string | undefined;
|
|
281
|
+
description?: string;
|
|
282
|
+
createdAt?: Date;
|
|
283
|
+
createdBy?: string;
|
|
284
|
+
firstRevisionCreatedAt?: Date;
|
|
285
|
+
firstRevisionCreatedBy?: string;
|
|
286
|
+
glossaryTerms?: string[];
|
|
287
|
+
owningProjectId: string | undefined;
|
|
288
|
+
domainId: string | undefined;
|
|
289
|
+
listing?: AssetListingDetails;
|
|
290
|
+
formsOutput: FormOutput[] | undefined;
|
|
291
|
+
readOnlyFormsOutput?: FormOutput[];
|
|
292
|
+
}
|
|
293
|
+
export interface AssetItemAdditionalAttributes {
|
|
294
|
+
formsOutput?: FormOutput[];
|
|
295
|
+
readOnlyFormsOutput?: FormOutput[];
|
|
296
|
+
}
|
|
297
|
+
export interface AssetItem {
|
|
298
|
+
domainId: string | undefined;
|
|
299
|
+
identifier: string | undefined;
|
|
300
|
+
name: string | undefined;
|
|
301
|
+
typeIdentifier: string | undefined;
|
|
302
|
+
typeRevision: string | undefined;
|
|
303
|
+
externalIdentifier?: string;
|
|
304
|
+
description?: string;
|
|
305
|
+
createdAt?: Date;
|
|
306
|
+
createdBy?: string;
|
|
307
|
+
firstRevisionCreatedAt?: Date;
|
|
308
|
+
firstRevisionCreatedBy?: string;
|
|
309
|
+
glossaryTerms?: string[];
|
|
310
|
+
owningProjectId: string | undefined;
|
|
311
|
+
additionalAttributes?: AssetItemAdditionalAttributes;
|
|
312
|
+
}
|
|
313
|
+
export interface AssetListing {
|
|
314
|
+
assetId?: string;
|
|
315
|
+
assetRevision?: string;
|
|
316
|
+
assetType?: string;
|
|
317
|
+
createdAt?: Date;
|
|
318
|
+
forms?: string;
|
|
319
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
320
|
+
owningProjectId?: string;
|
|
321
|
+
}
|
|
322
|
+
export interface AssetListingItemAdditionalAttributes {
|
|
323
|
+
forms?: string;
|
|
324
|
+
}
|
|
325
|
+
export interface AssetListingItem {
|
|
326
|
+
listingId?: string;
|
|
327
|
+
listingRevision?: string;
|
|
328
|
+
name?: string;
|
|
329
|
+
entityId?: string;
|
|
330
|
+
entityRevision?: string;
|
|
331
|
+
entityType?: string;
|
|
332
|
+
description?: string;
|
|
333
|
+
createdAt?: Date;
|
|
334
|
+
listingCreatedBy?: string;
|
|
335
|
+
listingUpdatedBy?: string;
|
|
336
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
337
|
+
owningProjectId?: string;
|
|
338
|
+
additionalAttributes?: AssetListingItemAdditionalAttributes;
|
|
339
|
+
}
|
|
340
|
+
export interface AssetRevision {
|
|
341
|
+
domainId?: string;
|
|
342
|
+
id?: string;
|
|
343
|
+
revision?: string;
|
|
344
|
+
createdBy?: string;
|
|
345
|
+
createdAt?: Date;
|
|
346
|
+
}
|
|
347
|
+
export interface AssetTargetNameMap {
|
|
348
|
+
assetId: string | undefined;
|
|
349
|
+
targetName: string | undefined;
|
|
350
|
+
}
|
|
351
|
+
export interface FormEntryInput {
|
|
352
|
+
typeIdentifier: string | undefined;
|
|
353
|
+
typeRevision: string | undefined;
|
|
354
|
+
required?: boolean;
|
|
355
|
+
}
|
|
356
|
+
export interface CreateAssetTypeInput {
|
|
357
|
+
domainIdentifier: string | undefined;
|
|
358
|
+
name: string | undefined;
|
|
359
|
+
description?: string;
|
|
360
|
+
formsInput: Record<string, FormEntryInput> | undefined;
|
|
361
|
+
owningProjectIdentifier: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface FormEntryOutput {
|
|
364
|
+
typeName: string | undefined;
|
|
365
|
+
typeRevision: string | undefined;
|
|
366
|
+
required?: boolean;
|
|
367
|
+
}
|
|
368
|
+
export interface CreateAssetTypeOutput {
|
|
369
|
+
domainId: string | undefined;
|
|
370
|
+
name: string | undefined;
|
|
371
|
+
revision: string | undefined;
|
|
372
|
+
description?: string;
|
|
373
|
+
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
374
|
+
owningProjectId?: string;
|
|
375
|
+
originDomainId?: string;
|
|
376
|
+
originProjectId?: string;
|
|
377
|
+
createdAt?: Date;
|
|
378
|
+
createdBy?: string;
|
|
379
|
+
updatedAt?: Date;
|
|
380
|
+
updatedBy?: string;
|
|
381
|
+
}
|
|
382
|
+
export interface DeleteAssetTypeInput {
|
|
383
|
+
domainIdentifier: string | undefined;
|
|
384
|
+
identifier: string | undefined;
|
|
385
|
+
}
|
|
386
|
+
export interface DeleteAssetTypeOutput {}
|
|
387
|
+
export interface GetAssetTypeInput {
|
|
388
|
+
domainIdentifier: string | undefined;
|
|
389
|
+
identifier: string | undefined;
|
|
390
|
+
revision?: string;
|
|
391
|
+
}
|
|
392
|
+
export interface GetAssetTypeOutput {
|
|
393
|
+
domainId: string | undefined;
|
|
394
|
+
name: string | undefined;
|
|
395
|
+
revision: string | undefined;
|
|
396
|
+
description?: string;
|
|
397
|
+
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
398
|
+
owningProjectId: string | undefined;
|
|
399
|
+
originDomainId?: string;
|
|
400
|
+
originProjectId?: string;
|
|
401
|
+
createdAt?: Date;
|
|
402
|
+
createdBy?: string;
|
|
403
|
+
updatedAt?: Date;
|
|
404
|
+
updatedBy?: string;
|
|
405
|
+
}
|
|
406
|
+
export interface AssetTypeItem {
|
|
407
|
+
domainId: string | undefined;
|
|
408
|
+
name: string | undefined;
|
|
409
|
+
revision: string | undefined;
|
|
410
|
+
description?: string;
|
|
411
|
+
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
412
|
+
owningProjectId: string | undefined;
|
|
413
|
+
originDomainId?: string;
|
|
414
|
+
originProjectId?: string;
|
|
415
|
+
createdAt?: Date;
|
|
416
|
+
createdBy?: string;
|
|
417
|
+
updatedAt?: Date;
|
|
418
|
+
updatedBy?: string;
|
|
419
|
+
}
|
|
420
|
+
export declare const AuthType: {
|
|
421
|
+
readonly DISABLED: "DISABLED";
|
|
422
|
+
readonly IAM_IDC: "IAM_IDC";
|
|
423
|
+
};
|
|
424
|
+
export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
425
|
+
export interface CancelSubscriptionInput {
|
|
426
|
+
domainIdentifier: string | undefined;
|
|
427
|
+
identifier: string | undefined;
|
|
428
|
+
}
|
|
429
|
+
export declare const SubscriptionStatus: {
|
|
430
|
+
readonly APPROVED: "APPROVED";
|
|
431
|
+
readonly CANCELLED: "CANCELLED";
|
|
432
|
+
readonly REVOKED: "REVOKED";
|
|
433
|
+
};
|
|
434
|
+
export type SubscriptionStatus =
|
|
435
|
+
(typeof SubscriptionStatus)[keyof typeof SubscriptionStatus];
|
|
436
|
+
export interface CancelSubscriptionOutput {
|
|
437
|
+
id: string | undefined;
|
|
438
|
+
createdBy: string | undefined;
|
|
439
|
+
updatedBy?: string;
|
|
440
|
+
domainId: string | undefined;
|
|
441
|
+
status: SubscriptionStatus | string | undefined;
|
|
442
|
+
createdAt: Date | undefined;
|
|
443
|
+
updatedAt: Date | undefined;
|
|
444
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
445
|
+
subscribedListing: SubscribedListing | undefined;
|
|
446
|
+
subscriptionRequestId?: string;
|
|
447
|
+
retainPermissions?: boolean;
|
|
448
|
+
}
|
|
449
|
+
export declare const ChangeAction: {
|
|
450
|
+
readonly PUBLISH: "PUBLISH";
|
|
451
|
+
readonly UNPUBLISH: "UNPUBLISH";
|
|
452
|
+
};
|
|
453
|
+
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
454
|
+
export interface CloudFormationProperties {
|
|
455
|
+
templateUrl: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface ConfigurableActionParameter {
|
|
458
|
+
key?: string;
|
|
459
|
+
value?: string;
|
|
460
|
+
}
|
|
461
|
+
export declare const ConfigurableActionTypeAuthorization: {
|
|
462
|
+
readonly HTTPS: "HTTPS";
|
|
463
|
+
readonly IAM: "IAM";
|
|
464
|
+
};
|
|
465
|
+
export type ConfigurableActionTypeAuthorization =
|
|
466
|
+
(typeof ConfigurableActionTypeAuthorization)[keyof typeof ConfigurableActionTypeAuthorization];
|
|
467
|
+
export interface ConfigurableEnvironmentAction {
|
|
468
|
+
type: string | undefined;
|
|
469
|
+
auth?: ConfigurableActionTypeAuthorization | string;
|
|
470
|
+
parameters: ConfigurableActionParameter[] | undefined;
|
|
471
|
+
}
|
|
472
|
+
export declare const FilterExpressionType: {
|
|
473
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
474
|
+
readonly INCLUDE: "INCLUDE";
|
|
475
|
+
};
|
|
476
|
+
export type FilterExpressionType =
|
|
477
|
+
(typeof FilterExpressionType)[keyof typeof FilterExpressionType];
|
|
478
|
+
export interface FilterExpression {
|
|
479
|
+
type: FilterExpressionType | string | undefined;
|
|
480
|
+
expression: string | undefined;
|
|
481
|
+
}
|
|
482
|
+
export interface RelationalFilterConfiguration {
|
|
483
|
+
databaseName: string | undefined;
|
|
484
|
+
schemaName?: string;
|
|
485
|
+
filterExpressions?: FilterExpression[];
|
|
486
|
+
}
|
|
487
|
+
export interface GlueRunConfigurationInput {
|
|
488
|
+
dataAccessRole?: string;
|
|
489
|
+
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
490
|
+
}
|
|
491
|
+
export interface RedshiftCredentialConfiguration {
|
|
492
|
+
secretManagerArn: string | undefined;
|
|
493
|
+
}
|
|
494
|
+
export interface RedshiftClusterStorage {
|
|
495
|
+
clusterName: string | undefined;
|
|
496
|
+
}
|
|
497
|
+
export interface RedshiftServerlessStorage {
|
|
498
|
+
workgroupName: string | undefined;
|
|
499
|
+
}
|
|
500
|
+
export type RedshiftStorage =
|
|
501
|
+
| RedshiftStorage.RedshiftClusterSourceMember
|
|
502
|
+
| RedshiftStorage.RedshiftServerlessSourceMember
|
|
503
|
+
| RedshiftStorage.$UnknownMember;
|
|
504
|
+
export declare namespace RedshiftStorage {
|
|
505
|
+
interface RedshiftClusterSourceMember {
|
|
506
|
+
redshiftClusterSource: RedshiftClusterStorage;
|
|
507
|
+
redshiftServerlessSource?: never;
|
|
508
|
+
$unknown?: never;
|
|
509
|
+
}
|
|
510
|
+
interface RedshiftServerlessSourceMember {
|
|
511
|
+
redshiftClusterSource?: never;
|
|
512
|
+
redshiftServerlessSource: RedshiftServerlessStorage;
|
|
513
|
+
$unknown?: never;
|
|
514
|
+
}
|
|
515
|
+
interface $UnknownMember {
|
|
516
|
+
redshiftClusterSource?: never;
|
|
517
|
+
redshiftServerlessSource?: never;
|
|
518
|
+
$unknown: [string, any];
|
|
519
|
+
}
|
|
520
|
+
interface Visitor<T> {
|
|
521
|
+
redshiftClusterSource: (value: RedshiftClusterStorage) => T;
|
|
522
|
+
redshiftServerlessSource: (value: RedshiftServerlessStorage) => T;
|
|
523
|
+
_: (name: string, value: any) => T;
|
|
524
|
+
}
|
|
525
|
+
const visit: <T>(value: RedshiftStorage, visitor: Visitor<T>) => T;
|
|
526
|
+
}
|
|
527
|
+
export interface RedshiftRunConfigurationInput {
|
|
528
|
+
dataAccessRole?: string;
|
|
529
|
+
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
530
|
+
redshiftCredentialConfiguration: RedshiftCredentialConfiguration | undefined;
|
|
531
|
+
redshiftStorage: RedshiftStorage | undefined;
|
|
532
|
+
}
|
|
533
|
+
export type DataSourceConfigurationInput =
|
|
534
|
+
| DataSourceConfigurationInput.GlueRunConfigurationMember
|
|
535
|
+
| DataSourceConfigurationInput.RedshiftRunConfigurationMember
|
|
536
|
+
| DataSourceConfigurationInput.$UnknownMember;
|
|
537
|
+
export declare namespace DataSourceConfigurationInput {
|
|
538
|
+
interface GlueRunConfigurationMember {
|
|
539
|
+
glueRunConfiguration: GlueRunConfigurationInput;
|
|
540
|
+
redshiftRunConfiguration?: never;
|
|
541
|
+
$unknown?: never;
|
|
542
|
+
}
|
|
543
|
+
interface RedshiftRunConfigurationMember {
|
|
544
|
+
glueRunConfiguration?: never;
|
|
545
|
+
redshiftRunConfiguration: RedshiftRunConfigurationInput;
|
|
546
|
+
$unknown?: never;
|
|
547
|
+
}
|
|
548
|
+
interface $UnknownMember {
|
|
549
|
+
glueRunConfiguration?: never;
|
|
550
|
+
redshiftRunConfiguration?: never;
|
|
551
|
+
$unknown: [string, any];
|
|
552
|
+
}
|
|
553
|
+
interface Visitor<T> {
|
|
554
|
+
glueRunConfiguration: (value: GlueRunConfigurationInput) => T;
|
|
555
|
+
redshiftRunConfiguration: (value: RedshiftRunConfigurationInput) => T;
|
|
556
|
+
_: (name: string, value: any) => T;
|
|
557
|
+
}
|
|
558
|
+
const visit: <T>(
|
|
559
|
+
value: DataSourceConfigurationInput,
|
|
560
|
+
visitor: Visitor<T>
|
|
561
|
+
) => T;
|
|
562
|
+
}
|
|
563
|
+
export declare const EnableSetting: {
|
|
564
|
+
readonly DISABLED: "DISABLED";
|
|
565
|
+
readonly ENABLED: "ENABLED";
|
|
566
|
+
};
|
|
567
|
+
export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
|
|
568
|
+
export interface RecommendationConfiguration {
|
|
569
|
+
enableBusinessNameGeneration?: boolean;
|
|
570
|
+
}
|
|
571
|
+
export declare const Timezone: {
|
|
572
|
+
readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
|
|
573
|
+
readonly AMERICA_MONTREAL: "AMERICA_MONTREAL";
|
|
574
|
+
readonly AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO";
|
|
575
|
+
readonly ASIA_BAHRAIN: "ASIA_BAHRAIN";
|
|
576
|
+
readonly ASIA_BANGKOK: "ASIA_BANGKOK";
|
|
577
|
+
readonly ASIA_CALCUTTA: "ASIA_CALCUTTA";
|
|
578
|
+
readonly ASIA_DUBAI: "ASIA_DUBAI";
|
|
579
|
+
readonly ASIA_HONG_KONG: "ASIA_HONG_KONG";
|
|
580
|
+
readonly ASIA_JAKARTA: "ASIA_JAKARTA";
|
|
581
|
+
readonly ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR";
|
|
582
|
+
readonly ASIA_SEOUL: "ASIA_SEOUL";
|
|
583
|
+
readonly ASIA_SHANGHAI: "ASIA_SHANGHAI";
|
|
584
|
+
readonly ASIA_SINGAPORE: "ASIA_SINGAPORE";
|
|
585
|
+
readonly ASIA_TAIPEI: "ASIA_TAIPEI";
|
|
586
|
+
readonly ASIA_TOKYO: "ASIA_TOKYO";
|
|
587
|
+
readonly AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE";
|
|
588
|
+
readonly AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY";
|
|
589
|
+
readonly CANADA_CENTRAL: "CANADA_CENTRAL";
|
|
590
|
+
readonly CET: "CET";
|
|
591
|
+
readonly CST6CDT: "CST6CDT";
|
|
592
|
+
readonly ETC_GMT: "ETC_GMT";
|
|
593
|
+
readonly ETC_GMT0: "ETC_GMT0";
|
|
594
|
+
readonly ETC_GMT_ADD_0: "ETC_GMT_ADD_0";
|
|
595
|
+
readonly ETC_GMT_ADD_1: "ETC_GMT_ADD_1";
|
|
596
|
+
readonly ETC_GMT_ADD_10: "ETC_GMT_ADD_10";
|
|
597
|
+
readonly ETC_GMT_ADD_11: "ETC_GMT_ADD_11";
|
|
598
|
+
readonly ETC_GMT_ADD_12: "ETC_GMT_ADD_12";
|
|
599
|
+
readonly ETC_GMT_ADD_2: "ETC_GMT_ADD_2";
|
|
600
|
+
readonly ETC_GMT_ADD_3: "ETC_GMT_ADD_3";
|
|
601
|
+
readonly ETC_GMT_ADD_4: "ETC_GMT_ADD_4";
|
|
602
|
+
readonly ETC_GMT_ADD_5: "ETC_GMT_ADD_5";
|
|
603
|
+
readonly ETC_GMT_ADD_6: "ETC_GMT_ADD_6";
|
|
604
|
+
readonly ETC_GMT_ADD_7: "ETC_GMT_ADD_7";
|
|
605
|
+
readonly ETC_GMT_ADD_8: "ETC_GMT_ADD_8";
|
|
606
|
+
readonly ETC_GMT_ADD_9: "ETC_GMT_ADD_9";
|
|
607
|
+
readonly ETC_GMT_NEG_0: "ETC_GMT_NEG_0";
|
|
608
|
+
readonly ETC_GMT_NEG_1: "ETC_GMT_NEG_1";
|
|
609
|
+
readonly ETC_GMT_NEG_10: "ETC_GMT_NEG_10";
|
|
610
|
+
readonly ETC_GMT_NEG_11: "ETC_GMT_NEG_11";
|
|
611
|
+
readonly ETC_GMT_NEG_12: "ETC_GMT_NEG_12";
|
|
612
|
+
readonly ETC_GMT_NEG_13: "ETC_GMT_NEG_13";
|
|
613
|
+
readonly ETC_GMT_NEG_14: "ETC_GMT_NEG_14";
|
|
614
|
+
readonly ETC_GMT_NEG_2: "ETC_GMT_NEG_2";
|
|
615
|
+
readonly ETC_GMT_NEG_3: "ETC_GMT_NEG_3";
|
|
616
|
+
readonly ETC_GMT_NEG_4: "ETC_GMT_NEG_4";
|
|
617
|
+
readonly ETC_GMT_NEG_5: "ETC_GMT_NEG_5";
|
|
618
|
+
readonly ETC_GMT_NEG_6: "ETC_GMT_NEG_6";
|
|
619
|
+
readonly ETC_GMT_NEG_7: "ETC_GMT_NEG_7";
|
|
620
|
+
readonly ETC_GMT_NEG_8: "ETC_GMT_NEG_8";
|
|
621
|
+
readonly ETC_GMT_NEG_9: "ETC_GMT_NEG_9";
|
|
622
|
+
readonly EUROPE_DUBLIN: "EUROPE_DUBLIN";
|
|
623
|
+
readonly EUROPE_LONDON: "EUROPE_LONDON";
|
|
624
|
+
readonly EUROPE_PARIS: "EUROPE_PARIS";
|
|
625
|
+
readonly EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM";
|
|
626
|
+
readonly EUROPE_ZURICH: "EUROPE_ZURICH";
|
|
627
|
+
readonly ISRAEL: "ISRAEL";
|
|
628
|
+
readonly MEXICO_GENERAL: "MEXICO_GENERAL";
|
|
629
|
+
readonly MST7MDT: "MST7MDT";
|
|
630
|
+
readonly PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND";
|
|
631
|
+
readonly US_CENTRAL: "US_CENTRAL";
|
|
632
|
+
readonly US_EASTERN: "US_EASTERN";
|
|
633
|
+
readonly US_MOUNTAIN: "US_MOUNTAIN";
|
|
634
|
+
readonly US_PACIFIC: "US_PACIFIC";
|
|
635
|
+
readonly UTC: "UTC";
|
|
636
|
+
};
|
|
637
|
+
export type Timezone = (typeof Timezone)[keyof typeof Timezone];
|
|
638
|
+
export interface ScheduleConfiguration {
|
|
639
|
+
timezone?: Timezone | string;
|
|
640
|
+
schedule?: string;
|
|
641
|
+
}
|
|
642
|
+
export interface CreateDataSourceInput {
|
|
643
|
+
name: string | undefined;
|
|
644
|
+
description?: string;
|
|
645
|
+
domainIdentifier: string | undefined;
|
|
646
|
+
projectIdentifier: string | undefined;
|
|
647
|
+
environmentIdentifier: string | undefined;
|
|
648
|
+
type: string | undefined;
|
|
649
|
+
configuration?: DataSourceConfigurationInput;
|
|
650
|
+
recommendation?: RecommendationConfiguration;
|
|
651
|
+
enableSetting?: EnableSetting | string;
|
|
652
|
+
schedule?: ScheduleConfiguration;
|
|
653
|
+
publishOnImport?: boolean;
|
|
654
|
+
assetFormsInput?: FormInput[];
|
|
655
|
+
clientToken?: string;
|
|
656
|
+
}
|
|
657
|
+
export interface GlueRunConfigurationOutput {
|
|
658
|
+
accountId?: string;
|
|
659
|
+
region?: string;
|
|
660
|
+
dataAccessRole?: string;
|
|
661
|
+
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
662
|
+
}
|
|
663
|
+
export interface RedshiftRunConfigurationOutput {
|
|
664
|
+
accountId?: string;
|
|
665
|
+
region?: string;
|
|
666
|
+
dataAccessRole?: string;
|
|
667
|
+
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
668
|
+
redshiftCredentialConfiguration: RedshiftCredentialConfiguration | undefined;
|
|
669
|
+
redshiftStorage: RedshiftStorage | undefined;
|
|
670
|
+
}
|
|
671
|
+
export type DataSourceConfigurationOutput =
|
|
672
|
+
| DataSourceConfigurationOutput.GlueRunConfigurationMember
|
|
673
|
+
| DataSourceConfigurationOutput.RedshiftRunConfigurationMember
|
|
674
|
+
| DataSourceConfigurationOutput.$UnknownMember;
|
|
675
|
+
export declare namespace DataSourceConfigurationOutput {
|
|
676
|
+
interface GlueRunConfigurationMember {
|
|
677
|
+
glueRunConfiguration: GlueRunConfigurationOutput;
|
|
678
|
+
redshiftRunConfiguration?: never;
|
|
679
|
+
$unknown?: never;
|
|
680
|
+
}
|
|
681
|
+
interface RedshiftRunConfigurationMember {
|
|
682
|
+
glueRunConfiguration?: never;
|
|
683
|
+
redshiftRunConfiguration: RedshiftRunConfigurationOutput;
|
|
684
|
+
$unknown?: never;
|
|
685
|
+
}
|
|
686
|
+
interface $UnknownMember {
|
|
687
|
+
glueRunConfiguration?: never;
|
|
688
|
+
redshiftRunConfiguration?: never;
|
|
689
|
+
$unknown: [string, any];
|
|
690
|
+
}
|
|
691
|
+
interface Visitor<T> {
|
|
692
|
+
glueRunConfiguration: (value: GlueRunConfigurationOutput) => T;
|
|
693
|
+
redshiftRunConfiguration: (value: RedshiftRunConfigurationOutput) => T;
|
|
694
|
+
_: (name: string, value: any) => T;
|
|
695
|
+
}
|
|
696
|
+
const visit: <T>(
|
|
697
|
+
value: DataSourceConfigurationOutput,
|
|
698
|
+
visitor: Visitor<T>
|
|
699
|
+
) => T;
|
|
700
|
+
}
|
|
701
|
+
export declare const DataSourceErrorType: {
|
|
702
|
+
readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
|
|
703
|
+
readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";
|
|
704
|
+
readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
|
|
705
|
+
readonly RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION";
|
|
706
|
+
readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
|
|
707
|
+
readonly THROTTLING_EXCEPTION: "THROTTLING_EXCEPTION";
|
|
708
|
+
readonly VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION";
|
|
709
|
+
};
|
|
710
|
+
export type DataSourceErrorType =
|
|
711
|
+
(typeof DataSourceErrorType)[keyof typeof DataSourceErrorType];
|
|
712
|
+
export interface DataSourceErrorMessage {
|
|
713
|
+
errorType: DataSourceErrorType | string | undefined;
|
|
714
|
+
errorDetail?: string;
|
|
715
|
+
}
|
|
716
|
+
export declare const DataSourceRunStatus: {
|
|
717
|
+
readonly FAILED: "FAILED";
|
|
718
|
+
readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
|
|
719
|
+
readonly REQUESTED: "REQUESTED";
|
|
720
|
+
readonly RUNNING: "RUNNING";
|
|
721
|
+
readonly SUCCESS: "SUCCESS";
|
|
722
|
+
};
|
|
723
|
+
export type DataSourceRunStatus =
|
|
724
|
+
(typeof DataSourceRunStatus)[keyof typeof DataSourceRunStatus];
|
|
725
|
+
export declare const DataSourceStatus: {
|
|
726
|
+
readonly CREATING: "CREATING";
|
|
727
|
+
readonly DELETING: "DELETING";
|
|
728
|
+
readonly FAILED_CREATION: "FAILED_CREATION";
|
|
729
|
+
readonly FAILED_DELETION: "FAILED_DELETION";
|
|
730
|
+
readonly FAILED_UPDATE: "FAILED_UPDATE";
|
|
731
|
+
readonly READY: "READY";
|
|
732
|
+
readonly RUNNING: "RUNNING";
|
|
733
|
+
readonly UPDATING: "UPDATING";
|
|
734
|
+
};
|
|
735
|
+
export type DataSourceStatus =
|
|
736
|
+
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
737
|
+
export interface CreateDataSourceOutput {
|
|
738
|
+
id: string | undefined;
|
|
739
|
+
status?: DataSourceStatus | string;
|
|
740
|
+
type?: string;
|
|
741
|
+
name: string | undefined;
|
|
742
|
+
description?: string;
|
|
743
|
+
domainId: string | undefined;
|
|
744
|
+
projectId: string | undefined;
|
|
745
|
+
environmentId: string | undefined;
|
|
746
|
+
configuration?: DataSourceConfigurationOutput;
|
|
747
|
+
recommendation?: RecommendationConfiguration;
|
|
748
|
+
enableSetting?: EnableSetting | string;
|
|
749
|
+
publishOnImport?: boolean;
|
|
750
|
+
assetFormsOutput?: FormOutput[];
|
|
751
|
+
schedule?: ScheduleConfiguration;
|
|
752
|
+
lastRunStatus?: DataSourceRunStatus | string;
|
|
753
|
+
lastRunAt?: Date;
|
|
754
|
+
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
755
|
+
errorMessage?: DataSourceErrorMessage;
|
|
756
|
+
createdAt?: Date;
|
|
757
|
+
updatedAt?: Date;
|
|
758
|
+
}
|
|
759
|
+
export declare const UserAssignment: {
|
|
760
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
761
|
+
readonly MANUAL: "MANUAL";
|
|
762
|
+
};
|
|
763
|
+
export type UserAssignment =
|
|
764
|
+
(typeof UserAssignment)[keyof typeof UserAssignment];
|
|
765
|
+
export interface SingleSignOn {
|
|
766
|
+
type?: AuthType | string;
|
|
767
|
+
userAssignment?: UserAssignment | string;
|
|
768
|
+
}
|
|
769
|
+
export interface CreateDomainInput {
|
|
770
|
+
name: string | undefined;
|
|
771
|
+
description?: string;
|
|
772
|
+
singleSignOn?: SingleSignOn;
|
|
773
|
+
domainExecutionRole: string | undefined;
|
|
774
|
+
kmsKeyIdentifier?: string;
|
|
775
|
+
tags?: Record<string, string>;
|
|
776
|
+
clientToken?: string;
|
|
777
|
+
}
|
|
778
|
+
export declare const DomainStatus: {
|
|
779
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
780
|
+
readonly CREATING: "CREATING";
|
|
781
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
782
|
+
readonly DELETED: "DELETED";
|
|
783
|
+
readonly DELETING: "DELETING";
|
|
784
|
+
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
785
|
+
};
|
|
786
|
+
export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
|
|
787
|
+
export interface CreateDomainOutput {
|
|
788
|
+
id: string | undefined;
|
|
789
|
+
name?: string;
|
|
790
|
+
description?: string;
|
|
791
|
+
singleSignOn?: SingleSignOn;
|
|
792
|
+
domainExecutionRole?: string;
|
|
793
|
+
arn?: string;
|
|
794
|
+
kmsKeyIdentifier?: string;
|
|
795
|
+
status?: DomainStatus | string;
|
|
796
|
+
portalUrl?: string;
|
|
797
|
+
tags?: Record<string, string>;
|
|
798
|
+
}
|
|
799
|
+
export interface EnvironmentParameter {
|
|
800
|
+
name?: string;
|
|
801
|
+
value?: string;
|
|
802
|
+
}
|
|
803
|
+
export interface CreateEnvironmentInput {
|
|
804
|
+
projectIdentifier: string | undefined;
|
|
805
|
+
domainIdentifier: string | undefined;
|
|
806
|
+
description?: string;
|
|
807
|
+
name: string | undefined;
|
|
808
|
+
environmentProfileIdentifier: string | undefined;
|
|
809
|
+
userParameters?: EnvironmentParameter[];
|
|
810
|
+
glossaryTerms?: string[];
|
|
811
|
+
}
|
|
812
|
+
export interface DeploymentProperties {
|
|
813
|
+
startTimeoutMinutes?: number;
|
|
814
|
+
endTimeoutMinutes?: number;
|
|
815
|
+
}
|
|
816
|
+
export declare const DeploymentStatus: {
|
|
817
|
+
readonly FAILED: "FAILED";
|
|
818
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
819
|
+
readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
|
|
820
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
821
|
+
};
|
|
822
|
+
export type DeploymentStatus =
|
|
823
|
+
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
824
|
+
export declare const DeploymentType: {
|
|
825
|
+
readonly CREATE: "CREATE";
|
|
826
|
+
readonly DELETE: "DELETE";
|
|
827
|
+
readonly UPDATE: "UPDATE";
|
|
828
|
+
};
|
|
829
|
+
export type DeploymentType =
|
|
830
|
+
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
831
|
+
export interface EnvironmentError {
|
|
832
|
+
code?: string;
|
|
833
|
+
message: string | undefined;
|
|
834
|
+
}
|
|
835
|
+
export interface Deployment {
|
|
836
|
+
deploymentId?: string;
|
|
837
|
+
deploymentType?: DeploymentType | string;
|
|
838
|
+
deploymentStatus?: DeploymentStatus | string;
|
|
839
|
+
failureReason?: EnvironmentError;
|
|
840
|
+
messages?: string[];
|
|
841
|
+
isDeploymentComplete?: boolean;
|
|
842
|
+
}
|
|
843
|
+
export interface Resource {
|
|
844
|
+
provider?: string;
|
|
845
|
+
name?: string;
|
|
846
|
+
value: string | undefined;
|
|
847
|
+
type: string | undefined;
|
|
848
|
+
}
|
|
849
|
+
export type ProvisioningProperties =
|
|
850
|
+
| ProvisioningProperties.CloudFormationMember
|
|
851
|
+
| ProvisioningProperties.$UnknownMember;
|
|
852
|
+
export declare namespace ProvisioningProperties {
|
|
853
|
+
interface CloudFormationMember {
|
|
854
|
+
cloudFormation: CloudFormationProperties;
|
|
855
|
+
$unknown?: never;
|
|
856
|
+
}
|
|
857
|
+
interface $UnknownMember {
|
|
858
|
+
cloudFormation?: never;
|
|
859
|
+
$unknown: [string, any];
|
|
860
|
+
}
|
|
861
|
+
interface Visitor<T> {
|
|
862
|
+
cloudFormation: (value: CloudFormationProperties) => T;
|
|
863
|
+
_: (name: string, value: any) => T;
|
|
864
|
+
}
|
|
865
|
+
const visit: <T>(value: ProvisioningProperties, visitor: Visitor<T>) => T;
|
|
866
|
+
}
|
|
867
|
+
export declare const EnvironmentStatus: {
|
|
868
|
+
readonly ACTIVE: "ACTIVE";
|
|
869
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
870
|
+
readonly CREATING: "CREATING";
|
|
871
|
+
readonly DELETED: "DELETED";
|
|
872
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
873
|
+
readonly DELETING: "DELETING";
|
|
874
|
+
readonly DISABLED: "DISABLED";
|
|
875
|
+
readonly EXPIRED: "EXPIRED";
|
|
876
|
+
readonly INACCESSIBLE: "INACCESSIBLE";
|
|
877
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
878
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
879
|
+
readonly UPDATING: "UPDATING";
|
|
880
|
+
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
881
|
+
};
|
|
882
|
+
export type EnvironmentStatus =
|
|
883
|
+
(typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
|
|
884
|
+
export interface CustomParameter {
|
|
885
|
+
keyName: string | undefined;
|
|
886
|
+
description?: string;
|
|
887
|
+
fieldType: string | undefined;
|
|
888
|
+
defaultValue?: string;
|
|
889
|
+
isEditable?: boolean;
|
|
890
|
+
isOptional?: boolean;
|
|
891
|
+
}
|
|
892
|
+
export interface CreateEnvironmentOutput {
|
|
893
|
+
projectId: string | undefined;
|
|
894
|
+
id?: string;
|
|
895
|
+
domainId: string | undefined;
|
|
896
|
+
createdBy: string | undefined;
|
|
897
|
+
createdAt?: Date;
|
|
898
|
+
updatedAt?: Date;
|
|
899
|
+
name: string | undefined;
|
|
900
|
+
description?: string;
|
|
901
|
+
environmentProfileId: string | undefined;
|
|
902
|
+
awsAccountId?: string;
|
|
903
|
+
awsAccountRegion?: string;
|
|
904
|
+
provider: string | undefined;
|
|
905
|
+
provisionedResources?: Resource[];
|
|
906
|
+
status?: EnvironmentStatus | string;
|
|
907
|
+
environmentActions?: ConfigurableEnvironmentAction[];
|
|
908
|
+
glossaryTerms?: string[];
|
|
909
|
+
userParameters?: CustomParameter[];
|
|
910
|
+
lastDeployment?: Deployment;
|
|
911
|
+
provisioningProperties?: ProvisioningProperties;
|
|
912
|
+
deploymentProperties?: DeploymentProperties;
|
|
913
|
+
environmentBlueprintId?: string;
|
|
914
|
+
}
|
|
915
|
+
export interface CreateEnvironmentProfileInput {
|
|
916
|
+
domainIdentifier: string | undefined;
|
|
917
|
+
name: string | undefined;
|
|
918
|
+
description?: string;
|
|
919
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
920
|
+
projectIdentifier: string | undefined;
|
|
921
|
+
userParameters?: EnvironmentParameter[];
|
|
922
|
+
awsAccountId?: string;
|
|
923
|
+
awsAccountRegion?: string;
|
|
924
|
+
}
|
|
925
|
+
export interface CreateEnvironmentProfileOutput {
|
|
926
|
+
id: string | undefined;
|
|
927
|
+
domainId: string | undefined;
|
|
928
|
+
awsAccountId?: string;
|
|
929
|
+
awsAccountRegion?: string;
|
|
930
|
+
createdBy: string | undefined;
|
|
931
|
+
createdAt?: Date;
|
|
932
|
+
updatedAt?: Date;
|
|
933
|
+
name: string | undefined;
|
|
934
|
+
description?: string;
|
|
935
|
+
environmentBlueprintId: string | undefined;
|
|
936
|
+
projectId?: string;
|
|
937
|
+
userParameters?: CustomParameter[];
|
|
938
|
+
}
|
|
939
|
+
export type Model = Model.SmithyMember | Model.$UnknownMember;
|
|
940
|
+
export declare namespace Model {
|
|
941
|
+
interface SmithyMember {
|
|
942
|
+
smithy: string;
|
|
943
|
+
$unknown?: never;
|
|
944
|
+
}
|
|
945
|
+
interface $UnknownMember {
|
|
946
|
+
smithy?: never;
|
|
947
|
+
$unknown: [string, any];
|
|
948
|
+
}
|
|
949
|
+
interface Visitor<T> {
|
|
950
|
+
smithy: (value: string) => T;
|
|
951
|
+
_: (name: string, value: any) => T;
|
|
952
|
+
}
|
|
953
|
+
const visit: <T>(value: Model, visitor: Visitor<T>) => T;
|
|
954
|
+
}
|
|
955
|
+
export declare const FormTypeStatus: {
|
|
956
|
+
readonly DISABLED: "DISABLED";
|
|
957
|
+
readonly ENABLED: "ENABLED";
|
|
958
|
+
};
|
|
959
|
+
export type FormTypeStatus =
|
|
960
|
+
(typeof FormTypeStatus)[keyof typeof FormTypeStatus];
|
|
961
|
+
export interface CreateFormTypeInput {
|
|
962
|
+
domainIdentifier: string | undefined;
|
|
963
|
+
name: string | undefined;
|
|
964
|
+
model: Model | undefined;
|
|
965
|
+
owningProjectIdentifier: string | undefined;
|
|
966
|
+
status?: FormTypeStatus | string;
|
|
967
|
+
description?: string;
|
|
968
|
+
}
|
|
969
|
+
export interface CreateFormTypeOutput {
|
|
970
|
+
domainId: string | undefined;
|
|
971
|
+
name: string | undefined;
|
|
972
|
+
revision: string | undefined;
|
|
973
|
+
description?: string;
|
|
974
|
+
owningProjectId?: string;
|
|
975
|
+
originDomainId?: string;
|
|
976
|
+
originProjectId?: string;
|
|
977
|
+
}
|
|
978
|
+
export declare const GlossaryStatus: {
|
|
979
|
+
readonly DISABLED: "DISABLED";
|
|
980
|
+
readonly ENABLED: "ENABLED";
|
|
981
|
+
};
|
|
982
|
+
export type GlossaryStatus =
|
|
983
|
+
(typeof GlossaryStatus)[keyof typeof GlossaryStatus];
|
|
984
|
+
export interface CreateGlossaryInput {
|
|
985
|
+
domainIdentifier: string | undefined;
|
|
986
|
+
name: string | undefined;
|
|
987
|
+
owningProjectIdentifier: string | undefined;
|
|
988
|
+
description?: string;
|
|
989
|
+
status?: GlossaryStatus | string;
|
|
990
|
+
clientToken?: string;
|
|
991
|
+
}
|
|
992
|
+
export interface CreateGlossaryOutput {
|
|
993
|
+
domainId: string | undefined;
|
|
994
|
+
id: string | undefined;
|
|
995
|
+
name: string | undefined;
|
|
996
|
+
owningProjectId: string | undefined;
|
|
997
|
+
description?: string;
|
|
998
|
+
status?: GlossaryStatus | string;
|
|
999
|
+
}
|
|
1000
|
+
export declare const GlossaryTermStatus: {
|
|
1001
|
+
readonly DISABLED: "DISABLED";
|
|
1002
|
+
readonly ENABLED: "ENABLED";
|
|
1003
|
+
};
|
|
1004
|
+
export type GlossaryTermStatus =
|
|
1005
|
+
(typeof GlossaryTermStatus)[keyof typeof GlossaryTermStatus];
|
|
1006
|
+
export interface TermRelations {
|
|
1007
|
+
isA?: string[];
|
|
1008
|
+
classifies?: string[];
|
|
1009
|
+
}
|
|
1010
|
+
export interface CreateGlossaryTermInput {
|
|
1011
|
+
domainIdentifier: string | undefined;
|
|
1012
|
+
glossaryIdentifier: string | undefined;
|
|
1013
|
+
name: string | undefined;
|
|
1014
|
+
status?: GlossaryTermStatus | string;
|
|
1015
|
+
shortDescription?: string;
|
|
1016
|
+
longDescription?: string;
|
|
1017
|
+
termRelations?: TermRelations;
|
|
1018
|
+
clientToken?: string;
|
|
1019
|
+
}
|
|
1020
|
+
export interface CreateGlossaryTermOutput {
|
|
1021
|
+
id: string | undefined;
|
|
1022
|
+
domainId: string | undefined;
|
|
1023
|
+
glossaryId: string | undefined;
|
|
1024
|
+
name: string | undefined;
|
|
1025
|
+
status: GlossaryTermStatus | string | undefined;
|
|
1026
|
+
shortDescription?: string;
|
|
1027
|
+
longDescription?: string;
|
|
1028
|
+
termRelations?: TermRelations;
|
|
1029
|
+
}
|
|
1030
|
+
export interface CreateGroupProfileInput {
|
|
1031
|
+
domainIdentifier: string | undefined;
|
|
1032
|
+
groupIdentifier: string | undefined;
|
|
1033
|
+
clientToken?: string;
|
|
1034
|
+
}
|
|
1035
|
+
export declare const GroupProfileStatus: {
|
|
1036
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
1037
|
+
readonly NOT_ASSIGNED: "NOT_ASSIGNED";
|
|
1038
|
+
};
|
|
1039
|
+
export type GroupProfileStatus =
|
|
1040
|
+
(typeof GroupProfileStatus)[keyof typeof GroupProfileStatus];
|
|
1041
|
+
export interface CreateGroupProfileOutput {
|
|
1042
|
+
domainId?: string;
|
|
1043
|
+
id?: string;
|
|
1044
|
+
status?: GroupProfileStatus | string;
|
|
1045
|
+
groupName?: string;
|
|
1046
|
+
}
|
|
1047
|
+
export declare const EntityType: {
|
|
1048
|
+
readonly ASSET: "ASSET";
|
|
1049
|
+
};
|
|
1050
|
+
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
1051
|
+
export interface CreateListingChangeSetInput {
|
|
1052
|
+
domainIdentifier: string | undefined;
|
|
1053
|
+
entityIdentifier: string | undefined;
|
|
1054
|
+
entityType: EntityType | string | undefined;
|
|
1055
|
+
entityRevision?: string;
|
|
1056
|
+
action: ChangeAction | string | undefined;
|
|
1057
|
+
clientToken?: string;
|
|
1058
|
+
}
|
|
1059
|
+
export interface CreateListingChangeSetOutput {
|
|
1060
|
+
listingId: string | undefined;
|
|
1061
|
+
listingRevision: string | undefined;
|
|
1062
|
+
status: ListingStatus | string | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
export interface CreateProjectInput {
|
|
1065
|
+
domainIdentifier: string | undefined;
|
|
1066
|
+
name: string | undefined;
|
|
1067
|
+
description?: string;
|
|
1068
|
+
glossaryTerms?: string[];
|
|
1069
|
+
}
|
|
1070
|
+
export interface CreateProjectOutput {
|
|
1071
|
+
domainId: string | undefined;
|
|
1072
|
+
id: string | undefined;
|
|
1073
|
+
name: string | undefined;
|
|
1074
|
+
description?: string;
|
|
1075
|
+
createdBy: string | undefined;
|
|
1076
|
+
createdAt?: Date;
|
|
1077
|
+
lastUpdatedAt?: Date;
|
|
1078
|
+
glossaryTerms?: string[];
|
|
1079
|
+
}
|
|
1080
|
+
export declare const UserDesignation: {
|
|
1081
|
+
readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
|
|
1082
|
+
readonly PROJECT_OWNER: "PROJECT_OWNER";
|
|
1083
|
+
};
|
|
1084
|
+
export type UserDesignation =
|
|
1085
|
+
(typeof UserDesignation)[keyof typeof UserDesignation];
|
|
1086
|
+
export type Member =
|
|
1087
|
+
| Member.GroupIdentifierMember
|
|
1088
|
+
| Member.UserIdentifierMember
|
|
1089
|
+
| Member.$UnknownMember;
|
|
1090
|
+
export declare namespace Member {
|
|
1091
|
+
interface UserIdentifierMember {
|
|
1092
|
+
userIdentifier: string;
|
|
1093
|
+
groupIdentifier?: never;
|
|
1094
|
+
$unknown?: never;
|
|
1095
|
+
}
|
|
1096
|
+
interface GroupIdentifierMember {
|
|
1097
|
+
userIdentifier?: never;
|
|
1098
|
+
groupIdentifier: string;
|
|
1099
|
+
$unknown?: never;
|
|
1100
|
+
}
|
|
1101
|
+
interface $UnknownMember {
|
|
1102
|
+
userIdentifier?: never;
|
|
1103
|
+
groupIdentifier?: never;
|
|
1104
|
+
$unknown: [string, any];
|
|
1105
|
+
}
|
|
1106
|
+
interface Visitor<T> {
|
|
1107
|
+
userIdentifier: (value: string) => T;
|
|
1108
|
+
groupIdentifier: (value: string) => T;
|
|
1109
|
+
_: (name: string, value: any) => T;
|
|
1110
|
+
}
|
|
1111
|
+
const visit: <T>(value: Member, visitor: Visitor<T>) => T;
|
|
1112
|
+
}
|
|
1113
|
+
export interface CreateProjectMembershipInput {
|
|
1114
|
+
domainIdentifier: string | undefined;
|
|
1115
|
+
projectIdentifier: string | undefined;
|
|
1116
|
+
member: Member | undefined;
|
|
1117
|
+
designation: UserDesignation | string | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
export interface CreateProjectMembershipOutput {}
|
|
1120
|
+
export interface ListingRevisionInput {
|
|
1121
|
+
identifier: string | undefined;
|
|
1122
|
+
revision: string | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
export type GrantedEntityInput =
|
|
1125
|
+
| GrantedEntityInput.ListingMember
|
|
1126
|
+
| GrantedEntityInput.$UnknownMember;
|
|
1127
|
+
export declare namespace GrantedEntityInput {
|
|
1128
|
+
interface ListingMember {
|
|
1129
|
+
listing: ListingRevisionInput;
|
|
1130
|
+
$unknown?: never;
|
|
1131
|
+
}
|
|
1132
|
+
interface $UnknownMember {
|
|
1133
|
+
listing?: never;
|
|
1134
|
+
$unknown: [string, any];
|
|
1135
|
+
}
|
|
1136
|
+
interface Visitor<T> {
|
|
1137
|
+
listing: (value: ListingRevisionInput) => T;
|
|
1138
|
+
_: (name: string, value: any) => T;
|
|
1139
|
+
}
|
|
1140
|
+
const visit: <T>(value: GrantedEntityInput, visitor: Visitor<T>) => T;
|
|
1141
|
+
}
|
|
1142
|
+
export interface CreateSubscriptionGrantInput {
|
|
1143
|
+
domainIdentifier: string | undefined;
|
|
1144
|
+
environmentIdentifier: string | undefined;
|
|
1145
|
+
subscriptionTargetIdentifier: string | undefined;
|
|
1146
|
+
grantedEntity: GrantedEntityInput | undefined;
|
|
1147
|
+
assetTargetNames?: AssetTargetNameMap[];
|
|
1148
|
+
clientToken?: string;
|
|
1149
|
+
}
|
|
1150
|
+
export interface FailureCause {
|
|
1151
|
+
message?: string;
|
|
1152
|
+
}
|
|
1153
|
+
export declare const SubscriptionGrantStatus: {
|
|
1154
|
+
readonly GRANTED: "GRANTED";
|
|
1155
|
+
readonly GRANT_FAILED: "GRANT_FAILED";
|
|
1156
|
+
readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
|
|
1157
|
+
readonly GRANT_PENDING: "GRANT_PENDING";
|
|
1158
|
+
readonly REVOKED: "REVOKED";
|
|
1159
|
+
readonly REVOKE_FAILED: "REVOKE_FAILED";
|
|
1160
|
+
readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
|
|
1161
|
+
readonly REVOKE_PENDING: "REVOKE_PENDING";
|
|
1162
|
+
};
|
|
1163
|
+
export type SubscriptionGrantStatus =
|
|
1164
|
+
(typeof SubscriptionGrantStatus)[keyof typeof SubscriptionGrantStatus];
|
|
1165
|
+
export interface SubscribedAsset {
|
|
1166
|
+
assetId: string | undefined;
|
|
1167
|
+
assetRevision: string | undefined;
|
|
1168
|
+
status: SubscriptionGrantStatus | string | undefined;
|
|
1169
|
+
targetName?: string;
|
|
1170
|
+
failureCause?: FailureCause;
|
|
1171
|
+
grantedTimestamp?: Date;
|
|
1172
|
+
failureTimestamp?: Date;
|
|
1173
|
+
}
|
|
1174
|
+
export interface ListingRevision {
|
|
1175
|
+
id: string | undefined;
|
|
1176
|
+
revision: string | undefined;
|
|
1177
|
+
}
|
|
1178
|
+
export type GrantedEntity =
|
|
1179
|
+
| GrantedEntity.ListingMember
|
|
1180
|
+
| GrantedEntity.$UnknownMember;
|
|
1181
|
+
export declare namespace GrantedEntity {
|
|
1182
|
+
interface ListingMember {
|
|
1183
|
+
listing: ListingRevision;
|
|
1184
|
+
$unknown?: never;
|
|
1185
|
+
}
|
|
1186
|
+
interface $UnknownMember {
|
|
1187
|
+
listing?: never;
|
|
1188
|
+
$unknown: [string, any];
|
|
1189
|
+
}
|
|
1190
|
+
interface Visitor<T> {
|
|
1191
|
+
listing: (value: ListingRevision) => T;
|
|
1192
|
+
_: (name: string, value: any) => T;
|
|
1193
|
+
}
|
|
1194
|
+
const visit: <T>(value: GrantedEntity, visitor: Visitor<T>) => T;
|
|
1195
|
+
}
|
|
1196
|
+
export declare const SubscriptionGrantOverallStatus: {
|
|
1197
|
+
readonly COMPLETED: "COMPLETED";
|
|
1198
|
+
readonly GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED";
|
|
1199
|
+
readonly GRANT_FAILED: "GRANT_FAILED";
|
|
1200
|
+
readonly INACCESSIBLE: "INACCESSIBLE";
|
|
1201
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1202
|
+
readonly PENDING: "PENDING";
|
|
1203
|
+
readonly REVOKE_FAILED: "REVOKE_FAILED";
|
|
1204
|
+
};
|
|
1205
|
+
export type SubscriptionGrantOverallStatus =
|
|
1206
|
+
(typeof SubscriptionGrantOverallStatus)[keyof typeof SubscriptionGrantOverallStatus];
|
|
1207
|
+
export interface CreateSubscriptionGrantOutput {
|
|
1208
|
+
id: string | undefined;
|
|
1209
|
+
createdBy: string | undefined;
|
|
1210
|
+
updatedBy?: string;
|
|
1211
|
+
domainId: string | undefined;
|
|
1212
|
+
createdAt: Date | undefined;
|
|
1213
|
+
updatedAt: Date | undefined;
|
|
1214
|
+
subscriptionTargetId: string | undefined;
|
|
1215
|
+
grantedEntity: GrantedEntity | undefined;
|
|
1216
|
+
status: SubscriptionGrantOverallStatus | string | undefined;
|
|
1217
|
+
assets?: SubscribedAsset[];
|
|
1218
|
+
subscriptionId?: string;
|
|
1219
|
+
}
|
|
1220
|
+
export interface SubscribedListingInput {
|
|
1221
|
+
identifier: string | undefined;
|
|
1222
|
+
}
|
|
1223
|
+
export interface SubscribedProjectInput {
|
|
1224
|
+
identifier?: string;
|
|
1225
|
+
}
|
|
1226
|
+
export type SubscribedPrincipalInput =
|
|
1227
|
+
| SubscribedPrincipalInput.ProjectMember
|
|
1228
|
+
| SubscribedPrincipalInput.$UnknownMember;
|
|
1229
|
+
export declare namespace SubscribedPrincipalInput {
|
|
1230
|
+
interface ProjectMember {
|
|
1231
|
+
project: SubscribedProjectInput;
|
|
1232
|
+
$unknown?: never;
|
|
1233
|
+
}
|
|
1234
|
+
interface $UnknownMember {
|
|
1235
|
+
project?: never;
|
|
1236
|
+
$unknown: [string, any];
|
|
1237
|
+
}
|
|
1238
|
+
interface Visitor<T> {
|
|
1239
|
+
project: (value: SubscribedProjectInput) => T;
|
|
1240
|
+
_: (name: string, value: any) => T;
|
|
1241
|
+
}
|
|
1242
|
+
const visit: <T>(value: SubscribedPrincipalInput, visitor: Visitor<T>) => T;
|
|
1243
|
+
}
|
|
1244
|
+
export interface CreateSubscriptionRequestInput {
|
|
1245
|
+
domainIdentifier: string | undefined;
|
|
1246
|
+
subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
|
|
1247
|
+
subscribedListings: SubscribedListingInput[] | undefined;
|
|
1248
|
+
requestReason: string | undefined;
|
|
1249
|
+
clientToken?: string;
|
|
1250
|
+
}
|
|
1251
|
+
export interface CreateSubscriptionRequestOutput {
|
|
1252
|
+
id: string | undefined;
|
|
1253
|
+
createdBy: string | undefined;
|
|
1254
|
+
updatedBy?: string;
|
|
1255
|
+
domainId: string | undefined;
|
|
1256
|
+
status: SubscriptionRequestStatus | string | undefined;
|
|
1257
|
+
createdAt: Date | undefined;
|
|
1258
|
+
updatedAt: Date | undefined;
|
|
1259
|
+
requestReason: string | undefined;
|
|
1260
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
1261
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
1262
|
+
reviewerId?: string;
|
|
1263
|
+
decisionComment?: string;
|
|
1264
|
+
}
|
|
1265
|
+
export interface SubscriptionTargetForm {
|
|
1266
|
+
formName: string | undefined;
|
|
1267
|
+
content: string | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export interface CreateSubscriptionTargetInput {
|
|
1270
|
+
domainIdentifier: string | undefined;
|
|
1271
|
+
environmentIdentifier: string | undefined;
|
|
1272
|
+
name: string | undefined;
|
|
1273
|
+
type: string | undefined;
|
|
1274
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1275
|
+
authorizedPrincipals: string[] | undefined;
|
|
1276
|
+
manageAccessRole: string | undefined;
|
|
1277
|
+
applicableAssetTypes: string[] | undefined;
|
|
1278
|
+
provider?: string;
|
|
1279
|
+
clientToken?: string;
|
|
1280
|
+
}
|
|
1281
|
+
export interface CreateSubscriptionTargetOutput {
|
|
1282
|
+
id: string | undefined;
|
|
1283
|
+
authorizedPrincipals: string[] | undefined;
|
|
1284
|
+
domainId: string | undefined;
|
|
1285
|
+
projectId: string | undefined;
|
|
1286
|
+
environmentId: string | undefined;
|
|
1287
|
+
name: string | undefined;
|
|
1288
|
+
type: string | undefined;
|
|
1289
|
+
createdBy: string | undefined;
|
|
1290
|
+
updatedBy?: string;
|
|
1291
|
+
createdAt: Date | undefined;
|
|
1292
|
+
updatedAt?: Date;
|
|
1293
|
+
manageAccessRole: string | undefined;
|
|
1294
|
+
applicableAssetTypes: string[] | undefined;
|
|
1295
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1296
|
+
provider: string | undefined;
|
|
1297
|
+
}
|
|
1298
|
+
export declare const UserType: {
|
|
1299
|
+
readonly IAM_ROLE: "IAM_ROLE";
|
|
1300
|
+
readonly IAM_USER: "IAM_USER";
|
|
1301
|
+
readonly SSO_USER: "SSO_USER";
|
|
1302
|
+
};
|
|
1303
|
+
export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
1304
|
+
export interface CreateUserProfileInput {
|
|
1305
|
+
domainIdentifier: string | undefined;
|
|
1306
|
+
userIdentifier: string | undefined;
|
|
1307
|
+
userType?: UserType | string;
|
|
1308
|
+
clientToken?: string;
|
|
1309
|
+
}
|
|
1310
|
+
export interface IamUserProfileDetails {
|
|
1311
|
+
arn?: string;
|
|
1312
|
+
}
|
|
1313
|
+
export interface SsoUserProfileDetails {
|
|
1314
|
+
username?: string;
|
|
1315
|
+
firstName?: string;
|
|
1316
|
+
lastName?: string;
|
|
1317
|
+
}
|
|
1318
|
+
export type UserProfileDetails =
|
|
1319
|
+
| UserProfileDetails.IamMember
|
|
1320
|
+
| UserProfileDetails.SsoMember
|
|
1321
|
+
| UserProfileDetails.$UnknownMember;
|
|
1322
|
+
export declare namespace UserProfileDetails {
|
|
1323
|
+
interface IamMember {
|
|
1324
|
+
iam: IamUserProfileDetails;
|
|
1325
|
+
sso?: never;
|
|
1326
|
+
$unknown?: never;
|
|
1327
|
+
}
|
|
1328
|
+
interface SsoMember {
|
|
1329
|
+
iam?: never;
|
|
1330
|
+
sso: SsoUserProfileDetails;
|
|
1331
|
+
$unknown?: never;
|
|
1332
|
+
}
|
|
1333
|
+
interface $UnknownMember {
|
|
1334
|
+
iam?: never;
|
|
1335
|
+
sso?: never;
|
|
1336
|
+
$unknown: [string, any];
|
|
1337
|
+
}
|
|
1338
|
+
interface Visitor<T> {
|
|
1339
|
+
iam: (value: IamUserProfileDetails) => T;
|
|
1340
|
+
sso: (value: SsoUserProfileDetails) => T;
|
|
1341
|
+
_: (name: string, value: any) => T;
|
|
1342
|
+
}
|
|
1343
|
+
const visit: <T>(value: UserProfileDetails, visitor: Visitor<T>) => T;
|
|
1344
|
+
}
|
|
1345
|
+
export declare const UserProfileStatus: {
|
|
1346
|
+
readonly ACTIVATED: "ACTIVATED";
|
|
1347
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
1348
|
+
readonly DEACTIVATED: "DEACTIVATED";
|
|
1349
|
+
readonly NOT_ASSIGNED: "NOT_ASSIGNED";
|
|
1350
|
+
};
|
|
1351
|
+
export type UserProfileStatus =
|
|
1352
|
+
(typeof UserProfileStatus)[keyof typeof UserProfileStatus];
|
|
1353
|
+
export declare const UserProfileType: {
|
|
1354
|
+
readonly IAM: "IAM";
|
|
1355
|
+
readonly SSO: "SSO";
|
|
1356
|
+
};
|
|
1357
|
+
export type UserProfileType =
|
|
1358
|
+
(typeof UserProfileType)[keyof typeof UserProfileType];
|
|
1359
|
+
export interface CreateUserProfileOutput {
|
|
1360
|
+
domainId?: string;
|
|
1361
|
+
id?: string;
|
|
1362
|
+
type?: UserProfileType | string;
|
|
1363
|
+
status?: UserProfileStatus | string;
|
|
1364
|
+
details?: UserProfileDetails;
|
|
1365
|
+
}
|
|
1366
|
+
export declare const DataAssetActivityStatus: {
|
|
1367
|
+
readonly FAILED: "FAILED";
|
|
1368
|
+
readonly PUBLISHING_FAILED: "PUBLISHING_FAILED";
|
|
1369
|
+
readonly SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED";
|
|
1370
|
+
readonly SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED";
|
|
1371
|
+
readonly SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS";
|
|
1372
|
+
readonly SUCCEEDED_CREATED: "SUCCEEDED_CREATED";
|
|
1373
|
+
readonly SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED";
|
|
1374
|
+
readonly UNCHANGED: "UNCHANGED";
|
|
1375
|
+
};
|
|
1376
|
+
export type DataAssetActivityStatus =
|
|
1377
|
+
(typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
|
|
1378
|
+
export interface DataProductItem {
|
|
1379
|
+
itemId?: string;
|
|
1380
|
+
domainId?: string;
|
|
1381
|
+
}
|
|
1382
|
+
export interface DataProductSummary {
|
|
1383
|
+
domainId: string | undefined;
|
|
1384
|
+
id: string | undefined;
|
|
1385
|
+
name: string | undefined;
|
|
1386
|
+
owningProjectId: string | undefined;
|
|
1387
|
+
description?: string;
|
|
1388
|
+
glossaryTerms?: string[];
|
|
1389
|
+
dataProductItems?: DataProductItem[];
|
|
1390
|
+
createdAt?: Date;
|
|
1391
|
+
createdBy?: string;
|
|
1392
|
+
updatedAt?: Date;
|
|
1393
|
+
updatedBy?: string;
|
|
1394
|
+
}
|
|
1395
|
+
export interface DeleteDataSourceInput {
|
|
1396
|
+
domainIdentifier: string | undefined;
|
|
1397
|
+
identifier: string | undefined;
|
|
1398
|
+
clientToken?: string;
|
|
1399
|
+
}
|
|
1400
|
+
export interface DeleteDataSourceOutput {
|
|
1401
|
+
id: string | undefined;
|
|
1402
|
+
status?: DataSourceStatus | string;
|
|
1403
|
+
type?: string;
|
|
1404
|
+
name: string | undefined;
|
|
1405
|
+
description?: string;
|
|
1406
|
+
domainId: string | undefined;
|
|
1407
|
+
projectId: string | undefined;
|
|
1408
|
+
environmentId: string | undefined;
|
|
1409
|
+
configuration?: DataSourceConfigurationOutput;
|
|
1410
|
+
enableSetting?: EnableSetting | string;
|
|
1411
|
+
publishOnImport?: boolean;
|
|
1412
|
+
assetFormsOutput?: FormOutput[];
|
|
1413
|
+
schedule?: ScheduleConfiguration;
|
|
1414
|
+
lastRunStatus?: DataSourceRunStatus | string;
|
|
1415
|
+
lastRunAt?: Date;
|
|
1416
|
+
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
1417
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1418
|
+
createdAt?: Date;
|
|
1419
|
+
updatedAt?: Date;
|
|
1420
|
+
}
|
|
1421
|
+
export interface GetDataSourceInput {
|
|
1422
|
+
domainIdentifier: string | undefined;
|
|
1423
|
+
identifier: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface GetDataSourceOutput {
|
|
1426
|
+
id: string | undefined;
|
|
1427
|
+
status?: DataSourceStatus | string;
|
|
1428
|
+
type?: string;
|
|
1429
|
+
name: string | undefined;
|
|
1430
|
+
description?: string;
|
|
1431
|
+
domainId: string | undefined;
|
|
1432
|
+
projectId: string | undefined;
|
|
1433
|
+
environmentId: string | undefined;
|
|
1434
|
+
configuration?: DataSourceConfigurationOutput;
|
|
1435
|
+
recommendation?: RecommendationConfiguration;
|
|
1436
|
+
enableSetting?: EnableSetting | string;
|
|
1437
|
+
publishOnImport?: boolean;
|
|
1438
|
+
assetFormsOutput?: FormOutput[];
|
|
1439
|
+
schedule?: ScheduleConfiguration;
|
|
1440
|
+
lastRunStatus?: DataSourceRunStatus | string;
|
|
1441
|
+
lastRunAt?: Date;
|
|
1442
|
+
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
1443
|
+
lastRunAssetCount?: number;
|
|
1444
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1445
|
+
createdAt?: Date;
|
|
1446
|
+
updatedAt?: Date;
|
|
1447
|
+
}
|
|
1448
|
+
export interface ListDataSourcesInput {
|
|
1449
|
+
domainIdentifier: string | undefined;
|
|
1450
|
+
projectIdentifier: string | undefined;
|
|
1451
|
+
environmentIdentifier?: string;
|
|
1452
|
+
type?: string;
|
|
1453
|
+
status?: DataSourceStatus | string;
|
|
1454
|
+
name?: string;
|
|
1455
|
+
nextToken?: string;
|
|
1456
|
+
maxResults?: number;
|
|
1457
|
+
}
|
|
1458
|
+
export interface DataSourceSummary {
|
|
1459
|
+
domainId: string | undefined;
|
|
1460
|
+
environmentId: string | undefined;
|
|
1461
|
+
dataSourceId: string | undefined;
|
|
1462
|
+
name: string | undefined;
|
|
1463
|
+
type: string | undefined;
|
|
1464
|
+
status: DataSourceStatus | string | undefined;
|
|
1465
|
+
enableSetting?: EnableSetting | string;
|
|
1466
|
+
schedule?: ScheduleConfiguration;
|
|
1467
|
+
lastRunStatus?: DataSourceRunStatus | string;
|
|
1468
|
+
lastRunAt?: Date;
|
|
1469
|
+
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
1470
|
+
lastRunAssetCount?: number;
|
|
1471
|
+
createdAt?: Date;
|
|
1472
|
+
updatedAt?: Date;
|
|
1473
|
+
}
|
|
1474
|
+
export interface ListDataSourcesOutput {
|
|
1475
|
+
items: DataSourceSummary[] | undefined;
|
|
1476
|
+
nextToken?: string;
|
|
1477
|
+
}
|
|
1478
|
+
export interface UpdateDataSourceInput {
|
|
1479
|
+
domainIdentifier: string | undefined;
|
|
1480
|
+
identifier: string | undefined;
|
|
1481
|
+
name?: string;
|
|
1482
|
+
description?: string;
|
|
1483
|
+
enableSetting?: EnableSetting | string;
|
|
1484
|
+
publishOnImport?: boolean;
|
|
1485
|
+
assetFormsInput?: FormInput[];
|
|
1486
|
+
schedule?: ScheduleConfiguration;
|
|
1487
|
+
configuration?: DataSourceConfigurationInput;
|
|
1488
|
+
recommendation?: RecommendationConfiguration;
|
|
1489
|
+
}
|
|
1490
|
+
export interface UpdateDataSourceOutput {
|
|
1491
|
+
id: string | undefined;
|
|
1492
|
+
status?: DataSourceStatus | string;
|
|
1493
|
+
type?: string;
|
|
1494
|
+
name: string | undefined;
|
|
1495
|
+
description?: string;
|
|
1496
|
+
domainId: string | undefined;
|
|
1497
|
+
projectId: string | undefined;
|
|
1498
|
+
environmentId: string | undefined;
|
|
1499
|
+
configuration?: DataSourceConfigurationOutput;
|
|
1500
|
+
recommendation?: RecommendationConfiguration;
|
|
1501
|
+
enableSetting?: EnableSetting | string;
|
|
1502
|
+
publishOnImport?: boolean;
|
|
1503
|
+
assetFormsOutput?: FormOutput[];
|
|
1504
|
+
schedule?: ScheduleConfiguration;
|
|
1505
|
+
lastRunStatus?: DataSourceRunStatus | string;
|
|
1506
|
+
lastRunAt?: Date;
|
|
1507
|
+
lastRunErrorMessage?: DataSourceErrorMessage;
|
|
1508
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1509
|
+
createdAt?: Date;
|
|
1510
|
+
updatedAt?: Date;
|
|
1511
|
+
}
|
|
1512
|
+
export declare const DataSourceRunType: {
|
|
1513
|
+
readonly PRIORITIZED: "PRIORITIZED";
|
|
1514
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
1515
|
+
};
|
|
1516
|
+
export type DataSourceRunType =
|
|
1517
|
+
(typeof DataSourceRunType)[keyof typeof DataSourceRunType];
|
|
1518
|
+
export interface GetDataSourceRunInput {
|
|
1519
|
+
domainIdentifier: string | undefined;
|
|
1520
|
+
identifier: string | undefined;
|
|
1521
|
+
}
|
|
1522
|
+
export interface RunStatisticsForAssets {
|
|
1523
|
+
added?: number;
|
|
1524
|
+
updated?: number;
|
|
1525
|
+
unchanged?: number;
|
|
1526
|
+
skipped?: number;
|
|
1527
|
+
failed?: number;
|
|
1528
|
+
}
|
|
1529
|
+
export interface GetDataSourceRunOutput {
|
|
1530
|
+
domainId: string | undefined;
|
|
1531
|
+
dataSourceId: string | undefined;
|
|
1532
|
+
id: string | undefined;
|
|
1533
|
+
projectId: string | undefined;
|
|
1534
|
+
status: DataSourceRunStatus | string | undefined;
|
|
1535
|
+
type: DataSourceRunType | string | undefined;
|
|
1536
|
+
dataSourceConfigurationSnapshot?: string;
|
|
1537
|
+
runStatisticsForAssets?: RunStatisticsForAssets;
|
|
1538
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1539
|
+
createdAt: Date | undefined;
|
|
1540
|
+
updatedAt: Date | undefined;
|
|
1541
|
+
startedAt?: Date;
|
|
1542
|
+
stoppedAt?: Date;
|
|
1543
|
+
}
|
|
1544
|
+
export interface ListDataSourceRunsInput {
|
|
1545
|
+
domainIdentifier: string | undefined;
|
|
1546
|
+
dataSourceIdentifier: string | undefined;
|
|
1547
|
+
status?: DataSourceRunStatus | string;
|
|
1548
|
+
nextToken?: string;
|
|
1549
|
+
maxResults?: number;
|
|
1550
|
+
}
|
|
1551
|
+
export interface DataSourceRunSummary {
|
|
1552
|
+
id: string | undefined;
|
|
1553
|
+
dataSourceId: string | undefined;
|
|
1554
|
+
type: DataSourceRunType | string | undefined;
|
|
1555
|
+
status: DataSourceRunStatus | string | undefined;
|
|
1556
|
+
projectId: string | undefined;
|
|
1557
|
+
runStatisticsForAssets?: RunStatisticsForAssets;
|
|
1558
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1559
|
+
createdAt: Date | undefined;
|
|
1560
|
+
updatedAt: Date | undefined;
|
|
1561
|
+
startedAt?: Date;
|
|
1562
|
+
stoppedAt?: Date;
|
|
1563
|
+
}
|
|
1564
|
+
export interface ListDataSourceRunsOutput {
|
|
1565
|
+
items: DataSourceRunSummary[] | undefined;
|
|
1566
|
+
nextToken?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export interface StartDataSourceRunInput {
|
|
1569
|
+
domainIdentifier: string | undefined;
|
|
1570
|
+
dataSourceIdentifier: string | undefined;
|
|
1571
|
+
clientToken?: string;
|
|
1572
|
+
}
|
|
1573
|
+
export interface StartDataSourceRunOutput {
|
|
1574
|
+
domainId: string | undefined;
|
|
1575
|
+
dataSourceId: string | undefined;
|
|
1576
|
+
id: string | undefined;
|
|
1577
|
+
projectId: string | undefined;
|
|
1578
|
+
status: DataSourceRunStatus | string | undefined;
|
|
1579
|
+
type: DataSourceRunType | string | undefined;
|
|
1580
|
+
dataSourceConfigurationSnapshot?: string;
|
|
1581
|
+
runStatisticsForAssets?: RunStatisticsForAssets;
|
|
1582
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1583
|
+
createdAt: Date | undefined;
|
|
1584
|
+
updatedAt: Date | undefined;
|
|
1585
|
+
startedAt?: Date;
|
|
1586
|
+
stoppedAt?: Date;
|
|
1587
|
+
}
|
|
1588
|
+
export interface DataSourceRunActivity {
|
|
1589
|
+
database: string | undefined;
|
|
1590
|
+
dataSourceRunId: string | undefined;
|
|
1591
|
+
technicalName: string | undefined;
|
|
1592
|
+
dataAssetStatus: DataAssetActivityStatus | string | undefined;
|
|
1593
|
+
projectId: string | undefined;
|
|
1594
|
+
dataAssetId?: string;
|
|
1595
|
+
technicalDescription?: string;
|
|
1596
|
+
errorMessage?: DataSourceErrorMessage;
|
|
1597
|
+
createdAt: Date | undefined;
|
|
1598
|
+
updatedAt: Date | undefined;
|
|
1599
|
+
}
|
|
1600
|
+
export interface DeleteEnvironmentInput {
|
|
1601
|
+
domainIdentifier: string | undefined;
|
|
1602
|
+
identifier: string | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export interface DeleteEnvironmentProfileInput {
|
|
1605
|
+
domainIdentifier: string | undefined;
|
|
1606
|
+
identifier: string | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
export interface DeleteProjectInput {
|
|
1609
|
+
domainIdentifier: string | undefined;
|
|
1610
|
+
identifier: string | undefined;
|
|
1611
|
+
}
|
|
1612
|
+
export interface DeleteProjectOutput {}
|
|
1613
|
+
export interface DeleteProjectMembershipInput {
|
|
1614
|
+
domainIdentifier: string | undefined;
|
|
1615
|
+
projectIdentifier: string | undefined;
|
|
1616
|
+
member: Member | undefined;
|
|
1617
|
+
}
|
|
1618
|
+
export interface DeleteProjectMembershipOutput {}
|
|
1619
|
+
export interface DeleteSubscriptionGrantInput {
|
|
1620
|
+
domainIdentifier: string | undefined;
|
|
1621
|
+
identifier: string | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface DeleteSubscriptionGrantOutput {
|
|
1624
|
+
id: string | undefined;
|
|
1625
|
+
createdBy: string | undefined;
|
|
1626
|
+
updatedBy?: string;
|
|
1627
|
+
domainId: string | undefined;
|
|
1628
|
+
createdAt: Date | undefined;
|
|
1629
|
+
updatedAt: Date | undefined;
|
|
1630
|
+
subscriptionTargetId: string | undefined;
|
|
1631
|
+
grantedEntity: GrantedEntity | undefined;
|
|
1632
|
+
status: SubscriptionGrantOverallStatus | string | undefined;
|
|
1633
|
+
assets?: SubscribedAsset[];
|
|
1634
|
+
subscriptionId?: string;
|
|
1635
|
+
}
|
|
1636
|
+
export interface DeleteSubscriptionRequestInput {
|
|
1637
|
+
domainIdentifier: string | undefined;
|
|
1638
|
+
identifier: string | undefined;
|
|
1639
|
+
}
|
|
1640
|
+
export interface DeleteSubscriptionTargetInput {
|
|
1641
|
+
domainIdentifier: string | undefined;
|
|
1642
|
+
environmentIdentifier: string | undefined;
|
|
1643
|
+
identifier: string | undefined;
|
|
1644
|
+
}
|
|
1645
|
+
export interface DeleteDomainInput {
|
|
1646
|
+
identifier: string | undefined;
|
|
1647
|
+
clientToken?: string;
|
|
1648
|
+
}
|
|
1649
|
+
export interface DeleteDomainOutput {
|
|
1650
|
+
status: DomainStatus | string | undefined;
|
|
1651
|
+
}
|
|
1652
|
+
export interface GetDomainInput {
|
|
1653
|
+
identifier: string | undefined;
|
|
1654
|
+
}
|
|
1655
|
+
export interface GetDomainOutput {
|
|
1656
|
+
id: string | undefined;
|
|
1657
|
+
name?: string;
|
|
1658
|
+
description?: string;
|
|
1659
|
+
singleSignOn?: SingleSignOn;
|
|
1660
|
+
domainExecutionRole: string | undefined;
|
|
1661
|
+
arn?: string;
|
|
1662
|
+
kmsKeyIdentifier?: string;
|
|
1663
|
+
status: DomainStatus | string | undefined;
|
|
1664
|
+
portalUrl?: string;
|
|
1665
|
+
createdAt?: Date;
|
|
1666
|
+
lastUpdatedAt?: Date;
|
|
1667
|
+
tags?: Record<string, string>;
|
|
1668
|
+
}
|
|
1669
|
+
export interface ListDomainsInput {
|
|
1670
|
+
status?: DomainStatus | string;
|
|
1671
|
+
maxResults?: number;
|
|
1672
|
+
nextToken?: string;
|
|
1673
|
+
}
|
|
1674
|
+
export interface DomainSummary {
|
|
1675
|
+
id: string | undefined;
|
|
1676
|
+
name: string | undefined;
|
|
1677
|
+
description?: string;
|
|
1678
|
+
arn: string | undefined;
|
|
1679
|
+
managedAccountId: string | undefined;
|
|
1680
|
+
status: DomainStatus | string | undefined;
|
|
1681
|
+
portalUrl?: string;
|
|
1682
|
+
createdAt: Date | undefined;
|
|
1683
|
+
lastUpdatedAt?: Date;
|
|
1684
|
+
}
|
|
1685
|
+
export interface ListDomainsOutput {
|
|
1686
|
+
items: DomainSummary[] | undefined;
|
|
1687
|
+
nextToken?: string;
|
|
1688
|
+
}
|
|
1689
|
+
export interface UpdateDomainInput {
|
|
1690
|
+
identifier: string | undefined;
|
|
1691
|
+
description?: string;
|
|
1692
|
+
singleSignOn?: SingleSignOn;
|
|
1693
|
+
domainExecutionRole?: string;
|
|
1694
|
+
name?: string;
|
|
1695
|
+
clientToken?: string;
|
|
1696
|
+
}
|
|
1697
|
+
export interface UpdateDomainOutput {
|
|
1698
|
+
id: string | undefined;
|
|
1699
|
+
description?: string;
|
|
1700
|
+
singleSignOn?: SingleSignOn;
|
|
1701
|
+
domainExecutionRole?: string;
|
|
1702
|
+
name?: string;
|
|
1703
|
+
lastUpdatedAt?: Date;
|
|
1704
|
+
}
|
|
1705
|
+
export interface DeleteEnvironmentBlueprintConfigurationInput {
|
|
1706
|
+
domainIdentifier: string | undefined;
|
|
1707
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
1708
|
+
}
|
|
1709
|
+
export interface DeleteEnvironmentBlueprintConfigurationOutput {}
|
|
1710
|
+
export interface GetEnvironmentBlueprintConfigurationInput {
|
|
1711
|
+
domainIdentifier: string | undefined;
|
|
1712
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
1713
|
+
}
|
|
1714
|
+
export interface GetEnvironmentBlueprintConfigurationOutput {
|
|
1715
|
+
domainId: string | undefined;
|
|
1716
|
+
environmentBlueprintId: string | undefined;
|
|
1717
|
+
provisioningRoleArn?: string;
|
|
1718
|
+
manageAccessRoleArn?: string;
|
|
1719
|
+
enabledRegions?: string[];
|
|
1720
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
1721
|
+
createdAt?: Date;
|
|
1722
|
+
updatedAt?: Date;
|
|
1723
|
+
}
|
|
1724
|
+
export interface ListEnvironmentBlueprintConfigurationsInput {
|
|
1725
|
+
domainIdentifier: string | undefined;
|
|
1726
|
+
maxResults?: number;
|
|
1727
|
+
nextToken?: string;
|
|
1728
|
+
}
|
|
1729
|
+
export interface EnvironmentBlueprintConfigurationItem {
|
|
1730
|
+
domainId: string | undefined;
|
|
1731
|
+
environmentBlueprintId: string | undefined;
|
|
1732
|
+
provisioningRoleArn?: string;
|
|
1733
|
+
manageAccessRoleArn?: string;
|
|
1734
|
+
enabledRegions?: string[];
|
|
1735
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
1736
|
+
createdAt?: Date;
|
|
1737
|
+
updatedAt?: Date;
|
|
1738
|
+
}
|
|
1739
|
+
export interface ListEnvironmentBlueprintConfigurationsOutput {
|
|
1740
|
+
items?: EnvironmentBlueprintConfigurationItem[];
|
|
1741
|
+
nextToken?: string;
|
|
1742
|
+
}
|
|
1743
|
+
export interface PutEnvironmentBlueprintConfigurationInput {
|
|
1744
|
+
domainIdentifier: string | undefined;
|
|
1745
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
1746
|
+
provisioningRoleArn?: string;
|
|
1747
|
+
manageAccessRoleArn?: string;
|
|
1748
|
+
enabledRegions: string[] | undefined;
|
|
1749
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
1750
|
+
}
|
|
1751
|
+
export interface PutEnvironmentBlueprintConfigurationOutput {
|
|
1752
|
+
domainId: string | undefined;
|
|
1753
|
+
environmentBlueprintId: string | undefined;
|
|
1754
|
+
provisioningRoleArn?: string;
|
|
1755
|
+
manageAccessRoleArn?: string;
|
|
1756
|
+
enabledRegions?: string[];
|
|
1757
|
+
regionalParameters?: Record<string, Record<string, string>>;
|
|
1758
|
+
createdAt?: Date;
|
|
1759
|
+
updatedAt?: Date;
|
|
1760
|
+
}
|
|
1761
|
+
export interface DeleteFormTypeInput {
|
|
1762
|
+
domainIdentifier: string | undefined;
|
|
1763
|
+
formTypeIdentifier: string | undefined;
|
|
1764
|
+
}
|
|
1765
|
+
export interface DeleteFormTypeOutput {}
|
|
1766
|
+
export interface GetFormTypeInput {
|
|
1767
|
+
domainIdentifier: string | undefined;
|
|
1768
|
+
formTypeIdentifier: string | undefined;
|
|
1769
|
+
revision?: string;
|
|
1770
|
+
}
|
|
1771
|
+
export interface Import {
|
|
1772
|
+
name: string | undefined;
|
|
1773
|
+
revision: string | undefined;
|
|
1774
|
+
}
|
|
1775
|
+
export interface GetFormTypeOutput {
|
|
1776
|
+
domainId: string | undefined;
|
|
1777
|
+
name: string | undefined;
|
|
1778
|
+
revision: string | undefined;
|
|
1779
|
+
model: Model | undefined;
|
|
1780
|
+
owningProjectId?: string;
|
|
1781
|
+
originDomainId?: string;
|
|
1782
|
+
originProjectId?: string;
|
|
1783
|
+
status?: FormTypeStatus | string;
|
|
1784
|
+
createdAt?: Date;
|
|
1785
|
+
createdBy?: string;
|
|
1786
|
+
description?: string;
|
|
1787
|
+
imports?: Import[];
|
|
1788
|
+
}
|
|
1789
|
+
export interface GetEnvironmentInput {
|
|
1790
|
+
domainIdentifier: string | undefined;
|
|
1791
|
+
identifier: string | undefined;
|
|
1792
|
+
}
|
|
1793
|
+
export interface GetEnvironmentOutput {
|
|
1794
|
+
projectId: string | undefined;
|
|
1795
|
+
id?: string;
|
|
1796
|
+
domainId: string | undefined;
|
|
1797
|
+
createdBy: string | undefined;
|
|
1798
|
+
createdAt?: Date;
|
|
1799
|
+
updatedAt?: Date;
|
|
1800
|
+
name: string | undefined;
|
|
1801
|
+
description?: string;
|
|
1802
|
+
environmentProfileId: string | undefined;
|
|
1803
|
+
awsAccountId?: string;
|
|
1804
|
+
awsAccountRegion?: string;
|
|
1805
|
+
provider: string | undefined;
|
|
1806
|
+
provisionedResources?: Resource[];
|
|
1807
|
+
status?: EnvironmentStatus | string;
|
|
1808
|
+
environmentActions?: ConfigurableEnvironmentAction[];
|
|
1809
|
+
glossaryTerms?: string[];
|
|
1810
|
+
userParameters?: CustomParameter[];
|
|
1811
|
+
lastDeployment?: Deployment;
|
|
1812
|
+
provisioningProperties?: ProvisioningProperties;
|
|
1813
|
+
deploymentProperties?: DeploymentProperties;
|
|
1814
|
+
environmentBlueprintId?: string;
|
|
1815
|
+
}
|
|
1816
|
+
export interface GetEnvironmentBlueprintInput {
|
|
1817
|
+
domainIdentifier: string | undefined;
|
|
1818
|
+
identifier: string | undefined;
|
|
1819
|
+
}
|
|
1820
|
+
export interface GetEnvironmentBlueprintOutput {
|
|
1821
|
+
id: string | undefined;
|
|
1822
|
+
name: string | undefined;
|
|
1823
|
+
description?: string;
|
|
1824
|
+
provider: string | undefined;
|
|
1825
|
+
provisioningProperties: ProvisioningProperties | undefined;
|
|
1826
|
+
deploymentProperties?: DeploymentProperties;
|
|
1827
|
+
userParameters?: CustomParameter[];
|
|
1828
|
+
glossaryTerms?: string[];
|
|
1829
|
+
createdAt?: Date;
|
|
1830
|
+
updatedAt?: Date;
|
|
1831
|
+
}
|
|
1832
|
+
export interface GetEnvironmentProfileInput {
|
|
1833
|
+
domainIdentifier: string | undefined;
|
|
1834
|
+
identifier: string | undefined;
|
|
1835
|
+
}
|
|
1836
|
+
export interface GetEnvironmentProfileOutput {
|
|
1837
|
+
id: string | undefined;
|
|
1838
|
+
domainId: string | undefined;
|
|
1839
|
+
awsAccountId?: string;
|
|
1840
|
+
awsAccountRegion?: string;
|
|
1841
|
+
createdBy: string | undefined;
|
|
1842
|
+
createdAt?: Date;
|
|
1843
|
+
updatedAt?: Date;
|
|
1844
|
+
name: string | undefined;
|
|
1845
|
+
description?: string;
|
|
1846
|
+
environmentBlueprintId: string | undefined;
|
|
1847
|
+
projectId?: string;
|
|
1848
|
+
userParameters?: CustomParameter[];
|
|
1849
|
+
}
|
|
1850
|
+
export interface GetGroupProfileInput {
|
|
1851
|
+
domainIdentifier: string | undefined;
|
|
1852
|
+
groupIdentifier: string | undefined;
|
|
1853
|
+
}
|
|
1854
|
+
export interface GetGroupProfileOutput {
|
|
1855
|
+
domainId?: string;
|
|
1856
|
+
id?: string;
|
|
1857
|
+
status?: GroupProfileStatus | string;
|
|
1858
|
+
groupName?: string;
|
|
1859
|
+
}
|
|
1860
|
+
export interface GetIamPortalLoginUrlInput {
|
|
1861
|
+
domainIdentifier: string | undefined;
|
|
1862
|
+
}
|
|
1863
|
+
export interface GetIamPortalLoginUrlOutput {
|
|
1864
|
+
authCodeUrl?: string;
|
|
1865
|
+
userProfileId: string | undefined;
|
|
1866
|
+
}
|
|
1867
|
+
export interface GetProjectInput {
|
|
1868
|
+
domainIdentifier: string | undefined;
|
|
1869
|
+
identifier: string | undefined;
|
|
1870
|
+
}
|
|
1871
|
+
export interface GetProjectOutput {
|
|
1872
|
+
domainId: string | undefined;
|
|
1873
|
+
id: string | undefined;
|
|
1874
|
+
name: string | undefined;
|
|
1875
|
+
description?: string;
|
|
1876
|
+
createdBy: string | undefined;
|
|
1877
|
+
createdAt?: Date;
|
|
1878
|
+
lastUpdatedAt?: Date;
|
|
1879
|
+
glossaryTerms?: string[];
|
|
1880
|
+
}
|
|
1881
|
+
export interface GetSubscriptionInput {
|
|
1882
|
+
domainIdentifier: string | undefined;
|
|
1883
|
+
identifier: string | undefined;
|
|
1884
|
+
}
|
|
1885
|
+
export interface GetSubscriptionOutput {
|
|
1886
|
+
id: string | undefined;
|
|
1887
|
+
createdBy: string | undefined;
|
|
1888
|
+
updatedBy?: string;
|
|
1889
|
+
domainId: string | undefined;
|
|
1890
|
+
status: SubscriptionStatus | string | undefined;
|
|
1891
|
+
createdAt: Date | undefined;
|
|
1892
|
+
updatedAt: Date | undefined;
|
|
1893
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
1894
|
+
subscribedListing: SubscribedListing | undefined;
|
|
1895
|
+
subscriptionRequestId?: string;
|
|
1896
|
+
retainPermissions?: boolean;
|
|
1897
|
+
}
|
|
1898
|
+
export interface GetSubscriptionGrantInput {
|
|
1899
|
+
domainIdentifier: string | undefined;
|
|
1900
|
+
identifier: string | undefined;
|
|
1901
|
+
}
|
|
1902
|
+
export interface GetSubscriptionGrantOutput {
|
|
1903
|
+
id: string | undefined;
|
|
1904
|
+
createdBy: string | undefined;
|
|
1905
|
+
updatedBy?: string;
|
|
1906
|
+
domainId: string | undefined;
|
|
1907
|
+
createdAt: Date | undefined;
|
|
1908
|
+
updatedAt: Date | undefined;
|
|
1909
|
+
subscriptionTargetId: string | undefined;
|
|
1910
|
+
grantedEntity: GrantedEntity | undefined;
|
|
1911
|
+
status: SubscriptionGrantOverallStatus | string | undefined;
|
|
1912
|
+
assets?: SubscribedAsset[];
|
|
1913
|
+
subscriptionId?: string;
|
|
1914
|
+
}
|
|
1915
|
+
export interface GetSubscriptionRequestDetailsInput {
|
|
1916
|
+
domainIdentifier: string | undefined;
|
|
1917
|
+
identifier: string | undefined;
|
|
1918
|
+
}
|
|
1919
|
+
export interface GetSubscriptionRequestDetailsOutput {
|
|
1920
|
+
id: string | undefined;
|
|
1921
|
+
createdBy: string | undefined;
|
|
1922
|
+
updatedBy?: string;
|
|
1923
|
+
domainId: string | undefined;
|
|
1924
|
+
status: SubscriptionRequestStatus | string | undefined;
|
|
1925
|
+
createdAt: Date | undefined;
|
|
1926
|
+
updatedAt: Date | undefined;
|
|
1927
|
+
requestReason: string | undefined;
|
|
1928
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
1929
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
1930
|
+
reviewerId?: string;
|
|
1931
|
+
decisionComment?: string;
|
|
1932
|
+
}
|
|
1933
|
+
export interface GetSubscriptionTargetInput {
|
|
1934
|
+
domainIdentifier: string | undefined;
|
|
1935
|
+
environmentIdentifier: string | undefined;
|
|
1936
|
+
identifier: string | undefined;
|
|
1937
|
+
}
|
|
1938
|
+
export interface GetSubscriptionTargetOutput {
|
|
1939
|
+
id: string | undefined;
|
|
1940
|
+
authorizedPrincipals: string[] | undefined;
|
|
1941
|
+
domainId: string | undefined;
|
|
1942
|
+
projectId: string | undefined;
|
|
1943
|
+
environmentId: string | undefined;
|
|
1944
|
+
name: string | undefined;
|
|
1945
|
+
type: string | undefined;
|
|
1946
|
+
createdBy: string | undefined;
|
|
1947
|
+
updatedBy?: string;
|
|
1948
|
+
createdAt: Date | undefined;
|
|
1949
|
+
updatedAt?: Date;
|
|
1950
|
+
manageAccessRole: string | undefined;
|
|
1951
|
+
applicableAssetTypes: string[] | undefined;
|
|
1952
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1953
|
+
provider: string | undefined;
|
|
1954
|
+
}
|
|
1955
|
+
export interface GetUserProfileInput {
|
|
1956
|
+
domainIdentifier: string | undefined;
|
|
1957
|
+
userIdentifier: string | undefined;
|
|
1958
|
+
type?: UserProfileType | string;
|
|
1959
|
+
}
|
|
1960
|
+
export interface GetUserProfileOutput {
|
|
1961
|
+
domainId?: string;
|
|
1962
|
+
id?: string;
|
|
1963
|
+
type?: UserProfileType | string;
|
|
1964
|
+
status?: UserProfileStatus | string;
|
|
1965
|
+
details?: UserProfileDetails;
|
|
1966
|
+
}
|
|
1967
|
+
export interface DeleteGlossaryInput {
|
|
1968
|
+
domainIdentifier: string | undefined;
|
|
1969
|
+
identifier: string | undefined;
|
|
1970
|
+
}
|
|
1971
|
+
export interface DeleteGlossaryOutput {}
|
|
1972
|
+
export interface GetGlossaryInput {
|
|
1973
|
+
domainIdentifier: string | undefined;
|
|
1974
|
+
identifier: string | undefined;
|
|
1975
|
+
}
|
|
1976
|
+
export interface GetGlossaryOutput {
|
|
1977
|
+
domainId: string | undefined;
|
|
1978
|
+
id: string | undefined;
|
|
1979
|
+
owningProjectId: string | undefined;
|
|
1980
|
+
name: string | undefined;
|
|
1981
|
+
description?: string;
|
|
1982
|
+
status: GlossaryStatus | string | undefined;
|
|
1983
|
+
createdAt?: Date;
|
|
1984
|
+
createdBy?: string;
|
|
1985
|
+
updatedAt?: Date;
|
|
1986
|
+
updatedBy?: string;
|
|
1987
|
+
}
|
|
1988
|
+
export interface UpdateGlossaryInput {
|
|
1989
|
+
domainIdentifier: string | undefined;
|
|
1990
|
+
identifier: string | undefined;
|
|
1991
|
+
name?: string;
|
|
1992
|
+
description?: string;
|
|
1993
|
+
status?: GlossaryStatus | string;
|
|
1994
|
+
clientToken?: string;
|
|
1995
|
+
}
|
|
1996
|
+
export interface UpdateGlossaryOutput {
|
|
1997
|
+
domainId: string | undefined;
|
|
1998
|
+
id: string | undefined;
|
|
1999
|
+
name: string | undefined;
|
|
2000
|
+
owningProjectId: string | undefined;
|
|
2001
|
+
description?: string;
|
|
2002
|
+
status?: GlossaryStatus | string;
|
|
2003
|
+
}
|
|
2004
|
+
export interface DeleteGlossaryTermInput {
|
|
2005
|
+
domainIdentifier: string | undefined;
|
|
2006
|
+
identifier: string | undefined;
|
|
2007
|
+
}
|
|
2008
|
+
export interface DeleteGlossaryTermOutput {}
|
|
2009
|
+
export interface GetGlossaryTermInput {
|
|
2010
|
+
domainIdentifier: string | undefined;
|
|
2011
|
+
identifier: string | undefined;
|
|
2012
|
+
}
|
|
2013
|
+
export interface GetGlossaryTermOutput {
|
|
2014
|
+
domainId: string | undefined;
|
|
2015
|
+
glossaryId: string | undefined;
|
|
2016
|
+
id: string | undefined;
|
|
2017
|
+
name: string | undefined;
|
|
2018
|
+
shortDescription?: string;
|
|
2019
|
+
longDescription?: string;
|
|
2020
|
+
termRelations?: TermRelations;
|
|
2021
|
+
status: GlossaryTermStatus | string | undefined;
|
|
2022
|
+
createdAt?: Date;
|
|
2023
|
+
createdBy?: string;
|
|
2024
|
+
updatedAt?: Date;
|
|
2025
|
+
updatedBy?: string;
|
|
2026
|
+
}
|
|
2027
|
+
export interface UpdateGlossaryTermInput {
|
|
2028
|
+
domainIdentifier: string | undefined;
|
|
2029
|
+
glossaryIdentifier?: string;
|
|
2030
|
+
identifier: string | undefined;
|
|
2031
|
+
name?: string;
|
|
2032
|
+
shortDescription?: string;
|
|
2033
|
+
longDescription?: string;
|
|
2034
|
+
termRelations?: TermRelations;
|
|
2035
|
+
status?: GlossaryTermStatus | string;
|
|
2036
|
+
}
|
|
2037
|
+
export interface UpdateGlossaryTermOutput {
|
|
2038
|
+
id: string | undefined;
|
|
2039
|
+
domainId: string | undefined;
|
|
2040
|
+
glossaryId: string | undefined;
|
|
2041
|
+
name: string | undefined;
|
|
2042
|
+
status: GlossaryTermStatus | string | undefined;
|
|
2043
|
+
shortDescription?: string;
|
|
2044
|
+
longDescription?: string;
|
|
2045
|
+
termRelations?: TermRelations;
|
|
2046
|
+
}
|
|
2047
|
+
export interface ListAssetRevisionsInput {
|
|
2048
|
+
domainIdentifier: string | undefined;
|
|
2049
|
+
identifier: string | undefined;
|
|
2050
|
+
nextToken?: string;
|
|
2051
|
+
maxResults?: number;
|
|
2052
|
+
}
|
|
2053
|
+
export interface ListAssetRevisionsOutput {
|
|
2054
|
+
items?: AssetRevision[];
|
|
2055
|
+
nextToken?: string;
|
|
2056
|
+
}
|
|
2057
|
+
export interface ListDataSourceRunActivitiesInput {
|
|
2058
|
+
domainIdentifier: string | undefined;
|
|
2059
|
+
identifier: string | undefined;
|
|
2060
|
+
status?: DataAssetActivityStatus | string;
|
|
2061
|
+
nextToken?: string;
|
|
2062
|
+
maxResults?: number;
|
|
2063
|
+
}
|
|
2064
|
+
export interface ListDataSourceRunActivitiesOutput {
|
|
2065
|
+
items: DataSourceRunActivity[] | undefined;
|
|
2066
|
+
nextToken?: string;
|
|
2067
|
+
}
|
|
2068
|
+
export interface ListEnvironmentBlueprintsInput {
|
|
2069
|
+
domainIdentifier: string | undefined;
|
|
2070
|
+
maxResults?: number;
|
|
2071
|
+
nextToken?: string;
|
|
2072
|
+
name?: string;
|
|
2073
|
+
managed?: boolean;
|
|
2074
|
+
}
|
|
2075
|
+
export interface EnvironmentBlueprintSummary {
|
|
2076
|
+
id: string | undefined;
|
|
2077
|
+
name: string | undefined;
|
|
2078
|
+
description?: string;
|
|
2079
|
+
provider: string | undefined;
|
|
2080
|
+
provisioningProperties: ProvisioningProperties | undefined;
|
|
2081
|
+
createdAt?: Date;
|
|
2082
|
+
updatedAt?: Date;
|
|
2083
|
+
}
|
|
2084
|
+
export interface ListEnvironmentBlueprintsOutput {
|
|
2085
|
+
items: EnvironmentBlueprintSummary[] | undefined;
|
|
2086
|
+
nextToken?: string;
|
|
2087
|
+
}
|
|
2088
|
+
export interface ListEnvironmentProfilesInput {
|
|
2089
|
+
domainIdentifier: string | undefined;
|
|
2090
|
+
awsAccountId?: string;
|
|
2091
|
+
awsAccountRegion?: string;
|
|
2092
|
+
environmentBlueprintIdentifier?: string;
|
|
2093
|
+
projectIdentifier?: string;
|
|
2094
|
+
name?: string;
|
|
2095
|
+
nextToken?: string;
|
|
2096
|
+
maxResults?: number;
|
|
2097
|
+
}
|
|
2098
|
+
export interface EnvironmentProfileSummary {
|
|
2099
|
+
id: string | undefined;
|
|
2100
|
+
domainId: string | undefined;
|
|
2101
|
+
awsAccountId?: string;
|
|
2102
|
+
awsAccountRegion?: string;
|
|
2103
|
+
createdBy: string | undefined;
|
|
2104
|
+
createdAt?: Date;
|
|
2105
|
+
updatedAt?: Date;
|
|
2106
|
+
name: string | undefined;
|
|
2107
|
+
description?: string;
|
|
2108
|
+
environmentBlueprintId: string | undefined;
|
|
2109
|
+
projectId?: string;
|
|
2110
|
+
}
|
|
2111
|
+
export interface ListEnvironmentProfilesOutput {
|
|
2112
|
+
items: EnvironmentProfileSummary[] | undefined;
|
|
2113
|
+
nextToken?: string;
|
|
2114
|
+
}
|
|
2115
|
+
export interface ListEnvironmentsInput {
|
|
2116
|
+
domainIdentifier: string | undefined;
|
|
2117
|
+
awsAccountId?: string;
|
|
2118
|
+
status?: EnvironmentStatus | string;
|
|
2119
|
+
awsAccountRegion?: string;
|
|
2120
|
+
projectIdentifier: string | undefined;
|
|
2121
|
+
environmentProfileIdentifier?: string;
|
|
2122
|
+
environmentBlueprintIdentifier?: string;
|
|
2123
|
+
provider?: string;
|
|
2124
|
+
name?: string;
|
|
2125
|
+
maxResults?: number;
|
|
2126
|
+
nextToken?: string;
|
|
2127
|
+
}
|
|
2128
|
+
export interface EnvironmentSummary {
|
|
2129
|
+
projectId: string | undefined;
|
|
2130
|
+
id?: string;
|
|
2131
|
+
domainId: string | undefined;
|
|
2132
|
+
createdBy: string | undefined;
|
|
2133
|
+
createdAt?: Date;
|
|
2134
|
+
updatedAt?: Date;
|
|
2135
|
+
name: string | undefined;
|
|
2136
|
+
description?: string;
|
|
2137
|
+
environmentProfileId: string | undefined;
|
|
2138
|
+
awsAccountId?: string;
|
|
2139
|
+
awsAccountRegion?: string;
|
|
2140
|
+
provider: string | undefined;
|
|
2141
|
+
status?: EnvironmentStatus | string;
|
|
2142
|
+
}
|
|
2143
|
+
export interface ListEnvironmentsOutput {
|
|
2144
|
+
items: EnvironmentSummary[] | undefined;
|
|
2145
|
+
nextToken?: string;
|
|
2146
|
+
}
|
|
2147
|
+
export interface DeleteListingInput {
|
|
2148
|
+
domainIdentifier: string | undefined;
|
|
2149
|
+
identifier: string | undefined;
|
|
2150
|
+
}
|
|
2151
|
+
export interface DeleteListingOutput {}
|
|
2152
|
+
export interface GetListingInput {
|
|
2153
|
+
domainIdentifier: string | undefined;
|
|
2154
|
+
identifier: string | undefined;
|
|
2155
|
+
listingRevision?: string;
|
|
2156
|
+
}
|
|
2157
|
+
export type ListingItem =
|
|
2158
|
+
| ListingItem.AssetListingMember
|
|
2159
|
+
| ListingItem.$UnknownMember;
|
|
2160
|
+
export declare namespace ListingItem {
|
|
2161
|
+
interface AssetListingMember {
|
|
2162
|
+
assetListing: AssetListing;
|
|
2163
|
+
$unknown?: never;
|
|
2164
|
+
}
|
|
2165
|
+
interface $UnknownMember {
|
|
2166
|
+
assetListing?: never;
|
|
2167
|
+
$unknown: [string, any];
|
|
2168
|
+
}
|
|
2169
|
+
interface Visitor<T> {
|
|
2170
|
+
assetListing: (value: AssetListing) => T;
|
|
2171
|
+
_: (name: string, value: any) => T;
|
|
2172
|
+
}
|
|
2173
|
+
const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
|
|
2174
|
+
}
|
|
2175
|
+
export interface GetListingOutput {
|
|
2176
|
+
domainId: string | undefined;
|
|
2177
|
+
id: string | undefined;
|
|
2178
|
+
listingRevision: string | undefined;
|
|
2179
|
+
createdAt?: Date;
|
|
2180
|
+
updatedAt?: Date;
|
|
2181
|
+
createdBy?: string;
|
|
2182
|
+
updatedBy?: string;
|
|
2183
|
+
item?: ListingItem;
|
|
2184
|
+
name?: string;
|
|
2185
|
+
description?: string;
|
|
2186
|
+
status?: ListingStatus | string;
|
|
2187
|
+
}
|
|
2188
|
+
export declare const TaskStatus: {
|
|
2189
|
+
readonly ACTIVE: "ACTIVE";
|
|
2190
|
+
readonly INACTIVE: "INACTIVE";
|
|
2191
|
+
};
|
|
2192
|
+
export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
|
|
2193
|
+
export declare const NotificationType: {
|
|
2194
|
+
readonly EVENT: "EVENT";
|
|
2195
|
+
readonly TASK: "TASK";
|
|
2196
|
+
};
|
|
2197
|
+
export type NotificationType =
|
|
2198
|
+
(typeof NotificationType)[keyof typeof NotificationType];
|
|
2199
|
+
export interface ListNotificationsInput {
|
|
2200
|
+
domainIdentifier: string | undefined;
|
|
2201
|
+
type: NotificationType | string | undefined;
|
|
2202
|
+
afterTimestamp?: Date;
|
|
2203
|
+
beforeTimestamp?: Date;
|
|
2204
|
+
subjects?: string[];
|
|
2205
|
+
taskStatus?: TaskStatus | string;
|
|
2206
|
+
maxResults?: number;
|
|
2207
|
+
nextToken?: string;
|
|
2208
|
+
}
|
|
2209
|
+
export declare const NotificationResourceType: {
|
|
2210
|
+
readonly PROJECT: "PROJECT";
|
|
2211
|
+
};
|
|
2212
|
+
export type NotificationResourceType =
|
|
2213
|
+
(typeof NotificationResourceType)[keyof typeof NotificationResourceType];
|
|
2214
|
+
export interface NotificationResource {
|
|
2215
|
+
type: NotificationResourceType | string | undefined;
|
|
2216
|
+
id: string | undefined;
|
|
2217
|
+
name?: string;
|
|
2218
|
+
}
|
|
2219
|
+
export declare const NotificationRole: {
|
|
2220
|
+
readonly DOMAIN_OWNER: "DOMAIN_OWNER";
|
|
2221
|
+
readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
|
|
2222
|
+
readonly PROJECT_OWNER: "PROJECT_OWNER";
|
|
2223
|
+
readonly PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER";
|
|
2224
|
+
readonly PROJECT_VIEWER: "PROJECT_VIEWER";
|
|
2225
|
+
};
|
|
2226
|
+
export type NotificationRole =
|
|
2227
|
+
(typeof NotificationRole)[keyof typeof NotificationRole];
|
|
2228
|
+
export interface Topic {
|
|
2229
|
+
subject: string | undefined;
|
|
2230
|
+
resource: NotificationResource | undefined;
|
|
2231
|
+
role: NotificationRole | string | undefined;
|
|
2232
|
+
}
|
|
2233
|
+
export interface NotificationOutput {
|
|
2234
|
+
identifier: string | undefined;
|
|
2235
|
+
domainIdentifier: string | undefined;
|
|
2236
|
+
type: NotificationType | string | undefined;
|
|
2237
|
+
topic: Topic | undefined;
|
|
2238
|
+
title: string | undefined;
|
|
2239
|
+
message: string | undefined;
|
|
2240
|
+
status?: TaskStatus | string;
|
|
2241
|
+
actionLink: string | undefined;
|
|
2242
|
+
creationTimestamp: Date | undefined;
|
|
2243
|
+
lastUpdatedTimestamp: Date | undefined;
|
|
2244
|
+
metadata?: Record<string, string>;
|
|
2245
|
+
}
|
|
2246
|
+
export interface ListNotificationsOutput {
|
|
2247
|
+
notifications?: NotificationOutput[];
|
|
2248
|
+
nextToken?: string;
|
|
2249
|
+
}
|
|
2250
|
+
export declare const SortFieldProject: {
|
|
2251
|
+
readonly NAME: "NAME";
|
|
2252
|
+
};
|
|
2253
|
+
export type SortFieldProject =
|
|
2254
|
+
(typeof SortFieldProject)[keyof typeof SortFieldProject];
|
|
2255
|
+
export declare const SortOrder: {
|
|
2256
|
+
readonly ASCENDING: "ASCENDING";
|
|
2257
|
+
readonly DESCENDING: "DESCENDING";
|
|
2258
|
+
};
|
|
2259
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
2260
|
+
export interface ListProjectMembershipsInput {
|
|
2261
|
+
domainIdentifier: string | undefined;
|
|
2262
|
+
projectIdentifier: string | undefined;
|
|
2263
|
+
sortBy?: SortFieldProject | string;
|
|
2264
|
+
sortOrder?: SortOrder | string;
|
|
2265
|
+
nextToken?: string;
|
|
2266
|
+
maxResults?: number;
|
|
2267
|
+
}
|
|
2268
|
+
export interface GroupDetails {
|
|
2269
|
+
groupId: string | undefined;
|
|
2270
|
+
}
|
|
2271
|
+
export interface UserDetails {
|
|
2272
|
+
userId: string | undefined;
|
|
2273
|
+
}
|
|
2274
|
+
export type MemberDetails =
|
|
2275
|
+
| MemberDetails.GroupMember
|
|
2276
|
+
| MemberDetails.UserMember
|
|
2277
|
+
| MemberDetails.$UnknownMember;
|
|
2278
|
+
export declare namespace MemberDetails {
|
|
2279
|
+
interface UserMember {
|
|
2280
|
+
user: UserDetails;
|
|
2281
|
+
group?: never;
|
|
2282
|
+
$unknown?: never;
|
|
2283
|
+
}
|
|
2284
|
+
interface GroupMember {
|
|
2285
|
+
user?: never;
|
|
2286
|
+
group: GroupDetails;
|
|
2287
|
+
$unknown?: never;
|
|
2288
|
+
}
|
|
2289
|
+
interface $UnknownMember {
|
|
2290
|
+
user?: never;
|
|
2291
|
+
group?: never;
|
|
2292
|
+
$unknown: [string, any];
|
|
2293
|
+
}
|
|
2294
|
+
interface Visitor<T> {
|
|
2295
|
+
user: (value: UserDetails) => T;
|
|
2296
|
+
group: (value: GroupDetails) => T;
|
|
2297
|
+
_: (name: string, value: any) => T;
|
|
2298
|
+
}
|
|
2299
|
+
const visit: <T>(value: MemberDetails, visitor: Visitor<T>) => T;
|
|
2300
|
+
}
|
|
2301
|
+
export interface ProjectMember {
|
|
2302
|
+
memberDetails: MemberDetails | undefined;
|
|
2303
|
+
designation: UserDesignation | string | undefined;
|
|
2304
|
+
}
|
|
2305
|
+
export interface ListProjectMembershipsOutput {
|
|
2306
|
+
members: ProjectMember[] | undefined;
|
|
2307
|
+
nextToken?: string;
|
|
2308
|
+
}
|
|
2309
|
+
export interface ListProjectsInput {
|
|
2310
|
+
domainIdentifier: string | undefined;
|
|
2311
|
+
userIdentifier?: string;
|
|
2312
|
+
groupIdentifier?: string;
|
|
2313
|
+
name?: string;
|
|
2314
|
+
nextToken?: string;
|
|
2315
|
+
maxResults?: number;
|
|
2316
|
+
}
|
|
2317
|
+
export interface ProjectSummary {
|
|
2318
|
+
domainId: string | undefined;
|
|
2319
|
+
id: string | undefined;
|
|
2320
|
+
name: string | undefined;
|
|
2321
|
+
description?: string;
|
|
2322
|
+
createdBy: string | undefined;
|
|
2323
|
+
createdAt?: Date;
|
|
2324
|
+
updatedAt?: Date;
|
|
2325
|
+
}
|
|
2326
|
+
export interface ListProjectsOutput {
|
|
2327
|
+
items?: ProjectSummary[];
|
|
2328
|
+
nextToken?: string;
|
|
2329
|
+
}
|
|
2330
|
+
export declare const SortKey: {
|
|
2331
|
+
readonly CREATED_AT: "CREATED_AT";
|
|
2332
|
+
readonly UPDATED_AT: "UPDATED_AT";
|
|
2333
|
+
};
|
|
2334
|
+
export type SortKey = (typeof SortKey)[keyof typeof SortKey];
|
|
2335
|
+
export interface ListSubscriptionGrantsInput {
|
|
2336
|
+
domainIdentifier: string | undefined;
|
|
2337
|
+
environmentId?: string;
|
|
2338
|
+
subscriptionTargetId?: string;
|
|
2339
|
+
subscribedListingId?: string;
|
|
2340
|
+
subscriptionId?: string;
|
|
2341
|
+
sortBy?: SortKey | string;
|
|
2342
|
+
sortOrder?: SortOrder | string;
|
|
2343
|
+
maxResults?: number;
|
|
2344
|
+
nextToken?: string;
|
|
2345
|
+
}
|
|
2346
|
+
export interface SubscriptionGrantSummary {
|
|
2347
|
+
id: string | undefined;
|
|
2348
|
+
createdBy: string | undefined;
|
|
2349
|
+
updatedBy?: string;
|
|
2350
|
+
domainId: string | undefined;
|
|
2351
|
+
createdAt: Date | undefined;
|
|
2352
|
+
updatedAt: Date | undefined;
|
|
2353
|
+
subscriptionTargetId: string | undefined;
|
|
2354
|
+
grantedEntity: GrantedEntity | undefined;
|
|
2355
|
+
status: SubscriptionGrantOverallStatus | string | undefined;
|
|
2356
|
+
assets?: SubscribedAsset[];
|
|
2357
|
+
subscriptionId?: string;
|
|
2358
|
+
}
|
|
2359
|
+
export interface ListSubscriptionGrantsOutput {
|
|
2360
|
+
items: SubscriptionGrantSummary[] | undefined;
|
|
2361
|
+
nextToken?: string;
|
|
2362
|
+
}
|
|
2363
|
+
export interface ListSubscriptionRequestsInput {
|
|
2364
|
+
domainIdentifier: string | undefined;
|
|
2365
|
+
status?: SubscriptionRequestStatus | string;
|
|
2366
|
+
subscribedListingId?: string;
|
|
2367
|
+
owningProjectId?: string;
|
|
2368
|
+
approverProjectId?: string;
|
|
2369
|
+
sortBy?: SortKey | string;
|
|
2370
|
+
sortOrder?: SortOrder | string;
|
|
2371
|
+
maxResults?: number;
|
|
2372
|
+
nextToken?: string;
|
|
2373
|
+
}
|
|
2374
|
+
export interface SubscriptionRequestSummary {
|
|
2375
|
+
id: string | undefined;
|
|
2376
|
+
createdBy: string | undefined;
|
|
2377
|
+
updatedBy?: string;
|
|
2378
|
+
domainId: string | undefined;
|
|
2379
|
+
status: SubscriptionRequestStatus | string | undefined;
|
|
2380
|
+
createdAt: Date | undefined;
|
|
2381
|
+
updatedAt: Date | undefined;
|
|
2382
|
+
requestReason: string | undefined;
|
|
2383
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
2384
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
2385
|
+
reviewerId?: string;
|
|
2386
|
+
decisionComment?: string;
|
|
2387
|
+
}
|
|
2388
|
+
export interface ListSubscriptionRequestsOutput {
|
|
2389
|
+
items: SubscriptionRequestSummary[] | undefined;
|
|
2390
|
+
nextToken?: string;
|
|
2391
|
+
}
|
|
2392
|
+
export interface ListSubscriptionsInput {
|
|
2393
|
+
domainIdentifier: string | undefined;
|
|
2394
|
+
subscriptionRequestIdentifier?: string;
|
|
2395
|
+
status?: SubscriptionStatus | string;
|
|
2396
|
+
subscribedListingId?: string;
|
|
2397
|
+
owningProjectId?: string;
|
|
2398
|
+
approverProjectId?: string;
|
|
2399
|
+
sortBy?: SortKey | string;
|
|
2400
|
+
sortOrder?: SortOrder | string;
|
|
2401
|
+
maxResults?: number;
|
|
2402
|
+
nextToken?: string;
|
|
2403
|
+
}
|
|
2404
|
+
export interface SubscriptionSummary {
|
|
2405
|
+
id: string | undefined;
|
|
2406
|
+
createdBy: string | undefined;
|
|
2407
|
+
updatedBy?: string;
|
|
2408
|
+
domainId: string | undefined;
|
|
2409
|
+
status: SubscriptionStatus | string | undefined;
|
|
2410
|
+
createdAt: Date | undefined;
|
|
2411
|
+
updatedAt: Date | undefined;
|
|
2412
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
2413
|
+
subscribedListing: SubscribedListing | undefined;
|
|
2414
|
+
subscriptionRequestId?: string;
|
|
2415
|
+
retainPermissions?: boolean;
|
|
2416
|
+
}
|
|
2417
|
+
export interface ListSubscriptionsOutput {
|
|
2418
|
+
items: SubscriptionSummary[] | undefined;
|
|
2419
|
+
nextToken?: string;
|
|
2420
|
+
}
|
|
2421
|
+
export interface ListSubscriptionTargetsInput {
|
|
2422
|
+
domainIdentifier: string | undefined;
|
|
2423
|
+
environmentIdentifier: string | undefined;
|
|
2424
|
+
sortBy?: SortKey | string;
|
|
2425
|
+
sortOrder?: SortOrder | string;
|
|
2426
|
+
maxResults?: number;
|
|
2427
|
+
nextToken?: string;
|
|
2428
|
+
}
|
|
2429
|
+
export declare const AcceptSubscriptionRequestInputFilterSensitiveLog: (
|
|
2430
|
+
obj: AcceptSubscriptionRequestInput
|
|
2431
|
+
) => any;
|
|
2432
|
+
export declare const DetailedGlossaryTermFilterSensitiveLog: (
|
|
2433
|
+
obj: DetailedGlossaryTerm
|
|
2434
|
+
) => any;
|
|
2435
|
+
export declare const SubscribedAssetListingFilterSensitiveLog: (
|
|
2436
|
+
obj: SubscribedAssetListing
|
|
2437
|
+
) => any;
|
|
2438
|
+
export declare const SubscribedListingItemFilterSensitiveLog: (
|
|
2439
|
+
obj: SubscribedListingItem
|
|
2440
|
+
) => any;
|
|
2441
|
+
export declare const SubscribedListingFilterSensitiveLog: (
|
|
2442
|
+
obj: SubscribedListing
|
|
2443
|
+
) => any;
|
|
2444
|
+
export declare const SubscribedProjectFilterSensitiveLog: (
|
|
2445
|
+
obj: SubscribedProject
|
|
2446
|
+
) => any;
|
|
2447
|
+
export declare const SubscribedPrincipalFilterSensitiveLog: (
|
|
2448
|
+
obj: SubscribedPrincipal
|
|
2449
|
+
) => any;
|
|
2450
|
+
export declare const AcceptSubscriptionRequestOutputFilterSensitiveLog: (
|
|
2451
|
+
obj: AcceptSubscriptionRequestOutput
|
|
2452
|
+
) => any;
|
|
2453
|
+
export declare const FormInputFilterSensitiveLog: (obj: FormInput) => any;
|
|
2454
|
+
export declare const CreateAssetInputFilterSensitiveLog: (
|
|
2455
|
+
obj: CreateAssetInput
|
|
2456
|
+
) => any;
|
|
2457
|
+
export declare const FormOutputFilterSensitiveLog: (obj: FormOutput) => any;
|
|
2458
|
+
export declare const CreateAssetOutputFilterSensitiveLog: (
|
|
2459
|
+
obj: CreateAssetOutput
|
|
2460
|
+
) => any;
|
|
2461
|
+
export declare const CreateAssetRevisionInputFilterSensitiveLog: (
|
|
2462
|
+
obj: CreateAssetRevisionInput
|
|
2463
|
+
) => any;
|
|
2464
|
+
export declare const CreateAssetRevisionOutputFilterSensitiveLog: (
|
|
2465
|
+
obj: CreateAssetRevisionOutput
|
|
2466
|
+
) => any;
|
|
2467
|
+
export declare const GetAssetOutputFilterSensitiveLog: (
|
|
2468
|
+
obj: GetAssetOutput
|
|
2469
|
+
) => any;
|
|
2470
|
+
export declare const AssetItemAdditionalAttributesFilterSensitiveLog: (
|
|
2471
|
+
obj: AssetItemAdditionalAttributes
|
|
2472
|
+
) => any;
|
|
2473
|
+
export declare const AssetItemFilterSensitiveLog: (obj: AssetItem) => any;
|
|
2474
|
+
export declare const AssetListingFilterSensitiveLog: (obj: AssetListing) => any;
|
|
2475
|
+
export declare const AssetListingItemFilterSensitiveLog: (
|
|
2476
|
+
obj: AssetListingItem
|
|
2477
|
+
) => any;
|
|
2478
|
+
export declare const CreateAssetTypeInputFilterSensitiveLog: (
|
|
2479
|
+
obj: CreateAssetTypeInput
|
|
2480
|
+
) => any;
|
|
2481
|
+
export declare const FormEntryOutputFilterSensitiveLog: (
|
|
2482
|
+
obj: FormEntryOutput
|
|
2483
|
+
) => any;
|
|
2484
|
+
export declare const CreateAssetTypeOutputFilterSensitiveLog: (
|
|
2485
|
+
obj: CreateAssetTypeOutput
|
|
2486
|
+
) => any;
|
|
2487
|
+
export declare const GetAssetTypeOutputFilterSensitiveLog: (
|
|
2488
|
+
obj: GetAssetTypeOutput
|
|
2489
|
+
) => any;
|
|
2490
|
+
export declare const AssetTypeItemFilterSensitiveLog: (
|
|
2491
|
+
obj: AssetTypeItem
|
|
2492
|
+
) => any;
|
|
2493
|
+
export declare const CancelSubscriptionOutputFilterSensitiveLog: (
|
|
2494
|
+
obj: CancelSubscriptionOutput
|
|
2495
|
+
) => any;
|
|
2496
|
+
export declare const ScheduleConfigurationFilterSensitiveLog: (
|
|
2497
|
+
obj: ScheduleConfiguration
|
|
2498
|
+
) => any;
|
|
2499
|
+
export declare const CreateDataSourceInputFilterSensitiveLog: (
|
|
2500
|
+
obj: CreateDataSourceInput
|
|
2501
|
+
) => any;
|
|
2502
|
+
export declare const CreateDataSourceOutputFilterSensitiveLog: (
|
|
2503
|
+
obj: CreateDataSourceOutput
|
|
2504
|
+
) => any;
|
|
2505
|
+
export declare const CustomParameterFilterSensitiveLog: (
|
|
2506
|
+
obj: CustomParameter
|
|
2507
|
+
) => any;
|
|
2508
|
+
export declare const CreateEnvironmentOutputFilterSensitiveLog: (
|
|
2509
|
+
obj: CreateEnvironmentOutput
|
|
2510
|
+
) => any;
|
|
2511
|
+
export declare const CreateEnvironmentProfileInputFilterSensitiveLog: (
|
|
2512
|
+
obj: CreateEnvironmentProfileInput
|
|
2513
|
+
) => any;
|
|
2514
|
+
export declare const CreateEnvironmentProfileOutputFilterSensitiveLog: (
|
|
2515
|
+
obj: CreateEnvironmentProfileOutput
|
|
2516
|
+
) => any;
|
|
2517
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
2518
|
+
export declare const CreateFormTypeInputFilterSensitiveLog: (
|
|
2519
|
+
obj: CreateFormTypeInput
|
|
2520
|
+
) => any;
|
|
2521
|
+
export declare const CreateFormTypeOutputFilterSensitiveLog: (
|
|
2522
|
+
obj: CreateFormTypeOutput
|
|
2523
|
+
) => any;
|
|
2524
|
+
export declare const CreateGlossaryInputFilterSensitiveLog: (
|
|
2525
|
+
obj: CreateGlossaryInput
|
|
2526
|
+
) => any;
|
|
2527
|
+
export declare const CreateGlossaryOutputFilterSensitiveLog: (
|
|
2528
|
+
obj: CreateGlossaryOutput
|
|
2529
|
+
) => any;
|
|
2530
|
+
export declare const CreateGlossaryTermInputFilterSensitiveLog: (
|
|
2531
|
+
obj: CreateGlossaryTermInput
|
|
2532
|
+
) => any;
|
|
2533
|
+
export declare const CreateGlossaryTermOutputFilterSensitiveLog: (
|
|
2534
|
+
obj: CreateGlossaryTermOutput
|
|
2535
|
+
) => any;
|
|
2536
|
+
export declare const CreateGroupProfileOutputFilterSensitiveLog: (
|
|
2537
|
+
obj: CreateGroupProfileOutput
|
|
2538
|
+
) => any;
|
|
2539
|
+
export declare const CreateProjectInputFilterSensitiveLog: (
|
|
2540
|
+
obj: CreateProjectInput
|
|
2541
|
+
) => any;
|
|
2542
|
+
export declare const CreateProjectOutputFilterSensitiveLog: (
|
|
2543
|
+
obj: CreateProjectOutput
|
|
2544
|
+
) => any;
|
|
2545
|
+
export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (
|
|
2546
|
+
obj: CreateSubscriptionRequestInput
|
|
2547
|
+
) => any;
|
|
2548
|
+
export declare const CreateSubscriptionRequestOutputFilterSensitiveLog: (
|
|
2549
|
+
obj: CreateSubscriptionRequestOutput
|
|
2550
|
+
) => any;
|
|
2551
|
+
export declare const CreateSubscriptionTargetInputFilterSensitiveLog: (
|
|
2552
|
+
obj: CreateSubscriptionTargetInput
|
|
2553
|
+
) => any;
|
|
2554
|
+
export declare const CreateSubscriptionTargetOutputFilterSensitiveLog: (
|
|
2555
|
+
obj: CreateSubscriptionTargetOutput
|
|
2556
|
+
) => any;
|
|
2557
|
+
export declare const SsoUserProfileDetailsFilterSensitiveLog: (
|
|
2558
|
+
obj: SsoUserProfileDetails
|
|
2559
|
+
) => any;
|
|
2560
|
+
export declare const UserProfileDetailsFilterSensitiveLog: (
|
|
2561
|
+
obj: UserProfileDetails
|
|
2562
|
+
) => any;
|
|
2563
|
+
export declare const CreateUserProfileOutputFilterSensitiveLog: (
|
|
2564
|
+
obj: CreateUserProfileOutput
|
|
2565
|
+
) => any;
|
|
2566
|
+
export declare const DataProductSummaryFilterSensitiveLog: (
|
|
2567
|
+
obj: DataProductSummary
|
|
2568
|
+
) => any;
|
|
2569
|
+
export declare const DeleteDataSourceOutputFilterSensitiveLog: (
|
|
2570
|
+
obj: DeleteDataSourceOutput
|
|
2571
|
+
) => any;
|
|
2572
|
+
export declare const GetDataSourceOutputFilterSensitiveLog: (
|
|
2573
|
+
obj: GetDataSourceOutput
|
|
2574
|
+
) => any;
|
|
2575
|
+
export declare const ListDataSourcesInputFilterSensitiveLog: (
|
|
2576
|
+
obj: ListDataSourcesInput
|
|
2577
|
+
) => any;
|
|
2578
|
+
export declare const DataSourceSummaryFilterSensitiveLog: (
|
|
2579
|
+
obj: DataSourceSummary
|
|
2580
|
+
) => any;
|
|
2581
|
+
export declare const ListDataSourcesOutputFilterSensitiveLog: (
|
|
2582
|
+
obj: ListDataSourcesOutput
|
|
2583
|
+
) => any;
|
|
2584
|
+
export declare const UpdateDataSourceInputFilterSensitiveLog: (
|
|
2585
|
+
obj: UpdateDataSourceInput
|
|
2586
|
+
) => any;
|
|
2587
|
+
export declare const UpdateDataSourceOutputFilterSensitiveLog: (
|
|
2588
|
+
obj: UpdateDataSourceOutput
|
|
2589
|
+
) => any;
|
|
2590
|
+
export declare const DataSourceRunActivityFilterSensitiveLog: (
|
|
2591
|
+
obj: DataSourceRunActivity
|
|
2592
|
+
) => any;
|
|
2593
|
+
export declare const DomainSummaryFilterSensitiveLog: (
|
|
2594
|
+
obj: DomainSummary
|
|
2595
|
+
) => any;
|
|
2596
|
+
export declare const ListDomainsOutputFilterSensitiveLog: (
|
|
2597
|
+
obj: ListDomainsOutput
|
|
2598
|
+
) => any;
|
|
2599
|
+
export declare const ImportFilterSensitiveLog: (obj: Import) => any;
|
|
2600
|
+
export declare const GetFormTypeOutputFilterSensitiveLog: (
|
|
2601
|
+
obj: GetFormTypeOutput
|
|
2602
|
+
) => any;
|
|
2603
|
+
export declare const GetEnvironmentOutputFilterSensitiveLog: (
|
|
2604
|
+
obj: GetEnvironmentOutput
|
|
2605
|
+
) => any;
|
|
2606
|
+
export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (
|
|
2607
|
+
obj: GetEnvironmentBlueprintOutput
|
|
2608
|
+
) => any;
|
|
2609
|
+
export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (
|
|
2610
|
+
obj: GetEnvironmentProfileOutput
|
|
2611
|
+
) => any;
|
|
2612
|
+
export declare const GetGroupProfileOutputFilterSensitiveLog: (
|
|
2613
|
+
obj: GetGroupProfileOutput
|
|
2614
|
+
) => any;
|
|
2615
|
+
export declare const GetProjectOutputFilterSensitiveLog: (
|
|
2616
|
+
obj: GetProjectOutput
|
|
2617
|
+
) => any;
|
|
2618
|
+
export declare const GetSubscriptionOutputFilterSensitiveLog: (
|
|
2619
|
+
obj: GetSubscriptionOutput
|
|
2620
|
+
) => any;
|
|
2621
|
+
export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (
|
|
2622
|
+
obj: GetSubscriptionRequestDetailsOutput
|
|
2623
|
+
) => any;
|
|
2624
|
+
export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (
|
|
2625
|
+
obj: GetSubscriptionTargetOutput
|
|
2626
|
+
) => any;
|
|
2627
|
+
export declare const GetUserProfileOutputFilterSensitiveLog: (
|
|
2628
|
+
obj: GetUserProfileOutput
|
|
2629
|
+
) => any;
|
|
2630
|
+
export declare const GetGlossaryOutputFilterSensitiveLog: (
|
|
2631
|
+
obj: GetGlossaryOutput
|
|
2632
|
+
) => any;
|
|
2633
|
+
export declare const UpdateGlossaryInputFilterSensitiveLog: (
|
|
2634
|
+
obj: UpdateGlossaryInput
|
|
2635
|
+
) => any;
|
|
2636
|
+
export declare const UpdateGlossaryOutputFilterSensitiveLog: (
|
|
2637
|
+
obj: UpdateGlossaryOutput
|
|
2638
|
+
) => any;
|
|
2639
|
+
export declare const GetGlossaryTermOutputFilterSensitiveLog: (
|
|
2640
|
+
obj: GetGlossaryTermOutput
|
|
2641
|
+
) => any;
|
|
2642
|
+
export declare const UpdateGlossaryTermInputFilterSensitiveLog: (
|
|
2643
|
+
obj: UpdateGlossaryTermInput
|
|
2644
|
+
) => any;
|
|
2645
|
+
export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (
|
|
2646
|
+
obj: UpdateGlossaryTermOutput
|
|
2647
|
+
) => any;
|
|
2648
|
+
export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (
|
|
2649
|
+
obj: ListDataSourceRunActivitiesOutput
|
|
2650
|
+
) => any;
|
|
2651
|
+
export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (
|
|
2652
|
+
obj: EnvironmentBlueprintSummary
|
|
2653
|
+
) => any;
|
|
2654
|
+
export declare const ListEnvironmentBlueprintsOutputFilterSensitiveLog: (
|
|
2655
|
+
obj: ListEnvironmentBlueprintsOutput
|
|
2656
|
+
) => any;
|
|
2657
|
+
export declare const ListEnvironmentProfilesInputFilterSensitiveLog: (
|
|
2658
|
+
obj: ListEnvironmentProfilesInput
|
|
2659
|
+
) => any;
|
|
2660
|
+
export declare const EnvironmentProfileSummaryFilterSensitiveLog: (
|
|
2661
|
+
obj: EnvironmentProfileSummary
|
|
2662
|
+
) => any;
|
|
2663
|
+
export declare const ListEnvironmentProfilesOutputFilterSensitiveLog: (
|
|
2664
|
+
obj: ListEnvironmentProfilesOutput
|
|
2665
|
+
) => any;
|
|
2666
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (
|
|
2667
|
+
obj: EnvironmentSummary
|
|
2668
|
+
) => any;
|
|
2669
|
+
export declare const ListEnvironmentsOutputFilterSensitiveLog: (
|
|
2670
|
+
obj: ListEnvironmentsOutput
|
|
2671
|
+
) => any;
|
|
2672
|
+
export declare const ListingItemFilterSensitiveLog: (obj: ListingItem) => any;
|
|
2673
|
+
export declare const GetListingOutputFilterSensitiveLog: (
|
|
2674
|
+
obj: GetListingOutput
|
|
2675
|
+
) => any;
|
|
2676
|
+
export declare const NotificationOutputFilterSensitiveLog: (
|
|
2677
|
+
obj: NotificationOutput
|
|
2678
|
+
) => any;
|
|
2679
|
+
export declare const ListNotificationsOutputFilterSensitiveLog: (
|
|
2680
|
+
obj: ListNotificationsOutput
|
|
2681
|
+
) => any;
|
|
2682
|
+
export declare const ListProjectsInputFilterSensitiveLog: (
|
|
2683
|
+
obj: ListProjectsInput
|
|
2684
|
+
) => any;
|
|
2685
|
+
export declare const ProjectSummaryFilterSensitiveLog: (
|
|
2686
|
+
obj: ProjectSummary
|
|
2687
|
+
) => any;
|
|
2688
|
+
export declare const ListProjectsOutputFilterSensitiveLog: (
|
|
2689
|
+
obj: ListProjectsOutput
|
|
2690
|
+
) => any;
|
|
2691
|
+
export declare const SubscriptionRequestSummaryFilterSensitiveLog: (
|
|
2692
|
+
obj: SubscriptionRequestSummary
|
|
2693
|
+
) => any;
|
|
2694
|
+
export declare const ListSubscriptionRequestsOutputFilterSensitiveLog: (
|
|
2695
|
+
obj: ListSubscriptionRequestsOutput
|
|
2696
|
+
) => any;
|
|
2697
|
+
export declare const SubscriptionSummaryFilterSensitiveLog: (
|
|
2698
|
+
obj: SubscriptionSummary
|
|
2699
|
+
) => any;
|
|
2700
|
+
export declare const ListSubscriptionsOutputFilterSensitiveLog: (
|
|
2701
|
+
obj: ListSubscriptionsOutput
|
|
2702
|
+
) => any;
|