@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,685 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AssetItem,
|
|
3
|
+
AssetListingItem,
|
|
4
|
+
AssetTypeItem,
|
|
5
|
+
ConfigurableEnvironmentAction,
|
|
6
|
+
CustomParameter,
|
|
7
|
+
DataProductSummary,
|
|
8
|
+
Deployment,
|
|
9
|
+
DeploymentProperties,
|
|
10
|
+
EnvironmentParameter,
|
|
11
|
+
EnvironmentStatus,
|
|
12
|
+
FailureCause,
|
|
13
|
+
FormTypeStatus,
|
|
14
|
+
GlossaryStatus,
|
|
15
|
+
GlossaryTermStatus,
|
|
16
|
+
GrantedEntity,
|
|
17
|
+
GroupProfileStatus,
|
|
18
|
+
Import,
|
|
19
|
+
Model,
|
|
20
|
+
ProvisioningProperties,
|
|
21
|
+
Resource,
|
|
22
|
+
SortOrder,
|
|
23
|
+
SubscribedAsset,
|
|
24
|
+
SubscribedListing,
|
|
25
|
+
SubscribedPrincipal,
|
|
26
|
+
SubscriptionGrantOverallStatus,
|
|
27
|
+
SubscriptionGrantStatus,
|
|
28
|
+
SubscriptionRequestStatus,
|
|
29
|
+
SubscriptionStatus,
|
|
30
|
+
SubscriptionTargetForm,
|
|
31
|
+
TermRelations,
|
|
32
|
+
UserProfileDetails,
|
|
33
|
+
UserProfileStatus,
|
|
34
|
+
UserProfileType,
|
|
35
|
+
} from "./models_0";
|
|
36
|
+
export interface SubscriptionTargetSummary {
|
|
37
|
+
id: string | undefined;
|
|
38
|
+
authorizedPrincipals: string[] | undefined;
|
|
39
|
+
domainId: string | undefined;
|
|
40
|
+
projectId: string | undefined;
|
|
41
|
+
environmentId: string | undefined;
|
|
42
|
+
name: string | undefined;
|
|
43
|
+
type: string | undefined;
|
|
44
|
+
createdBy: string | undefined;
|
|
45
|
+
updatedBy?: string;
|
|
46
|
+
createdAt: Date | undefined;
|
|
47
|
+
updatedAt?: Date;
|
|
48
|
+
manageAccessRole: string | undefined;
|
|
49
|
+
applicableAssetTypes: string[] | undefined;
|
|
50
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
51
|
+
provider: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface ListSubscriptionTargetsOutput {
|
|
54
|
+
items: SubscriptionTargetSummary[] | undefined;
|
|
55
|
+
nextToken?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface ListTagsForResourceRequest {
|
|
58
|
+
resourceArn: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface ListTagsForResourceResponse {
|
|
61
|
+
tags?: Record<string, string>;
|
|
62
|
+
}
|
|
63
|
+
export interface RejectChoice {
|
|
64
|
+
predictionTarget?: string;
|
|
65
|
+
predictionChoices?: number[];
|
|
66
|
+
}
|
|
67
|
+
export declare const RejectRuleBehavior: {
|
|
68
|
+
readonly ALL: "ALL";
|
|
69
|
+
readonly NONE: "NONE";
|
|
70
|
+
};
|
|
71
|
+
export type RejectRuleBehavior =
|
|
72
|
+
(typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
|
|
73
|
+
export interface RejectRule {
|
|
74
|
+
rule?: RejectRuleBehavior | string;
|
|
75
|
+
threshold?: number;
|
|
76
|
+
}
|
|
77
|
+
export interface RejectPredictionsInput {
|
|
78
|
+
domainIdentifier: string | undefined;
|
|
79
|
+
identifier: string | undefined;
|
|
80
|
+
revision?: string;
|
|
81
|
+
rejectRule?: RejectRule;
|
|
82
|
+
rejectChoices?: RejectChoice[];
|
|
83
|
+
clientToken?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface RejectPredictionsOutput {
|
|
86
|
+
domainId: string | undefined;
|
|
87
|
+
assetId: string | undefined;
|
|
88
|
+
assetRevision: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface RejectSubscriptionRequestInput {
|
|
91
|
+
domainIdentifier: string | undefined;
|
|
92
|
+
identifier: string | undefined;
|
|
93
|
+
decisionComment?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface RejectSubscriptionRequestOutput {
|
|
96
|
+
id: string | undefined;
|
|
97
|
+
createdBy: string | undefined;
|
|
98
|
+
updatedBy?: string;
|
|
99
|
+
domainId: string | undefined;
|
|
100
|
+
status: SubscriptionRequestStatus | string | undefined;
|
|
101
|
+
createdAt: Date | undefined;
|
|
102
|
+
updatedAt: Date | undefined;
|
|
103
|
+
requestReason: string | undefined;
|
|
104
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
105
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
106
|
+
reviewerId?: string;
|
|
107
|
+
decisionComment?: string;
|
|
108
|
+
}
|
|
109
|
+
export interface RevokeSubscriptionInput {
|
|
110
|
+
domainIdentifier: string | undefined;
|
|
111
|
+
identifier: string | undefined;
|
|
112
|
+
retainPermissions?: boolean;
|
|
113
|
+
}
|
|
114
|
+
export interface RevokeSubscriptionOutput {
|
|
115
|
+
id: string | undefined;
|
|
116
|
+
createdBy: string | undefined;
|
|
117
|
+
updatedBy?: string;
|
|
118
|
+
domainId: string | undefined;
|
|
119
|
+
status: SubscriptionStatus | string | undefined;
|
|
120
|
+
createdAt: Date | undefined;
|
|
121
|
+
updatedAt: Date | undefined;
|
|
122
|
+
subscribedPrincipal: SubscribedPrincipal | undefined;
|
|
123
|
+
subscribedListing: SubscribedListing | undefined;
|
|
124
|
+
subscriptionRequestId?: string;
|
|
125
|
+
retainPermissions?: boolean;
|
|
126
|
+
}
|
|
127
|
+
export declare const SearchOutputAdditionalAttribute: {
|
|
128
|
+
readonly FORMS: "FORMS";
|
|
129
|
+
};
|
|
130
|
+
export type SearchOutputAdditionalAttribute =
|
|
131
|
+
(typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
|
|
132
|
+
export interface Filter {
|
|
133
|
+
attribute: string | undefined;
|
|
134
|
+
value: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface SearchInItem {
|
|
137
|
+
attribute: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export declare const InventorySearchScope: {
|
|
140
|
+
readonly ASSET: "ASSET";
|
|
141
|
+
readonly GLOSSARY: "GLOSSARY";
|
|
142
|
+
readonly GLOSSARY_TERM: "GLOSSARY_TERM";
|
|
143
|
+
};
|
|
144
|
+
export type InventorySearchScope =
|
|
145
|
+
(typeof InventorySearchScope)[keyof typeof InventorySearchScope];
|
|
146
|
+
export interface SearchSort {
|
|
147
|
+
attribute: string | undefined;
|
|
148
|
+
order?: SortOrder | string;
|
|
149
|
+
}
|
|
150
|
+
export interface GlossaryItem {
|
|
151
|
+
domainId: string | undefined;
|
|
152
|
+
id: string | undefined;
|
|
153
|
+
name: string | undefined;
|
|
154
|
+
owningProjectId: string | undefined;
|
|
155
|
+
description?: string;
|
|
156
|
+
status: GlossaryStatus | string | undefined;
|
|
157
|
+
createdAt?: Date;
|
|
158
|
+
createdBy?: string;
|
|
159
|
+
updatedAt?: Date;
|
|
160
|
+
updatedBy?: string;
|
|
161
|
+
}
|
|
162
|
+
export interface GlossaryTermItem {
|
|
163
|
+
domainId: string | undefined;
|
|
164
|
+
glossaryId: string | undefined;
|
|
165
|
+
id: string | undefined;
|
|
166
|
+
name: string | undefined;
|
|
167
|
+
shortDescription?: string;
|
|
168
|
+
longDescription?: string;
|
|
169
|
+
termRelations?: TermRelations;
|
|
170
|
+
status: GlossaryTermStatus | string | undefined;
|
|
171
|
+
createdAt?: Date;
|
|
172
|
+
createdBy?: string;
|
|
173
|
+
updatedAt?: Date;
|
|
174
|
+
updatedBy?: string;
|
|
175
|
+
}
|
|
176
|
+
export type SearchInventoryResultItem =
|
|
177
|
+
| SearchInventoryResultItem.AssetItemMember
|
|
178
|
+
| SearchInventoryResultItem.DataProductItemMember
|
|
179
|
+
| SearchInventoryResultItem.GlossaryItemMember
|
|
180
|
+
| SearchInventoryResultItem.GlossaryTermItemMember
|
|
181
|
+
| SearchInventoryResultItem.$UnknownMember;
|
|
182
|
+
export declare namespace SearchInventoryResultItem {
|
|
183
|
+
interface GlossaryItemMember {
|
|
184
|
+
glossaryItem: GlossaryItem;
|
|
185
|
+
glossaryTermItem?: never;
|
|
186
|
+
assetItem?: never;
|
|
187
|
+
dataProductItem?: never;
|
|
188
|
+
$unknown?: never;
|
|
189
|
+
}
|
|
190
|
+
interface GlossaryTermItemMember {
|
|
191
|
+
glossaryItem?: never;
|
|
192
|
+
glossaryTermItem: GlossaryTermItem;
|
|
193
|
+
assetItem?: never;
|
|
194
|
+
dataProductItem?: never;
|
|
195
|
+
$unknown?: never;
|
|
196
|
+
}
|
|
197
|
+
interface AssetItemMember {
|
|
198
|
+
glossaryItem?: never;
|
|
199
|
+
glossaryTermItem?: never;
|
|
200
|
+
assetItem: AssetItem;
|
|
201
|
+
dataProductItem?: never;
|
|
202
|
+
$unknown?: never;
|
|
203
|
+
}
|
|
204
|
+
interface DataProductItemMember {
|
|
205
|
+
glossaryItem?: never;
|
|
206
|
+
glossaryTermItem?: never;
|
|
207
|
+
assetItem?: never;
|
|
208
|
+
dataProductItem: DataProductSummary;
|
|
209
|
+
$unknown?: never;
|
|
210
|
+
}
|
|
211
|
+
interface $UnknownMember {
|
|
212
|
+
glossaryItem?: never;
|
|
213
|
+
glossaryTermItem?: never;
|
|
214
|
+
assetItem?: never;
|
|
215
|
+
dataProductItem?: never;
|
|
216
|
+
$unknown: [string, any];
|
|
217
|
+
}
|
|
218
|
+
interface Visitor<T> {
|
|
219
|
+
glossaryItem: (value: GlossaryItem) => T;
|
|
220
|
+
glossaryTermItem: (value: GlossaryTermItem) => T;
|
|
221
|
+
assetItem: (value: AssetItem) => T;
|
|
222
|
+
dataProductItem: (value: DataProductSummary) => T;
|
|
223
|
+
_: (name: string, value: any) => T;
|
|
224
|
+
}
|
|
225
|
+
const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
|
|
226
|
+
}
|
|
227
|
+
export interface SearchOutput {
|
|
228
|
+
items?: SearchInventoryResultItem[];
|
|
229
|
+
nextToken?: string;
|
|
230
|
+
totalMatchCount?: number;
|
|
231
|
+
}
|
|
232
|
+
export declare const GroupSearchType: {
|
|
233
|
+
readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
|
|
234
|
+
readonly SSO_GROUP: "SSO_GROUP";
|
|
235
|
+
};
|
|
236
|
+
export type GroupSearchType =
|
|
237
|
+
(typeof GroupSearchType)[keyof typeof GroupSearchType];
|
|
238
|
+
export interface SearchGroupProfilesInput {
|
|
239
|
+
domainIdentifier: string | undefined;
|
|
240
|
+
groupType: GroupSearchType | string | undefined;
|
|
241
|
+
searchText?: string;
|
|
242
|
+
maxResults?: number;
|
|
243
|
+
nextToken?: string;
|
|
244
|
+
}
|
|
245
|
+
export interface GroupProfileSummary {
|
|
246
|
+
domainId?: string;
|
|
247
|
+
id?: string;
|
|
248
|
+
status?: GroupProfileStatus | string;
|
|
249
|
+
groupName?: string;
|
|
250
|
+
}
|
|
251
|
+
export interface SearchGroupProfilesOutput {
|
|
252
|
+
items?: GroupProfileSummary[];
|
|
253
|
+
nextToken?: string;
|
|
254
|
+
}
|
|
255
|
+
export type SearchResultItem =
|
|
256
|
+
| SearchResultItem.AssetListingMember
|
|
257
|
+
| SearchResultItem.$UnknownMember;
|
|
258
|
+
export declare namespace SearchResultItem {
|
|
259
|
+
interface AssetListingMember {
|
|
260
|
+
assetListing: AssetListingItem;
|
|
261
|
+
$unknown?: never;
|
|
262
|
+
}
|
|
263
|
+
interface $UnknownMember {
|
|
264
|
+
assetListing?: never;
|
|
265
|
+
$unknown: [string, any];
|
|
266
|
+
}
|
|
267
|
+
interface Visitor<T> {
|
|
268
|
+
assetListing: (value: AssetListingItem) => T;
|
|
269
|
+
_: (name: string, value: any) => T;
|
|
270
|
+
}
|
|
271
|
+
const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
|
|
272
|
+
}
|
|
273
|
+
export interface SearchListingsOutput {
|
|
274
|
+
items?: SearchResultItem[];
|
|
275
|
+
nextToken?: string;
|
|
276
|
+
totalMatchCount?: number;
|
|
277
|
+
}
|
|
278
|
+
export declare const TypesSearchScope: {
|
|
279
|
+
readonly ASSET_TYPE: "ASSET_TYPE";
|
|
280
|
+
readonly FORM_TYPE: "FORM_TYPE";
|
|
281
|
+
};
|
|
282
|
+
export type TypesSearchScope =
|
|
283
|
+
(typeof TypesSearchScope)[keyof typeof TypesSearchScope];
|
|
284
|
+
export interface FormTypeData {
|
|
285
|
+
domainId: string | undefined;
|
|
286
|
+
name: string | undefined;
|
|
287
|
+
revision: string | undefined;
|
|
288
|
+
model?: Model;
|
|
289
|
+
status?: FormTypeStatus | string;
|
|
290
|
+
owningProjectId?: string;
|
|
291
|
+
originDomainId?: string;
|
|
292
|
+
originProjectId?: string;
|
|
293
|
+
createdAt?: Date;
|
|
294
|
+
createdBy?: string;
|
|
295
|
+
description?: string;
|
|
296
|
+
imports?: Import[];
|
|
297
|
+
}
|
|
298
|
+
export type SearchTypesResultItem =
|
|
299
|
+
| SearchTypesResultItem.AssetTypeItemMember
|
|
300
|
+
| SearchTypesResultItem.FormTypeItemMember
|
|
301
|
+
| SearchTypesResultItem.$UnknownMember;
|
|
302
|
+
export declare namespace SearchTypesResultItem {
|
|
303
|
+
interface AssetTypeItemMember {
|
|
304
|
+
assetTypeItem: AssetTypeItem;
|
|
305
|
+
formTypeItem?: never;
|
|
306
|
+
$unknown?: never;
|
|
307
|
+
}
|
|
308
|
+
interface FormTypeItemMember {
|
|
309
|
+
assetTypeItem?: never;
|
|
310
|
+
formTypeItem: FormTypeData;
|
|
311
|
+
$unknown?: never;
|
|
312
|
+
}
|
|
313
|
+
interface $UnknownMember {
|
|
314
|
+
assetTypeItem?: never;
|
|
315
|
+
formTypeItem?: never;
|
|
316
|
+
$unknown: [string, any];
|
|
317
|
+
}
|
|
318
|
+
interface Visitor<T> {
|
|
319
|
+
assetTypeItem: (value: AssetTypeItem) => T;
|
|
320
|
+
formTypeItem: (value: FormTypeData) => T;
|
|
321
|
+
_: (name: string, value: any) => T;
|
|
322
|
+
}
|
|
323
|
+
const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
|
|
324
|
+
}
|
|
325
|
+
export interface SearchTypesOutput {
|
|
326
|
+
items?: SearchTypesResultItem[];
|
|
327
|
+
nextToken?: string;
|
|
328
|
+
totalMatchCount?: number;
|
|
329
|
+
}
|
|
330
|
+
export declare const UserSearchType: {
|
|
331
|
+
readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
|
|
332
|
+
readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
|
|
333
|
+
readonly DATAZONE_USER: "DATAZONE_USER";
|
|
334
|
+
readonly SSO_USER: "SSO_USER";
|
|
335
|
+
};
|
|
336
|
+
export type UserSearchType =
|
|
337
|
+
(typeof UserSearchType)[keyof typeof UserSearchType];
|
|
338
|
+
export interface SearchUserProfilesInput {
|
|
339
|
+
domainIdentifier: string | undefined;
|
|
340
|
+
userType: UserSearchType | string | undefined;
|
|
341
|
+
searchText?: string;
|
|
342
|
+
maxResults?: number;
|
|
343
|
+
nextToken?: string;
|
|
344
|
+
}
|
|
345
|
+
export interface UserProfileSummary {
|
|
346
|
+
domainId?: string;
|
|
347
|
+
id?: string;
|
|
348
|
+
type?: UserProfileType | string;
|
|
349
|
+
status?: UserProfileStatus | string;
|
|
350
|
+
details?: UserProfileDetails;
|
|
351
|
+
}
|
|
352
|
+
export interface SearchUserProfilesOutput {
|
|
353
|
+
items?: UserProfileSummary[];
|
|
354
|
+
nextToken?: string;
|
|
355
|
+
}
|
|
356
|
+
export interface TagResourceRequest {
|
|
357
|
+
resourceArn: string | undefined;
|
|
358
|
+
tags: Record<string, string> | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface TagResourceResponse {}
|
|
361
|
+
export interface UntagResourceRequest {
|
|
362
|
+
resourceArn: string | undefined;
|
|
363
|
+
tagKeys: string[] | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface UntagResourceResponse {}
|
|
366
|
+
export interface UpdateEnvironmentInput {
|
|
367
|
+
domainIdentifier: string | undefined;
|
|
368
|
+
identifier: string | undefined;
|
|
369
|
+
name?: string;
|
|
370
|
+
description?: string;
|
|
371
|
+
glossaryTerms?: string[];
|
|
372
|
+
}
|
|
373
|
+
export interface UpdateEnvironmentOutput {
|
|
374
|
+
projectId: string | undefined;
|
|
375
|
+
id?: string;
|
|
376
|
+
domainId: string | undefined;
|
|
377
|
+
createdBy: string | undefined;
|
|
378
|
+
createdAt?: Date;
|
|
379
|
+
updatedAt?: Date;
|
|
380
|
+
name: string | undefined;
|
|
381
|
+
description?: string;
|
|
382
|
+
environmentProfileId: string | undefined;
|
|
383
|
+
awsAccountId?: string;
|
|
384
|
+
awsAccountRegion?: string;
|
|
385
|
+
provider: string | undefined;
|
|
386
|
+
provisionedResources?: Resource[];
|
|
387
|
+
status?: EnvironmentStatus | string;
|
|
388
|
+
environmentActions?: ConfigurableEnvironmentAction[];
|
|
389
|
+
glossaryTerms?: string[];
|
|
390
|
+
userParameters?: CustomParameter[];
|
|
391
|
+
lastDeployment?: Deployment;
|
|
392
|
+
provisioningProperties?: ProvisioningProperties;
|
|
393
|
+
deploymentProperties?: DeploymentProperties;
|
|
394
|
+
environmentBlueprintId?: string;
|
|
395
|
+
}
|
|
396
|
+
export interface UpdateEnvironmentProfileInput {
|
|
397
|
+
domainIdentifier: string | undefined;
|
|
398
|
+
identifier: string | undefined;
|
|
399
|
+
name?: string;
|
|
400
|
+
description?: string;
|
|
401
|
+
userParameters?: EnvironmentParameter[];
|
|
402
|
+
awsAccountId?: string;
|
|
403
|
+
awsAccountRegion?: string;
|
|
404
|
+
}
|
|
405
|
+
export interface UpdateEnvironmentProfileOutput {
|
|
406
|
+
id: string | undefined;
|
|
407
|
+
domainId: string | undefined;
|
|
408
|
+
awsAccountId?: string;
|
|
409
|
+
awsAccountRegion?: string;
|
|
410
|
+
createdBy: string | undefined;
|
|
411
|
+
createdAt?: Date;
|
|
412
|
+
updatedAt?: Date;
|
|
413
|
+
name: string | undefined;
|
|
414
|
+
description?: string;
|
|
415
|
+
environmentBlueprintId: string | undefined;
|
|
416
|
+
projectId?: string;
|
|
417
|
+
userParameters?: CustomParameter[];
|
|
418
|
+
}
|
|
419
|
+
export interface UpdateGroupProfileInput {
|
|
420
|
+
domainIdentifier: string | undefined;
|
|
421
|
+
groupIdentifier: string | undefined;
|
|
422
|
+
status: GroupProfileStatus | string | undefined;
|
|
423
|
+
}
|
|
424
|
+
export interface UpdateGroupProfileOutput {
|
|
425
|
+
domainId?: string;
|
|
426
|
+
id?: string;
|
|
427
|
+
status?: GroupProfileStatus | string;
|
|
428
|
+
groupName?: string;
|
|
429
|
+
}
|
|
430
|
+
export interface UpdateProjectInput {
|
|
431
|
+
domainIdentifier: string | undefined;
|
|
432
|
+
identifier: string | undefined;
|
|
433
|
+
name?: string;
|
|
434
|
+
description?: string;
|
|
435
|
+
glossaryTerms?: string[];
|
|
436
|
+
}
|
|
437
|
+
export interface UpdateProjectOutput {
|
|
438
|
+
domainId: string | undefined;
|
|
439
|
+
id: string | undefined;
|
|
440
|
+
name: string | undefined;
|
|
441
|
+
description?: string;
|
|
442
|
+
createdBy: string | undefined;
|
|
443
|
+
createdAt?: Date;
|
|
444
|
+
lastUpdatedAt?: Date;
|
|
445
|
+
glossaryTerms?: string[];
|
|
446
|
+
}
|
|
447
|
+
export interface UpdateSubscriptionGrantStatusInput {
|
|
448
|
+
domainIdentifier: string | undefined;
|
|
449
|
+
identifier: string | undefined;
|
|
450
|
+
assetIdentifier: string | undefined;
|
|
451
|
+
status: SubscriptionGrantStatus | string | undefined;
|
|
452
|
+
failureCause?: FailureCause;
|
|
453
|
+
targetName?: string;
|
|
454
|
+
}
|
|
455
|
+
export interface UpdateSubscriptionGrantStatusOutput {
|
|
456
|
+
id: string | undefined;
|
|
457
|
+
createdBy: string | undefined;
|
|
458
|
+
updatedBy?: string;
|
|
459
|
+
domainId: string | undefined;
|
|
460
|
+
createdAt: Date | undefined;
|
|
461
|
+
updatedAt: Date | undefined;
|
|
462
|
+
subscriptionTargetId: string | undefined;
|
|
463
|
+
grantedEntity: GrantedEntity | undefined;
|
|
464
|
+
status: SubscriptionGrantOverallStatus | string | undefined;
|
|
465
|
+
assets?: SubscribedAsset[];
|
|
466
|
+
subscriptionId?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface UpdateSubscriptionRequestInput {
|
|
469
|
+
domainIdentifier: string | undefined;
|
|
470
|
+
identifier: string | undefined;
|
|
471
|
+
requestReason: string | undefined;
|
|
472
|
+
}
|
|
473
|
+
export interface UpdateSubscriptionRequestOutput {
|
|
474
|
+
id: string | undefined;
|
|
475
|
+
createdBy: string | undefined;
|
|
476
|
+
updatedBy?: string;
|
|
477
|
+
domainId: string | undefined;
|
|
478
|
+
status: SubscriptionRequestStatus | string | undefined;
|
|
479
|
+
createdAt: Date | undefined;
|
|
480
|
+
updatedAt: Date | undefined;
|
|
481
|
+
requestReason: string | undefined;
|
|
482
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
483
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
484
|
+
reviewerId?: string;
|
|
485
|
+
decisionComment?: string;
|
|
486
|
+
}
|
|
487
|
+
export interface UpdateSubscriptionTargetInput {
|
|
488
|
+
domainIdentifier: string | undefined;
|
|
489
|
+
environmentIdentifier: string | undefined;
|
|
490
|
+
identifier: string | undefined;
|
|
491
|
+
name?: string;
|
|
492
|
+
authorizedPrincipals?: string[];
|
|
493
|
+
applicableAssetTypes?: string[];
|
|
494
|
+
subscriptionTargetConfig?: SubscriptionTargetForm[];
|
|
495
|
+
manageAccessRole?: string;
|
|
496
|
+
provider?: string;
|
|
497
|
+
}
|
|
498
|
+
export interface UpdateSubscriptionTargetOutput {
|
|
499
|
+
id: string | undefined;
|
|
500
|
+
authorizedPrincipals: string[] | undefined;
|
|
501
|
+
domainId: string | undefined;
|
|
502
|
+
projectId: string | undefined;
|
|
503
|
+
environmentId: string | undefined;
|
|
504
|
+
name: string | undefined;
|
|
505
|
+
type: string | undefined;
|
|
506
|
+
createdBy: string | undefined;
|
|
507
|
+
updatedBy?: string;
|
|
508
|
+
createdAt: Date | undefined;
|
|
509
|
+
updatedAt?: Date;
|
|
510
|
+
manageAccessRole: string | undefined;
|
|
511
|
+
applicableAssetTypes: string[] | undefined;
|
|
512
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
513
|
+
provider: string | undefined;
|
|
514
|
+
}
|
|
515
|
+
export interface UpdateUserProfileInput {
|
|
516
|
+
domainIdentifier: string | undefined;
|
|
517
|
+
userIdentifier: string | undefined;
|
|
518
|
+
type?: UserProfileType | string;
|
|
519
|
+
status: UserProfileStatus | string | undefined;
|
|
520
|
+
}
|
|
521
|
+
export interface UpdateUserProfileOutput {
|
|
522
|
+
domainId?: string;
|
|
523
|
+
id?: string;
|
|
524
|
+
type?: UserProfileType | string;
|
|
525
|
+
status?: UserProfileStatus | string;
|
|
526
|
+
details?: UserProfileDetails;
|
|
527
|
+
}
|
|
528
|
+
export type FilterClause =
|
|
529
|
+
| FilterClause.AndMember
|
|
530
|
+
| FilterClause.FilterMember
|
|
531
|
+
| FilterClause.OrMember
|
|
532
|
+
| FilterClause.$UnknownMember;
|
|
533
|
+
export declare namespace FilterClause {
|
|
534
|
+
interface FilterMember {
|
|
535
|
+
filter: Filter;
|
|
536
|
+
and?: never;
|
|
537
|
+
or?: never;
|
|
538
|
+
$unknown?: never;
|
|
539
|
+
}
|
|
540
|
+
interface AndMember {
|
|
541
|
+
filter?: never;
|
|
542
|
+
and: FilterClause[];
|
|
543
|
+
or?: never;
|
|
544
|
+
$unknown?: never;
|
|
545
|
+
}
|
|
546
|
+
interface OrMember {
|
|
547
|
+
filter?: never;
|
|
548
|
+
and?: never;
|
|
549
|
+
or: FilterClause[];
|
|
550
|
+
$unknown?: never;
|
|
551
|
+
}
|
|
552
|
+
interface $UnknownMember {
|
|
553
|
+
filter?: never;
|
|
554
|
+
and?: never;
|
|
555
|
+
or?: never;
|
|
556
|
+
$unknown: [string, any];
|
|
557
|
+
}
|
|
558
|
+
interface Visitor<T> {
|
|
559
|
+
filter: (value: Filter) => T;
|
|
560
|
+
and: (value: FilterClause[]) => T;
|
|
561
|
+
or: (value: FilterClause[]) => T;
|
|
562
|
+
_: (name: string, value: any) => T;
|
|
563
|
+
}
|
|
564
|
+
const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
|
|
565
|
+
}
|
|
566
|
+
export interface SearchInput {
|
|
567
|
+
domainIdentifier: string | undefined;
|
|
568
|
+
owningProjectIdentifier?: string;
|
|
569
|
+
maxResults?: number;
|
|
570
|
+
nextToken?: string;
|
|
571
|
+
searchScope: InventorySearchScope | string | undefined;
|
|
572
|
+
searchText?: string;
|
|
573
|
+
searchIn?: SearchInItem[];
|
|
574
|
+
filters?: FilterClause;
|
|
575
|
+
sort?: SearchSort;
|
|
576
|
+
additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
|
|
577
|
+
}
|
|
578
|
+
export interface SearchListingsInput {
|
|
579
|
+
domainIdentifier: string | undefined;
|
|
580
|
+
searchText?: string;
|
|
581
|
+
searchIn?: SearchInItem[];
|
|
582
|
+
maxResults?: number;
|
|
583
|
+
nextToken?: string;
|
|
584
|
+
filters?: FilterClause;
|
|
585
|
+
sort?: SearchSort;
|
|
586
|
+
additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
|
|
587
|
+
}
|
|
588
|
+
export interface SearchTypesInput {
|
|
589
|
+
domainIdentifier: string | undefined;
|
|
590
|
+
maxResults?: number;
|
|
591
|
+
nextToken?: string;
|
|
592
|
+
searchScope: TypesSearchScope | string | undefined;
|
|
593
|
+
searchText?: string;
|
|
594
|
+
searchIn?: SearchInItem[];
|
|
595
|
+
filters?: FilterClause;
|
|
596
|
+
sort?: SearchSort;
|
|
597
|
+
managed: boolean | undefined;
|
|
598
|
+
}
|
|
599
|
+
export declare const SubscriptionTargetSummaryFilterSensitiveLog: (
|
|
600
|
+
obj: SubscriptionTargetSummary
|
|
601
|
+
) => any;
|
|
602
|
+
export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (
|
|
603
|
+
obj: ListSubscriptionTargetsOutput
|
|
604
|
+
) => any;
|
|
605
|
+
export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (
|
|
606
|
+
obj: RejectSubscriptionRequestInput
|
|
607
|
+
) => any;
|
|
608
|
+
export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (
|
|
609
|
+
obj: RejectSubscriptionRequestOutput
|
|
610
|
+
) => any;
|
|
611
|
+
export declare const RevokeSubscriptionOutputFilterSensitiveLog: (
|
|
612
|
+
obj: RevokeSubscriptionOutput
|
|
613
|
+
) => any;
|
|
614
|
+
export declare const GlossaryItemFilterSensitiveLog: (obj: GlossaryItem) => any;
|
|
615
|
+
export declare const GlossaryTermItemFilterSensitiveLog: (
|
|
616
|
+
obj: GlossaryTermItem
|
|
617
|
+
) => any;
|
|
618
|
+
export declare const SearchInventoryResultItemFilterSensitiveLog: (
|
|
619
|
+
obj: SearchInventoryResultItem
|
|
620
|
+
) => any;
|
|
621
|
+
export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
|
|
622
|
+
export declare const SearchGroupProfilesInputFilterSensitiveLog: (
|
|
623
|
+
obj: SearchGroupProfilesInput
|
|
624
|
+
) => any;
|
|
625
|
+
export declare const GroupProfileSummaryFilterSensitiveLog: (
|
|
626
|
+
obj: GroupProfileSummary
|
|
627
|
+
) => any;
|
|
628
|
+
export declare const SearchGroupProfilesOutputFilterSensitiveLog: (
|
|
629
|
+
obj: SearchGroupProfilesOutput
|
|
630
|
+
) => any;
|
|
631
|
+
export declare const SearchResultItemFilterSensitiveLog: (
|
|
632
|
+
obj: SearchResultItem
|
|
633
|
+
) => any;
|
|
634
|
+
export declare const SearchListingsOutputFilterSensitiveLog: (
|
|
635
|
+
obj: SearchListingsOutput
|
|
636
|
+
) => any;
|
|
637
|
+
export declare const FormTypeDataFilterSensitiveLog: (obj: FormTypeData) => any;
|
|
638
|
+
export declare const SearchTypesResultItemFilterSensitiveLog: (
|
|
639
|
+
obj: SearchTypesResultItem
|
|
640
|
+
) => any;
|
|
641
|
+
export declare const SearchTypesOutputFilterSensitiveLog: (
|
|
642
|
+
obj: SearchTypesOutput
|
|
643
|
+
) => any;
|
|
644
|
+
export declare const SearchUserProfilesInputFilterSensitiveLog: (
|
|
645
|
+
obj: SearchUserProfilesInput
|
|
646
|
+
) => any;
|
|
647
|
+
export declare const UserProfileSummaryFilterSensitiveLog: (
|
|
648
|
+
obj: UserProfileSummary
|
|
649
|
+
) => any;
|
|
650
|
+
export declare const SearchUserProfilesOutputFilterSensitiveLog: (
|
|
651
|
+
obj: SearchUserProfilesOutput
|
|
652
|
+
) => any;
|
|
653
|
+
export declare const UpdateEnvironmentOutputFilterSensitiveLog: (
|
|
654
|
+
obj: UpdateEnvironmentOutput
|
|
655
|
+
) => any;
|
|
656
|
+
export declare const UpdateEnvironmentProfileInputFilterSensitiveLog: (
|
|
657
|
+
obj: UpdateEnvironmentProfileInput
|
|
658
|
+
) => any;
|
|
659
|
+
export declare const UpdateEnvironmentProfileOutputFilterSensitiveLog: (
|
|
660
|
+
obj: UpdateEnvironmentProfileOutput
|
|
661
|
+
) => any;
|
|
662
|
+
export declare const UpdateGroupProfileOutputFilterSensitiveLog: (
|
|
663
|
+
obj: UpdateGroupProfileOutput
|
|
664
|
+
) => any;
|
|
665
|
+
export declare const UpdateProjectInputFilterSensitiveLog: (
|
|
666
|
+
obj: UpdateProjectInput
|
|
667
|
+
) => any;
|
|
668
|
+
export declare const UpdateProjectOutputFilterSensitiveLog: (
|
|
669
|
+
obj: UpdateProjectOutput
|
|
670
|
+
) => any;
|
|
671
|
+
export declare const UpdateSubscriptionRequestInputFilterSensitiveLog: (
|
|
672
|
+
obj: UpdateSubscriptionRequestInput
|
|
673
|
+
) => any;
|
|
674
|
+
export declare const UpdateSubscriptionRequestOutputFilterSensitiveLog: (
|
|
675
|
+
obj: UpdateSubscriptionRequestOutput
|
|
676
|
+
) => any;
|
|
677
|
+
export declare const UpdateSubscriptionTargetInputFilterSensitiveLog: (
|
|
678
|
+
obj: UpdateSubscriptionTargetInput
|
|
679
|
+
) => any;
|
|
680
|
+
export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (
|
|
681
|
+
obj: UpdateSubscriptionTargetOutput
|
|
682
|
+
) => any;
|
|
683
|
+
export declare const UpdateUserProfileOutputFilterSensitiveLog: (
|
|
684
|
+
obj: UpdateUserProfileOutput
|
|
685
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssetRevisionsCommandInput,
|
|
4
|
+
ListAssetRevisionsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssetRevisionsCommand";
|
|
6
|
+
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssetRevisions(
|
|
8
|
+
config: DataZonePaginationConfiguration,
|
|
9
|
+
input: ListAssetRevisionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssetRevisionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataSourceRunActivitiesCommandInput,
|
|
4
|
+
ListDataSourceRunActivitiesCommandOutput,
|
|
5
|
+
} from "../commands/ListDataSourceRunActivitiesCommand";
|
|
6
|
+
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataSourceRunActivities(
|
|
8
|
+
config: DataZonePaginationConfiguration,
|
|
9
|
+
input: ListDataSourceRunActivitiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataSourceRunActivitiesCommandOutput>;
|