@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,278 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateUserProfileOutputFilterSensitiveLog = exports.UpdateSubscriptionTargetOutputFilterSensitiveLog = exports.UpdateSubscriptionTargetInputFilterSensitiveLog = exports.UpdateSubscriptionRequestOutputFilterSensitiveLog = exports.UpdateSubscriptionRequestInputFilterSensitiveLog = exports.UpdateProjectOutputFilterSensitiveLog = exports.UpdateProjectInputFilterSensitiveLog = exports.UpdateGroupProfileOutputFilterSensitiveLog = exports.UpdateEnvironmentProfileOutputFilterSensitiveLog = exports.UpdateEnvironmentProfileInputFilterSensitiveLog = exports.UpdateEnvironmentOutputFilterSensitiveLog = exports.SearchUserProfilesOutputFilterSensitiveLog = exports.UserProfileSummaryFilterSensitiveLog = exports.SearchUserProfilesInputFilterSensitiveLog = exports.SearchTypesOutputFilterSensitiveLog = exports.SearchTypesResultItemFilterSensitiveLog = exports.FormTypeDataFilterSensitiveLog = exports.SearchListingsOutputFilterSensitiveLog = exports.SearchResultItemFilterSensitiveLog = exports.SearchGroupProfilesOutputFilterSensitiveLog = exports.GroupProfileSummaryFilterSensitiveLog = exports.SearchGroupProfilesInputFilterSensitiveLog = exports.SearchOutputFilterSensitiveLog = exports.SearchInventoryResultItemFilterSensitiveLog = exports.GlossaryTermItemFilterSensitiveLog = exports.GlossaryItemFilterSensitiveLog = exports.RevokeSubscriptionOutputFilterSensitiveLog = exports.RejectSubscriptionRequestOutputFilterSensitiveLog = exports.RejectSubscriptionRequestInputFilterSensitiveLog = exports.ListSubscriptionTargetsOutputFilterSensitiveLog = exports.SubscriptionTargetSummaryFilterSensitiveLog = exports.FilterClause = exports.UserSearchType = exports.SearchTypesResultItem = exports.TypesSearchScope = exports.SearchResultItem = exports.GroupSearchType = exports.SearchInventoryResultItem = exports.InventorySearchScope = exports.SearchOutputAdditionalAttribute = exports.RejectRuleBehavior = void 0;
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const models_0_1 = require("./models_0");
|
|
6
|
+
exports.RejectRuleBehavior = {
|
|
7
|
+
ALL: "ALL",
|
|
8
|
+
NONE: "NONE",
|
|
9
|
+
};
|
|
10
|
+
exports.SearchOutputAdditionalAttribute = {
|
|
11
|
+
FORMS: "FORMS",
|
|
12
|
+
};
|
|
13
|
+
exports.InventorySearchScope = {
|
|
14
|
+
ASSET: "ASSET",
|
|
15
|
+
GLOSSARY: "GLOSSARY",
|
|
16
|
+
GLOSSARY_TERM: "GLOSSARY_TERM",
|
|
17
|
+
};
|
|
18
|
+
var SearchInventoryResultItem;
|
|
19
|
+
(function (SearchInventoryResultItem) {
|
|
20
|
+
SearchInventoryResultItem.visit = (value, visitor) => {
|
|
21
|
+
if (value.glossaryItem !== undefined)
|
|
22
|
+
return visitor.glossaryItem(value.glossaryItem);
|
|
23
|
+
if (value.glossaryTermItem !== undefined)
|
|
24
|
+
return visitor.glossaryTermItem(value.glossaryTermItem);
|
|
25
|
+
if (value.assetItem !== undefined)
|
|
26
|
+
return visitor.assetItem(value.assetItem);
|
|
27
|
+
if (value.dataProductItem !== undefined)
|
|
28
|
+
return visitor.dataProductItem(value.dataProductItem);
|
|
29
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
30
|
+
};
|
|
31
|
+
})(SearchInventoryResultItem = exports.SearchInventoryResultItem || (exports.SearchInventoryResultItem = {}));
|
|
32
|
+
exports.GroupSearchType = {
|
|
33
|
+
DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
|
|
34
|
+
SSO_GROUP: "SSO_GROUP",
|
|
35
|
+
};
|
|
36
|
+
var SearchResultItem;
|
|
37
|
+
(function (SearchResultItem) {
|
|
38
|
+
SearchResultItem.visit = (value, visitor) => {
|
|
39
|
+
if (value.assetListing !== undefined)
|
|
40
|
+
return visitor.assetListing(value.assetListing);
|
|
41
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
42
|
+
};
|
|
43
|
+
})(SearchResultItem = exports.SearchResultItem || (exports.SearchResultItem = {}));
|
|
44
|
+
exports.TypesSearchScope = {
|
|
45
|
+
ASSET_TYPE: "ASSET_TYPE",
|
|
46
|
+
FORM_TYPE: "FORM_TYPE",
|
|
47
|
+
};
|
|
48
|
+
var SearchTypesResultItem;
|
|
49
|
+
(function (SearchTypesResultItem) {
|
|
50
|
+
SearchTypesResultItem.visit = (value, visitor) => {
|
|
51
|
+
if (value.assetTypeItem !== undefined)
|
|
52
|
+
return visitor.assetTypeItem(value.assetTypeItem);
|
|
53
|
+
if (value.formTypeItem !== undefined)
|
|
54
|
+
return visitor.formTypeItem(value.formTypeItem);
|
|
55
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
56
|
+
};
|
|
57
|
+
})(SearchTypesResultItem = exports.SearchTypesResultItem || (exports.SearchTypesResultItem = {}));
|
|
58
|
+
exports.UserSearchType = {
|
|
59
|
+
DATAZONE_IAM_USER: "DATAZONE_IAM_USER",
|
|
60
|
+
DATAZONE_SSO_USER: "DATAZONE_SSO_USER",
|
|
61
|
+
DATAZONE_USER: "DATAZONE_USER",
|
|
62
|
+
SSO_USER: "SSO_USER",
|
|
63
|
+
};
|
|
64
|
+
var FilterClause;
|
|
65
|
+
(function (FilterClause) {
|
|
66
|
+
FilterClause.visit = (value, visitor) => {
|
|
67
|
+
if (value.filter !== undefined)
|
|
68
|
+
return visitor.filter(value.filter);
|
|
69
|
+
if (value.and !== undefined)
|
|
70
|
+
return visitor.and(value.and);
|
|
71
|
+
if (value.or !== undefined)
|
|
72
|
+
return visitor.or(value.or);
|
|
73
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
74
|
+
};
|
|
75
|
+
})(FilterClause = exports.FilterClause || (exports.FilterClause = {}));
|
|
76
|
+
const SubscriptionTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
77
|
+
...obj,
|
|
78
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
79
|
+
});
|
|
80
|
+
exports.SubscriptionTargetSummaryFilterSensitiveLog = SubscriptionTargetSummaryFilterSensitiveLog;
|
|
81
|
+
const ListSubscriptionTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
82
|
+
...obj,
|
|
83
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.SubscriptionTargetSummaryFilterSensitiveLog)(item)) }),
|
|
84
|
+
});
|
|
85
|
+
exports.ListSubscriptionTargetsOutputFilterSensitiveLog = ListSubscriptionTargetsOutputFilterSensitiveLog;
|
|
86
|
+
const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
87
|
+
...obj,
|
|
88
|
+
...(obj.decisionComment && { decisionComment: smithy_client_1.SENSITIVE_STRING }),
|
|
89
|
+
});
|
|
90
|
+
exports.RejectSubscriptionRequestInputFilterSensitiveLog = RejectSubscriptionRequestInputFilterSensitiveLog;
|
|
91
|
+
const RejectSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
...(obj.requestReason && { requestReason: smithy_client_1.SENSITIVE_STRING }),
|
|
94
|
+
...(obj.subscribedPrincipals && {
|
|
95
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => (0, models_0_1.SubscribedPrincipalFilterSensitiveLog)(item)),
|
|
96
|
+
}),
|
|
97
|
+
...(obj.subscribedListings && {
|
|
98
|
+
subscribedListings: obj.subscribedListings.map((item) => (0, models_0_1.SubscribedListingFilterSensitiveLog)(item)),
|
|
99
|
+
}),
|
|
100
|
+
...(obj.decisionComment && { decisionComment: smithy_client_1.SENSITIVE_STRING }),
|
|
101
|
+
});
|
|
102
|
+
exports.RejectSubscriptionRequestOutputFilterSensitiveLog = RejectSubscriptionRequestOutputFilterSensitiveLog;
|
|
103
|
+
const RevokeSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
...(obj.subscribedPrincipal && {
|
|
106
|
+
subscribedPrincipal: (0, models_0_1.SubscribedPrincipalFilterSensitiveLog)(obj.subscribedPrincipal),
|
|
107
|
+
}),
|
|
108
|
+
...(obj.subscribedListing && { subscribedListing: (0, models_0_1.SubscribedListingFilterSensitiveLog)(obj.subscribedListing) }),
|
|
109
|
+
});
|
|
110
|
+
exports.RevokeSubscriptionOutputFilterSensitiveLog = RevokeSubscriptionOutputFilterSensitiveLog;
|
|
111
|
+
const GlossaryItemFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
114
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
115
|
+
});
|
|
116
|
+
exports.GlossaryItemFilterSensitiveLog = GlossaryItemFilterSensitiveLog;
|
|
117
|
+
const GlossaryTermItemFilterSensitiveLog = (obj) => ({
|
|
118
|
+
...obj,
|
|
119
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
120
|
+
...(obj.shortDescription && { shortDescription: smithy_client_1.SENSITIVE_STRING }),
|
|
121
|
+
...(obj.longDescription && { longDescription: smithy_client_1.SENSITIVE_STRING }),
|
|
122
|
+
});
|
|
123
|
+
exports.GlossaryTermItemFilterSensitiveLog = GlossaryTermItemFilterSensitiveLog;
|
|
124
|
+
const SearchInventoryResultItemFilterSensitiveLog = (obj) => {
|
|
125
|
+
if (obj.glossaryItem !== undefined)
|
|
126
|
+
return { glossaryItem: (0, exports.GlossaryItemFilterSensitiveLog)(obj.glossaryItem) };
|
|
127
|
+
if (obj.glossaryTermItem !== undefined)
|
|
128
|
+
return { glossaryTermItem: (0, exports.GlossaryTermItemFilterSensitiveLog)(obj.glossaryTermItem) };
|
|
129
|
+
if (obj.assetItem !== undefined)
|
|
130
|
+
return { assetItem: (0, models_0_1.AssetItemFilterSensitiveLog)(obj.assetItem) };
|
|
131
|
+
if (obj.dataProductItem !== undefined)
|
|
132
|
+
return { dataProductItem: (0, models_0_1.DataProductSummaryFilterSensitiveLog)(obj.dataProductItem) };
|
|
133
|
+
if (obj.$unknown !== undefined)
|
|
134
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
135
|
+
};
|
|
136
|
+
exports.SearchInventoryResultItemFilterSensitiveLog = SearchInventoryResultItemFilterSensitiveLog;
|
|
137
|
+
const SearchOutputFilterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.SearchInventoryResultItemFilterSensitiveLog)(item)) }),
|
|
140
|
+
});
|
|
141
|
+
exports.SearchOutputFilterSensitiveLog = SearchOutputFilterSensitiveLog;
|
|
142
|
+
const SearchGroupProfilesInputFilterSensitiveLog = (obj) => ({
|
|
143
|
+
...obj,
|
|
144
|
+
...(obj.searchText && { searchText: smithy_client_1.SENSITIVE_STRING }),
|
|
145
|
+
});
|
|
146
|
+
exports.SearchGroupProfilesInputFilterSensitiveLog = SearchGroupProfilesInputFilterSensitiveLog;
|
|
147
|
+
const GroupProfileSummaryFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
...(obj.groupName && { groupName: smithy_client_1.SENSITIVE_STRING }),
|
|
150
|
+
});
|
|
151
|
+
exports.GroupProfileSummaryFilterSensitiveLog = GroupProfileSummaryFilterSensitiveLog;
|
|
152
|
+
const SearchGroupProfilesOutputFilterSensitiveLog = (obj) => ({
|
|
153
|
+
...obj,
|
|
154
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.GroupProfileSummaryFilterSensitiveLog)(item)) }),
|
|
155
|
+
});
|
|
156
|
+
exports.SearchGroupProfilesOutputFilterSensitiveLog = SearchGroupProfilesOutputFilterSensitiveLog;
|
|
157
|
+
const SearchResultItemFilterSensitiveLog = (obj) => {
|
|
158
|
+
if (obj.assetListing !== undefined)
|
|
159
|
+
return { assetListing: (0, models_0_1.AssetListingItemFilterSensitiveLog)(obj.assetListing) };
|
|
160
|
+
if (obj.$unknown !== undefined)
|
|
161
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
162
|
+
};
|
|
163
|
+
exports.SearchResultItemFilterSensitiveLog = SearchResultItemFilterSensitiveLog;
|
|
164
|
+
const SearchListingsOutputFilterSensitiveLog = (obj) => ({
|
|
165
|
+
...obj,
|
|
166
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.SearchResultItemFilterSensitiveLog)(item)) }),
|
|
167
|
+
});
|
|
168
|
+
exports.SearchListingsOutputFilterSensitiveLog = SearchListingsOutputFilterSensitiveLog;
|
|
169
|
+
const FormTypeDataFilterSensitiveLog = (obj) => ({
|
|
170
|
+
...obj,
|
|
171
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
172
|
+
...(obj.model && { model: smithy_client_1.SENSITIVE_STRING }),
|
|
173
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
174
|
+
...(obj.imports && { imports: obj.imports.map((item) => (0, models_0_1.ImportFilterSensitiveLog)(item)) }),
|
|
175
|
+
});
|
|
176
|
+
exports.FormTypeDataFilterSensitiveLog = FormTypeDataFilterSensitiveLog;
|
|
177
|
+
const SearchTypesResultItemFilterSensitiveLog = (obj) => {
|
|
178
|
+
if (obj.assetTypeItem !== undefined)
|
|
179
|
+
return { assetTypeItem: (0, models_0_1.AssetTypeItemFilterSensitiveLog)(obj.assetTypeItem) };
|
|
180
|
+
if (obj.formTypeItem !== undefined)
|
|
181
|
+
return { formTypeItem: (0, exports.FormTypeDataFilterSensitiveLog)(obj.formTypeItem) };
|
|
182
|
+
if (obj.$unknown !== undefined)
|
|
183
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
184
|
+
};
|
|
185
|
+
exports.SearchTypesResultItemFilterSensitiveLog = SearchTypesResultItemFilterSensitiveLog;
|
|
186
|
+
const SearchTypesOutputFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.SearchTypesResultItemFilterSensitiveLog)(item)) }),
|
|
189
|
+
});
|
|
190
|
+
exports.SearchTypesOutputFilterSensitiveLog = SearchTypesOutputFilterSensitiveLog;
|
|
191
|
+
const SearchUserProfilesInputFilterSensitiveLog = (obj) => ({
|
|
192
|
+
...obj,
|
|
193
|
+
...(obj.searchText && { searchText: smithy_client_1.SENSITIVE_STRING }),
|
|
194
|
+
});
|
|
195
|
+
exports.SearchUserProfilesInputFilterSensitiveLog = SearchUserProfilesInputFilterSensitiveLog;
|
|
196
|
+
const UserProfileSummaryFilterSensitiveLog = (obj) => ({
|
|
197
|
+
...obj,
|
|
198
|
+
...(obj.details && { details: (0, models_0_1.UserProfileDetailsFilterSensitiveLog)(obj.details) }),
|
|
199
|
+
});
|
|
200
|
+
exports.UserProfileSummaryFilterSensitiveLog = UserProfileSummaryFilterSensitiveLog;
|
|
201
|
+
const SearchUserProfilesOutputFilterSensitiveLog = (obj) => ({
|
|
202
|
+
...obj,
|
|
203
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.UserProfileSummaryFilterSensitiveLog)(item)) }),
|
|
204
|
+
});
|
|
205
|
+
exports.SearchUserProfilesOutputFilterSensitiveLog = SearchUserProfilesOutputFilterSensitiveLog;
|
|
206
|
+
const UpdateEnvironmentOutputFilterSensitiveLog = (obj) => ({
|
|
207
|
+
...obj,
|
|
208
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
209
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
210
|
+
...(obj.userParameters && {
|
|
211
|
+
userParameters: obj.userParameters.map((item) => (0, models_0_1.CustomParameterFilterSensitiveLog)(item)),
|
|
212
|
+
}),
|
|
213
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
214
|
+
});
|
|
215
|
+
exports.UpdateEnvironmentOutputFilterSensitiveLog = UpdateEnvironmentOutputFilterSensitiveLog;
|
|
216
|
+
const UpdateEnvironmentProfileInputFilterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
219
|
+
});
|
|
220
|
+
exports.UpdateEnvironmentProfileInputFilterSensitiveLog = UpdateEnvironmentProfileInputFilterSensitiveLog;
|
|
221
|
+
const UpdateEnvironmentProfileOutputFilterSensitiveLog = (obj) => ({
|
|
222
|
+
...obj,
|
|
223
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
224
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
225
|
+
...(obj.userParameters && {
|
|
226
|
+
userParameters: obj.userParameters.map((item) => (0, models_0_1.CustomParameterFilterSensitiveLog)(item)),
|
|
227
|
+
}),
|
|
228
|
+
});
|
|
229
|
+
exports.UpdateEnvironmentProfileOutputFilterSensitiveLog = UpdateEnvironmentProfileOutputFilterSensitiveLog;
|
|
230
|
+
const UpdateGroupProfileOutputFilterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
...(obj.groupName && { groupName: smithy_client_1.SENSITIVE_STRING }),
|
|
233
|
+
});
|
|
234
|
+
exports.UpdateGroupProfileOutputFilterSensitiveLog = UpdateGroupProfileOutputFilterSensitiveLog;
|
|
235
|
+
const UpdateProjectInputFilterSensitiveLog = (obj) => ({
|
|
236
|
+
...obj,
|
|
237
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
238
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
239
|
+
});
|
|
240
|
+
exports.UpdateProjectInputFilterSensitiveLog = UpdateProjectInputFilterSensitiveLog;
|
|
241
|
+
const UpdateProjectOutputFilterSensitiveLog = (obj) => ({
|
|
242
|
+
...obj,
|
|
243
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
244
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
245
|
+
});
|
|
246
|
+
exports.UpdateProjectOutputFilterSensitiveLog = UpdateProjectOutputFilterSensitiveLog;
|
|
247
|
+
const UpdateSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
248
|
+
...obj,
|
|
249
|
+
...(obj.requestReason && { requestReason: smithy_client_1.SENSITIVE_STRING }),
|
|
250
|
+
});
|
|
251
|
+
exports.UpdateSubscriptionRequestInputFilterSensitiveLog = UpdateSubscriptionRequestInputFilterSensitiveLog;
|
|
252
|
+
const UpdateSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
253
|
+
...obj,
|
|
254
|
+
...(obj.requestReason && { requestReason: smithy_client_1.SENSITIVE_STRING }),
|
|
255
|
+
...(obj.subscribedPrincipals && {
|
|
256
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => (0, models_0_1.SubscribedPrincipalFilterSensitiveLog)(item)),
|
|
257
|
+
}),
|
|
258
|
+
...(obj.subscribedListings && {
|
|
259
|
+
subscribedListings: obj.subscribedListings.map((item) => (0, models_0_1.SubscribedListingFilterSensitiveLog)(item)),
|
|
260
|
+
}),
|
|
261
|
+
...(obj.decisionComment && { decisionComment: smithy_client_1.SENSITIVE_STRING }),
|
|
262
|
+
});
|
|
263
|
+
exports.UpdateSubscriptionRequestOutputFilterSensitiveLog = UpdateSubscriptionRequestOutputFilterSensitiveLog;
|
|
264
|
+
const UpdateSubscriptionTargetInputFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
267
|
+
});
|
|
268
|
+
exports.UpdateSubscriptionTargetInputFilterSensitiveLog = UpdateSubscriptionTargetInputFilterSensitiveLog;
|
|
269
|
+
const UpdateSubscriptionTargetOutputFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
272
|
+
});
|
|
273
|
+
exports.UpdateSubscriptionTargetOutputFilterSensitiveLog = UpdateSubscriptionTargetOutputFilterSensitiveLog;
|
|
274
|
+
const UpdateUserProfileOutputFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
...(obj.details && { details: (0, models_0_1.UserProfileDetailsFilterSensitiveLog)(obj.details) }),
|
|
277
|
+
});
|
|
278
|
+
exports.UpdateUserProfileOutputFilterSensitiveLog = UpdateUserProfileOutputFilterSensitiveLog;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListAssetRevisions = void 0;
|
|
4
|
+
const ListAssetRevisionsCommand_1 = require("../commands/ListAssetRevisionsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListAssetRevisionsCommand_1.ListAssetRevisionsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListAssetRevisions(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListAssetRevisions = paginateListAssetRevisions;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDataSourceRunActivities = void 0;
|
|
4
|
+
const ListDataSourceRunActivitiesCommand_1 = require("../commands/ListDataSourceRunActivitiesCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListDataSourceRunActivitiesCommand_1.ListDataSourceRunActivitiesCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListDataSourceRunActivities(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListDataSourceRunActivities = paginateListDataSourceRunActivities;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDataSourceRuns = void 0;
|
|
4
|
+
const ListDataSourceRunsCommand_1 = require("../commands/ListDataSourceRunsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListDataSourceRunsCommand_1.ListDataSourceRunsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListDataSourceRuns(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListDataSourceRuns = paginateListDataSourceRuns;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDataSources = void 0;
|
|
4
|
+
const ListDataSourcesCommand_1 = require("../commands/ListDataSourcesCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListDataSourcesCommand_1.ListDataSourcesCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListDataSources(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListDataSources = paginateListDataSources;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListDomains = void 0;
|
|
4
|
+
const ListDomainsCommand_1 = require("../commands/ListDomainsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListDomainsCommand_1.ListDomainsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListDomains(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListDomains = paginateListDomains;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListEnvironmentBlueprintConfigurations = void 0;
|
|
4
|
+
const ListEnvironmentBlueprintConfigurationsCommand_1 = require("../commands/ListEnvironmentBlueprintConfigurationsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListEnvironmentBlueprintConfigurationsCommand_1.ListEnvironmentBlueprintConfigurationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListEnvironmentBlueprintConfigurations(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListEnvironmentBlueprintConfigurations = paginateListEnvironmentBlueprintConfigurations;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListEnvironmentBlueprints = void 0;
|
|
4
|
+
const ListEnvironmentBlueprintsCommand_1 = require("../commands/ListEnvironmentBlueprintsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListEnvironmentBlueprintsCommand_1.ListEnvironmentBlueprintsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListEnvironmentBlueprints(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListEnvironmentBlueprints = paginateListEnvironmentBlueprints;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListEnvironmentProfiles = void 0;
|
|
4
|
+
const ListEnvironmentProfilesCommand_1 = require("../commands/ListEnvironmentProfilesCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListEnvironmentProfilesCommand_1.ListEnvironmentProfilesCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListEnvironmentProfiles(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListEnvironmentProfiles = paginateListEnvironmentProfiles;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListEnvironments = void 0;
|
|
4
|
+
const ListEnvironmentsCommand_1 = require("../commands/ListEnvironmentsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListEnvironmentsCommand_1.ListEnvironmentsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListEnvironments(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListEnvironments = paginateListEnvironments;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListNotifications = void 0;
|
|
4
|
+
const ListNotificationsCommand_1 = require("../commands/ListNotificationsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListNotificationsCommand_1.ListNotificationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListNotifications(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListNotifications = paginateListNotifications;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListProjectMemberships = void 0;
|
|
4
|
+
const ListProjectMembershipsCommand_1 = require("../commands/ListProjectMembershipsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListProjectMembershipsCommand_1.ListProjectMembershipsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListProjectMemberships(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListProjectMemberships = paginateListProjectMemberships;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListProjects = void 0;
|
|
4
|
+
const ListProjectsCommand_1 = require("../commands/ListProjectsCommand");
|
|
5
|
+
const DataZoneClient_1 = require("../DataZoneClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListProjectsCommand_1.ListProjectsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListProjects(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof DataZoneClient_1.DataZoneClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected DataZone | DataZoneClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListProjects = paginateListProjects;
|