@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,1070 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
|
|
3
|
+
export const AcceptRuleBehavior = {
|
|
4
|
+
ALL: "ALL",
|
|
5
|
+
NONE: "NONE",
|
|
6
|
+
};
|
|
7
|
+
export class AccessDeniedException extends __BaseException {
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "AccessDeniedException",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
this.name = "AccessDeniedException";
|
|
15
|
+
this.$fault = "client";
|
|
16
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export class ConflictException extends __BaseException {
|
|
20
|
+
constructor(opts) {
|
|
21
|
+
super({
|
|
22
|
+
name: "ConflictException",
|
|
23
|
+
$fault: "client",
|
|
24
|
+
...opts,
|
|
25
|
+
});
|
|
26
|
+
this.name = "ConflictException";
|
|
27
|
+
this.$fault = "client";
|
|
28
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
export class InternalServerException extends __BaseException {
|
|
32
|
+
constructor(opts) {
|
|
33
|
+
super({
|
|
34
|
+
name: "InternalServerException",
|
|
35
|
+
$fault: "server",
|
|
36
|
+
...opts,
|
|
37
|
+
});
|
|
38
|
+
this.name = "InternalServerException";
|
|
39
|
+
this.$fault = "server";
|
|
40
|
+
this.$retryable = {};
|
|
41
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
45
|
+
constructor(opts) {
|
|
46
|
+
super({
|
|
47
|
+
name: "ResourceNotFoundException",
|
|
48
|
+
$fault: "client",
|
|
49
|
+
...opts,
|
|
50
|
+
});
|
|
51
|
+
this.name = "ResourceNotFoundException";
|
|
52
|
+
this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
export class ThrottlingException extends __BaseException {
|
|
57
|
+
constructor(opts) {
|
|
58
|
+
super({
|
|
59
|
+
name: "ThrottlingException",
|
|
60
|
+
$fault: "client",
|
|
61
|
+
...opts,
|
|
62
|
+
});
|
|
63
|
+
this.name = "ThrottlingException";
|
|
64
|
+
this.$fault = "client";
|
|
65
|
+
this.$retryable = {};
|
|
66
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
export class UnauthorizedException extends __BaseException {
|
|
70
|
+
constructor(opts) {
|
|
71
|
+
super({
|
|
72
|
+
name: "UnauthorizedException",
|
|
73
|
+
$fault: "client",
|
|
74
|
+
...opts,
|
|
75
|
+
});
|
|
76
|
+
this.name = "UnauthorizedException";
|
|
77
|
+
this.$fault = "client";
|
|
78
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
export class ValidationException extends __BaseException {
|
|
82
|
+
constructor(opts) {
|
|
83
|
+
super({
|
|
84
|
+
name: "ValidationException",
|
|
85
|
+
$fault: "client",
|
|
86
|
+
...opts,
|
|
87
|
+
});
|
|
88
|
+
this.name = "ValidationException";
|
|
89
|
+
this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
export const SubscriptionRequestStatus = {
|
|
94
|
+
ACCEPTED: "ACCEPTED",
|
|
95
|
+
PENDING: "PENDING",
|
|
96
|
+
REJECTED: "REJECTED",
|
|
97
|
+
};
|
|
98
|
+
export var SubscribedListingItem;
|
|
99
|
+
(function (SubscribedListingItem) {
|
|
100
|
+
SubscribedListingItem.visit = (value, visitor) => {
|
|
101
|
+
if (value.assetListing !== undefined)
|
|
102
|
+
return visitor.assetListing(value.assetListing);
|
|
103
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
104
|
+
};
|
|
105
|
+
})(SubscribedListingItem || (SubscribedListingItem = {}));
|
|
106
|
+
export var SubscribedPrincipal;
|
|
107
|
+
(function (SubscribedPrincipal) {
|
|
108
|
+
SubscribedPrincipal.visit = (value, visitor) => {
|
|
109
|
+
if (value.project !== undefined)
|
|
110
|
+
return visitor.project(value.project);
|
|
111
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
112
|
+
};
|
|
113
|
+
})(SubscribedPrincipal || (SubscribedPrincipal = {}));
|
|
114
|
+
export const ListingStatus = {
|
|
115
|
+
ACTIVE: "ACTIVE",
|
|
116
|
+
CREATING: "CREATING",
|
|
117
|
+
INACTIVE: "INACTIVE",
|
|
118
|
+
};
|
|
119
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
120
|
+
constructor(opts) {
|
|
121
|
+
super({
|
|
122
|
+
name: "ServiceQuotaExceededException",
|
|
123
|
+
$fault: "client",
|
|
124
|
+
...opts,
|
|
125
|
+
});
|
|
126
|
+
this.name = "ServiceQuotaExceededException";
|
|
127
|
+
this.$fault = "client";
|
|
128
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
export const AuthType = {
|
|
132
|
+
DISABLED: "DISABLED",
|
|
133
|
+
IAM_IDC: "IAM_IDC",
|
|
134
|
+
};
|
|
135
|
+
export const SubscriptionStatus = {
|
|
136
|
+
APPROVED: "APPROVED",
|
|
137
|
+
CANCELLED: "CANCELLED",
|
|
138
|
+
REVOKED: "REVOKED",
|
|
139
|
+
};
|
|
140
|
+
export const ChangeAction = {
|
|
141
|
+
PUBLISH: "PUBLISH",
|
|
142
|
+
UNPUBLISH: "UNPUBLISH",
|
|
143
|
+
};
|
|
144
|
+
export const ConfigurableActionTypeAuthorization = {
|
|
145
|
+
HTTPS: "HTTPS",
|
|
146
|
+
IAM: "IAM",
|
|
147
|
+
};
|
|
148
|
+
export const FilterExpressionType = {
|
|
149
|
+
EXCLUDE: "EXCLUDE",
|
|
150
|
+
INCLUDE: "INCLUDE",
|
|
151
|
+
};
|
|
152
|
+
export var RedshiftStorage;
|
|
153
|
+
(function (RedshiftStorage) {
|
|
154
|
+
RedshiftStorage.visit = (value, visitor) => {
|
|
155
|
+
if (value.redshiftClusterSource !== undefined)
|
|
156
|
+
return visitor.redshiftClusterSource(value.redshiftClusterSource);
|
|
157
|
+
if (value.redshiftServerlessSource !== undefined)
|
|
158
|
+
return visitor.redshiftServerlessSource(value.redshiftServerlessSource);
|
|
159
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
160
|
+
};
|
|
161
|
+
})(RedshiftStorage || (RedshiftStorage = {}));
|
|
162
|
+
export var DataSourceConfigurationInput;
|
|
163
|
+
(function (DataSourceConfigurationInput) {
|
|
164
|
+
DataSourceConfigurationInput.visit = (value, visitor) => {
|
|
165
|
+
if (value.glueRunConfiguration !== undefined)
|
|
166
|
+
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
167
|
+
if (value.redshiftRunConfiguration !== undefined)
|
|
168
|
+
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
169
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
170
|
+
};
|
|
171
|
+
})(DataSourceConfigurationInput || (DataSourceConfigurationInput = {}));
|
|
172
|
+
export const EnableSetting = {
|
|
173
|
+
DISABLED: "DISABLED",
|
|
174
|
+
ENABLED: "ENABLED",
|
|
175
|
+
};
|
|
176
|
+
export const Timezone = {
|
|
177
|
+
AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG",
|
|
178
|
+
AMERICA_MONTREAL: "AMERICA_MONTREAL",
|
|
179
|
+
AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO",
|
|
180
|
+
ASIA_BAHRAIN: "ASIA_BAHRAIN",
|
|
181
|
+
ASIA_BANGKOK: "ASIA_BANGKOK",
|
|
182
|
+
ASIA_CALCUTTA: "ASIA_CALCUTTA",
|
|
183
|
+
ASIA_DUBAI: "ASIA_DUBAI",
|
|
184
|
+
ASIA_HONG_KONG: "ASIA_HONG_KONG",
|
|
185
|
+
ASIA_JAKARTA: "ASIA_JAKARTA",
|
|
186
|
+
ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR",
|
|
187
|
+
ASIA_SEOUL: "ASIA_SEOUL",
|
|
188
|
+
ASIA_SHANGHAI: "ASIA_SHANGHAI",
|
|
189
|
+
ASIA_SINGAPORE: "ASIA_SINGAPORE",
|
|
190
|
+
ASIA_TAIPEI: "ASIA_TAIPEI",
|
|
191
|
+
ASIA_TOKYO: "ASIA_TOKYO",
|
|
192
|
+
AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE",
|
|
193
|
+
AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY",
|
|
194
|
+
CANADA_CENTRAL: "CANADA_CENTRAL",
|
|
195
|
+
CET: "CET",
|
|
196
|
+
CST6CDT: "CST6CDT",
|
|
197
|
+
ETC_GMT: "ETC_GMT",
|
|
198
|
+
ETC_GMT0: "ETC_GMT0",
|
|
199
|
+
ETC_GMT_ADD_0: "ETC_GMT_ADD_0",
|
|
200
|
+
ETC_GMT_ADD_1: "ETC_GMT_ADD_1",
|
|
201
|
+
ETC_GMT_ADD_10: "ETC_GMT_ADD_10",
|
|
202
|
+
ETC_GMT_ADD_11: "ETC_GMT_ADD_11",
|
|
203
|
+
ETC_GMT_ADD_12: "ETC_GMT_ADD_12",
|
|
204
|
+
ETC_GMT_ADD_2: "ETC_GMT_ADD_2",
|
|
205
|
+
ETC_GMT_ADD_3: "ETC_GMT_ADD_3",
|
|
206
|
+
ETC_GMT_ADD_4: "ETC_GMT_ADD_4",
|
|
207
|
+
ETC_GMT_ADD_5: "ETC_GMT_ADD_5",
|
|
208
|
+
ETC_GMT_ADD_6: "ETC_GMT_ADD_6",
|
|
209
|
+
ETC_GMT_ADD_7: "ETC_GMT_ADD_7",
|
|
210
|
+
ETC_GMT_ADD_8: "ETC_GMT_ADD_8",
|
|
211
|
+
ETC_GMT_ADD_9: "ETC_GMT_ADD_9",
|
|
212
|
+
ETC_GMT_NEG_0: "ETC_GMT_NEG_0",
|
|
213
|
+
ETC_GMT_NEG_1: "ETC_GMT_NEG_1",
|
|
214
|
+
ETC_GMT_NEG_10: "ETC_GMT_NEG_10",
|
|
215
|
+
ETC_GMT_NEG_11: "ETC_GMT_NEG_11",
|
|
216
|
+
ETC_GMT_NEG_12: "ETC_GMT_NEG_12",
|
|
217
|
+
ETC_GMT_NEG_13: "ETC_GMT_NEG_13",
|
|
218
|
+
ETC_GMT_NEG_14: "ETC_GMT_NEG_14",
|
|
219
|
+
ETC_GMT_NEG_2: "ETC_GMT_NEG_2",
|
|
220
|
+
ETC_GMT_NEG_3: "ETC_GMT_NEG_3",
|
|
221
|
+
ETC_GMT_NEG_4: "ETC_GMT_NEG_4",
|
|
222
|
+
ETC_GMT_NEG_5: "ETC_GMT_NEG_5",
|
|
223
|
+
ETC_GMT_NEG_6: "ETC_GMT_NEG_6",
|
|
224
|
+
ETC_GMT_NEG_7: "ETC_GMT_NEG_7",
|
|
225
|
+
ETC_GMT_NEG_8: "ETC_GMT_NEG_8",
|
|
226
|
+
ETC_GMT_NEG_9: "ETC_GMT_NEG_9",
|
|
227
|
+
EUROPE_DUBLIN: "EUROPE_DUBLIN",
|
|
228
|
+
EUROPE_LONDON: "EUROPE_LONDON",
|
|
229
|
+
EUROPE_PARIS: "EUROPE_PARIS",
|
|
230
|
+
EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM",
|
|
231
|
+
EUROPE_ZURICH: "EUROPE_ZURICH",
|
|
232
|
+
ISRAEL: "ISRAEL",
|
|
233
|
+
MEXICO_GENERAL: "MEXICO_GENERAL",
|
|
234
|
+
MST7MDT: "MST7MDT",
|
|
235
|
+
PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND",
|
|
236
|
+
US_CENTRAL: "US_CENTRAL",
|
|
237
|
+
US_EASTERN: "US_EASTERN",
|
|
238
|
+
US_MOUNTAIN: "US_MOUNTAIN",
|
|
239
|
+
US_PACIFIC: "US_PACIFIC",
|
|
240
|
+
UTC: "UTC",
|
|
241
|
+
};
|
|
242
|
+
export var DataSourceConfigurationOutput;
|
|
243
|
+
(function (DataSourceConfigurationOutput) {
|
|
244
|
+
DataSourceConfigurationOutput.visit = (value, visitor) => {
|
|
245
|
+
if (value.glueRunConfiguration !== undefined)
|
|
246
|
+
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
247
|
+
if (value.redshiftRunConfiguration !== undefined)
|
|
248
|
+
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
249
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
250
|
+
};
|
|
251
|
+
})(DataSourceConfigurationOutput || (DataSourceConfigurationOutput = {}));
|
|
252
|
+
export const DataSourceErrorType = {
|
|
253
|
+
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
254
|
+
CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
|
|
255
|
+
INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
|
|
256
|
+
RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION",
|
|
257
|
+
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
258
|
+
THROTTLING_EXCEPTION: "THROTTLING_EXCEPTION",
|
|
259
|
+
VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION",
|
|
260
|
+
};
|
|
261
|
+
export const DataSourceRunStatus = {
|
|
262
|
+
FAILED: "FAILED",
|
|
263
|
+
PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
|
|
264
|
+
REQUESTED: "REQUESTED",
|
|
265
|
+
RUNNING: "RUNNING",
|
|
266
|
+
SUCCESS: "SUCCESS",
|
|
267
|
+
};
|
|
268
|
+
export const DataSourceStatus = {
|
|
269
|
+
CREATING: "CREATING",
|
|
270
|
+
DELETING: "DELETING",
|
|
271
|
+
FAILED_CREATION: "FAILED_CREATION",
|
|
272
|
+
FAILED_DELETION: "FAILED_DELETION",
|
|
273
|
+
FAILED_UPDATE: "FAILED_UPDATE",
|
|
274
|
+
READY: "READY",
|
|
275
|
+
RUNNING: "RUNNING",
|
|
276
|
+
UPDATING: "UPDATING",
|
|
277
|
+
};
|
|
278
|
+
export const UserAssignment = {
|
|
279
|
+
AUTOMATIC: "AUTOMATIC",
|
|
280
|
+
MANUAL: "MANUAL",
|
|
281
|
+
};
|
|
282
|
+
export const DomainStatus = {
|
|
283
|
+
AVAILABLE: "AVAILABLE",
|
|
284
|
+
CREATING: "CREATING",
|
|
285
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
286
|
+
DELETED: "DELETED",
|
|
287
|
+
DELETING: "DELETING",
|
|
288
|
+
DELETION_FAILED: "DELETION_FAILED",
|
|
289
|
+
};
|
|
290
|
+
export const DeploymentStatus = {
|
|
291
|
+
FAILED: "FAILED",
|
|
292
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
293
|
+
PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
|
|
294
|
+
SUCCESSFUL: "SUCCESSFUL",
|
|
295
|
+
};
|
|
296
|
+
export const DeploymentType = {
|
|
297
|
+
CREATE: "CREATE",
|
|
298
|
+
DELETE: "DELETE",
|
|
299
|
+
UPDATE: "UPDATE",
|
|
300
|
+
};
|
|
301
|
+
export var ProvisioningProperties;
|
|
302
|
+
(function (ProvisioningProperties) {
|
|
303
|
+
ProvisioningProperties.visit = (value, visitor) => {
|
|
304
|
+
if (value.cloudFormation !== undefined)
|
|
305
|
+
return visitor.cloudFormation(value.cloudFormation);
|
|
306
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
307
|
+
};
|
|
308
|
+
})(ProvisioningProperties || (ProvisioningProperties = {}));
|
|
309
|
+
export const EnvironmentStatus = {
|
|
310
|
+
ACTIVE: "ACTIVE",
|
|
311
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
312
|
+
CREATING: "CREATING",
|
|
313
|
+
DELETED: "DELETED",
|
|
314
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
315
|
+
DELETING: "DELETING",
|
|
316
|
+
DISABLED: "DISABLED",
|
|
317
|
+
EXPIRED: "EXPIRED",
|
|
318
|
+
INACCESSIBLE: "INACCESSIBLE",
|
|
319
|
+
SUSPENDED: "SUSPENDED",
|
|
320
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
321
|
+
UPDATING: "UPDATING",
|
|
322
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
323
|
+
};
|
|
324
|
+
export var Model;
|
|
325
|
+
(function (Model) {
|
|
326
|
+
Model.visit = (value, visitor) => {
|
|
327
|
+
if (value.smithy !== undefined)
|
|
328
|
+
return visitor.smithy(value.smithy);
|
|
329
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
330
|
+
};
|
|
331
|
+
})(Model || (Model = {}));
|
|
332
|
+
export const FormTypeStatus = {
|
|
333
|
+
DISABLED: "DISABLED",
|
|
334
|
+
ENABLED: "ENABLED",
|
|
335
|
+
};
|
|
336
|
+
export const GlossaryStatus = {
|
|
337
|
+
DISABLED: "DISABLED",
|
|
338
|
+
ENABLED: "ENABLED",
|
|
339
|
+
};
|
|
340
|
+
export const GlossaryTermStatus = {
|
|
341
|
+
DISABLED: "DISABLED",
|
|
342
|
+
ENABLED: "ENABLED",
|
|
343
|
+
};
|
|
344
|
+
export const GroupProfileStatus = {
|
|
345
|
+
ASSIGNED: "ASSIGNED",
|
|
346
|
+
NOT_ASSIGNED: "NOT_ASSIGNED",
|
|
347
|
+
};
|
|
348
|
+
export const EntityType = {
|
|
349
|
+
ASSET: "ASSET",
|
|
350
|
+
};
|
|
351
|
+
export const UserDesignation = {
|
|
352
|
+
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
353
|
+
PROJECT_OWNER: "PROJECT_OWNER",
|
|
354
|
+
};
|
|
355
|
+
export var Member;
|
|
356
|
+
(function (Member) {
|
|
357
|
+
Member.visit = (value, visitor) => {
|
|
358
|
+
if (value.userIdentifier !== undefined)
|
|
359
|
+
return visitor.userIdentifier(value.userIdentifier);
|
|
360
|
+
if (value.groupIdentifier !== undefined)
|
|
361
|
+
return visitor.groupIdentifier(value.groupIdentifier);
|
|
362
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
363
|
+
};
|
|
364
|
+
})(Member || (Member = {}));
|
|
365
|
+
export var GrantedEntityInput;
|
|
366
|
+
(function (GrantedEntityInput) {
|
|
367
|
+
GrantedEntityInput.visit = (value, visitor) => {
|
|
368
|
+
if (value.listing !== undefined)
|
|
369
|
+
return visitor.listing(value.listing);
|
|
370
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
371
|
+
};
|
|
372
|
+
})(GrantedEntityInput || (GrantedEntityInput = {}));
|
|
373
|
+
export const SubscriptionGrantStatus = {
|
|
374
|
+
GRANTED: "GRANTED",
|
|
375
|
+
GRANT_FAILED: "GRANT_FAILED",
|
|
376
|
+
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
377
|
+
GRANT_PENDING: "GRANT_PENDING",
|
|
378
|
+
REVOKED: "REVOKED",
|
|
379
|
+
REVOKE_FAILED: "REVOKE_FAILED",
|
|
380
|
+
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
381
|
+
REVOKE_PENDING: "REVOKE_PENDING",
|
|
382
|
+
};
|
|
383
|
+
export var GrantedEntity;
|
|
384
|
+
(function (GrantedEntity) {
|
|
385
|
+
GrantedEntity.visit = (value, visitor) => {
|
|
386
|
+
if (value.listing !== undefined)
|
|
387
|
+
return visitor.listing(value.listing);
|
|
388
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
389
|
+
};
|
|
390
|
+
})(GrantedEntity || (GrantedEntity = {}));
|
|
391
|
+
export const SubscriptionGrantOverallStatus = {
|
|
392
|
+
COMPLETED: "COMPLETED",
|
|
393
|
+
GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
|
|
394
|
+
GRANT_FAILED: "GRANT_FAILED",
|
|
395
|
+
INACCESSIBLE: "INACCESSIBLE",
|
|
396
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
397
|
+
PENDING: "PENDING",
|
|
398
|
+
REVOKE_FAILED: "REVOKE_FAILED",
|
|
399
|
+
};
|
|
400
|
+
export var SubscribedPrincipalInput;
|
|
401
|
+
(function (SubscribedPrincipalInput) {
|
|
402
|
+
SubscribedPrincipalInput.visit = (value, visitor) => {
|
|
403
|
+
if (value.project !== undefined)
|
|
404
|
+
return visitor.project(value.project);
|
|
405
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
406
|
+
};
|
|
407
|
+
})(SubscribedPrincipalInput || (SubscribedPrincipalInput = {}));
|
|
408
|
+
export const UserType = {
|
|
409
|
+
IAM_ROLE: "IAM_ROLE",
|
|
410
|
+
IAM_USER: "IAM_USER",
|
|
411
|
+
SSO_USER: "SSO_USER",
|
|
412
|
+
};
|
|
413
|
+
export var UserProfileDetails;
|
|
414
|
+
(function (UserProfileDetails) {
|
|
415
|
+
UserProfileDetails.visit = (value, visitor) => {
|
|
416
|
+
if (value.iam !== undefined)
|
|
417
|
+
return visitor.iam(value.iam);
|
|
418
|
+
if (value.sso !== undefined)
|
|
419
|
+
return visitor.sso(value.sso);
|
|
420
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
421
|
+
};
|
|
422
|
+
})(UserProfileDetails || (UserProfileDetails = {}));
|
|
423
|
+
export const UserProfileStatus = {
|
|
424
|
+
ACTIVATED: "ACTIVATED",
|
|
425
|
+
ASSIGNED: "ASSIGNED",
|
|
426
|
+
DEACTIVATED: "DEACTIVATED",
|
|
427
|
+
NOT_ASSIGNED: "NOT_ASSIGNED",
|
|
428
|
+
};
|
|
429
|
+
export const UserProfileType = {
|
|
430
|
+
IAM: "IAM",
|
|
431
|
+
SSO: "SSO",
|
|
432
|
+
};
|
|
433
|
+
export const DataAssetActivityStatus = {
|
|
434
|
+
FAILED: "FAILED",
|
|
435
|
+
PUBLISHING_FAILED: "PUBLISHING_FAILED",
|
|
436
|
+
SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED",
|
|
437
|
+
SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED",
|
|
438
|
+
SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS",
|
|
439
|
+
SUCCEEDED_CREATED: "SUCCEEDED_CREATED",
|
|
440
|
+
SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED",
|
|
441
|
+
UNCHANGED: "UNCHANGED",
|
|
442
|
+
};
|
|
443
|
+
export const DataSourceRunType = {
|
|
444
|
+
PRIORITIZED: "PRIORITIZED",
|
|
445
|
+
SCHEDULED: "SCHEDULED",
|
|
446
|
+
};
|
|
447
|
+
export var ListingItem;
|
|
448
|
+
(function (ListingItem) {
|
|
449
|
+
ListingItem.visit = (value, visitor) => {
|
|
450
|
+
if (value.assetListing !== undefined)
|
|
451
|
+
return visitor.assetListing(value.assetListing);
|
|
452
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
453
|
+
};
|
|
454
|
+
})(ListingItem || (ListingItem = {}));
|
|
455
|
+
export const TaskStatus = {
|
|
456
|
+
ACTIVE: "ACTIVE",
|
|
457
|
+
INACTIVE: "INACTIVE",
|
|
458
|
+
};
|
|
459
|
+
export const NotificationType = {
|
|
460
|
+
EVENT: "EVENT",
|
|
461
|
+
TASK: "TASK",
|
|
462
|
+
};
|
|
463
|
+
export const NotificationResourceType = {
|
|
464
|
+
PROJECT: "PROJECT",
|
|
465
|
+
};
|
|
466
|
+
export const NotificationRole = {
|
|
467
|
+
DOMAIN_OWNER: "DOMAIN_OWNER",
|
|
468
|
+
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
469
|
+
PROJECT_OWNER: "PROJECT_OWNER",
|
|
470
|
+
PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER",
|
|
471
|
+
PROJECT_VIEWER: "PROJECT_VIEWER",
|
|
472
|
+
};
|
|
473
|
+
export const SortFieldProject = {
|
|
474
|
+
NAME: "NAME",
|
|
475
|
+
};
|
|
476
|
+
export const SortOrder = {
|
|
477
|
+
ASCENDING: "ASCENDING",
|
|
478
|
+
DESCENDING: "DESCENDING",
|
|
479
|
+
};
|
|
480
|
+
export var MemberDetails;
|
|
481
|
+
(function (MemberDetails) {
|
|
482
|
+
MemberDetails.visit = (value, visitor) => {
|
|
483
|
+
if (value.user !== undefined)
|
|
484
|
+
return visitor.user(value.user);
|
|
485
|
+
if (value.group !== undefined)
|
|
486
|
+
return visitor.group(value.group);
|
|
487
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
488
|
+
};
|
|
489
|
+
})(MemberDetails || (MemberDetails = {}));
|
|
490
|
+
export const SortKey = {
|
|
491
|
+
CREATED_AT: "CREATED_AT",
|
|
492
|
+
UPDATED_AT: "UPDATED_AT",
|
|
493
|
+
};
|
|
494
|
+
export const AcceptSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
497
|
+
});
|
|
498
|
+
export const DetailedGlossaryTermFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
501
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
502
|
+
});
|
|
503
|
+
export const SubscribedAssetListingFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
...(obj.glossaryTerms && {
|
|
506
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
507
|
+
}),
|
|
508
|
+
});
|
|
509
|
+
export const SubscribedListingItemFilterSensitiveLog = (obj) => {
|
|
510
|
+
if (obj.assetListing !== undefined)
|
|
511
|
+
return { assetListing: SubscribedAssetListingFilterSensitiveLog(obj.assetListing) };
|
|
512
|
+
if (obj.$unknown !== undefined)
|
|
513
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
514
|
+
};
|
|
515
|
+
export const SubscribedListingFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
518
|
+
...(obj.item && { item: SubscribedListingItemFilterSensitiveLog(obj.item) }),
|
|
519
|
+
});
|
|
520
|
+
export const SubscribedProjectFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
523
|
+
});
|
|
524
|
+
export const SubscribedPrincipalFilterSensitiveLog = (obj) => {
|
|
525
|
+
if (obj.project !== undefined)
|
|
526
|
+
return { project: SubscribedProjectFilterSensitiveLog(obj.project) };
|
|
527
|
+
if (obj.$unknown !== undefined)
|
|
528
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
529
|
+
};
|
|
530
|
+
export const AcceptSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
533
|
+
...(obj.subscribedPrincipals && {
|
|
534
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
535
|
+
}),
|
|
536
|
+
...(obj.subscribedListings && {
|
|
537
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
538
|
+
}),
|
|
539
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
540
|
+
});
|
|
541
|
+
export const FormInputFilterSensitiveLog = (obj) => ({
|
|
542
|
+
...obj,
|
|
543
|
+
});
|
|
544
|
+
export const CreateAssetInputFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
547
|
+
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
548
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
549
|
+
...(obj.formsInput && { formsInput: SENSITIVE_STRING }),
|
|
550
|
+
});
|
|
551
|
+
export const FormOutputFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
...(obj.typeName && { typeName: SENSITIVE_STRING }),
|
|
554
|
+
});
|
|
555
|
+
export const CreateAssetOutputFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
558
|
+
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
559
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
560
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
561
|
+
...(obj.readOnlyFormsOutput && {
|
|
562
|
+
readOnlyFormsOutput: obj.readOnlyFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
563
|
+
}),
|
|
564
|
+
});
|
|
565
|
+
export const CreateAssetRevisionInputFilterSensitiveLog = (obj) => ({
|
|
566
|
+
...obj,
|
|
567
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
568
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
569
|
+
...(obj.formsInput && { formsInput: SENSITIVE_STRING }),
|
|
570
|
+
});
|
|
571
|
+
export const CreateAssetRevisionOutputFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
574
|
+
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
575
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
576
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
577
|
+
...(obj.readOnlyFormsOutput && {
|
|
578
|
+
readOnlyFormsOutput: obj.readOnlyFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
579
|
+
}),
|
|
580
|
+
});
|
|
581
|
+
export const GetAssetOutputFilterSensitiveLog = (obj) => ({
|
|
582
|
+
...obj,
|
|
583
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
584
|
+
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
585
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
586
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
587
|
+
...(obj.readOnlyFormsOutput && {
|
|
588
|
+
readOnlyFormsOutput: obj.readOnlyFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
589
|
+
}),
|
|
590
|
+
});
|
|
591
|
+
export const AssetItemAdditionalAttributesFilterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
594
|
+
...(obj.readOnlyFormsOutput && {
|
|
595
|
+
readOnlyFormsOutput: obj.readOnlyFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
596
|
+
}),
|
|
597
|
+
});
|
|
598
|
+
export const AssetItemFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
601
|
+
...(obj.externalIdentifier && { externalIdentifier: SENSITIVE_STRING }),
|
|
602
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
603
|
+
...(obj.additionalAttributes && {
|
|
604
|
+
additionalAttributes: AssetItemAdditionalAttributesFilterSensitiveLog(obj.additionalAttributes),
|
|
605
|
+
}),
|
|
606
|
+
});
|
|
607
|
+
export const AssetListingFilterSensitiveLog = (obj) => ({
|
|
608
|
+
...obj,
|
|
609
|
+
...(obj.glossaryTerms && {
|
|
610
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
611
|
+
}),
|
|
612
|
+
});
|
|
613
|
+
export const AssetListingItemFilterSensitiveLog = (obj) => ({
|
|
614
|
+
...obj,
|
|
615
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
616
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
617
|
+
...(obj.glossaryTerms && {
|
|
618
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
619
|
+
}),
|
|
620
|
+
});
|
|
621
|
+
export const CreateAssetTypeInputFilterSensitiveLog = (obj) => ({
|
|
622
|
+
...obj,
|
|
623
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
624
|
+
});
|
|
625
|
+
export const FormEntryOutputFilterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
...(obj.typeName && { typeName: SENSITIVE_STRING }),
|
|
628
|
+
});
|
|
629
|
+
export const CreateAssetTypeOutputFilterSensitiveLog = (obj) => ({
|
|
630
|
+
...obj,
|
|
631
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
632
|
+
...(obj.formsOutput && {
|
|
633
|
+
formsOutput: Object.entries(obj.formsOutput).reduce((acc, [key, value]) => ((acc[key] = FormEntryOutputFilterSensitiveLog(value)), acc), {}),
|
|
634
|
+
}),
|
|
635
|
+
});
|
|
636
|
+
export const GetAssetTypeOutputFilterSensitiveLog = (obj) => ({
|
|
637
|
+
...obj,
|
|
638
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
639
|
+
...(obj.formsOutput && {
|
|
640
|
+
formsOutput: Object.entries(obj.formsOutput).reduce((acc, [key, value]) => ((acc[key] = FormEntryOutputFilterSensitiveLog(value)), acc), {}),
|
|
641
|
+
}),
|
|
642
|
+
});
|
|
643
|
+
export const AssetTypeItemFilterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
646
|
+
...(obj.formsOutput && {
|
|
647
|
+
formsOutput: Object.entries(obj.formsOutput).reduce((acc, [key, value]) => ((acc[key] = FormEntryOutputFilterSensitiveLog(value)), acc), {}),
|
|
648
|
+
}),
|
|
649
|
+
});
|
|
650
|
+
export const CancelSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
...(obj.subscribedPrincipal && {
|
|
653
|
+
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal),
|
|
654
|
+
}),
|
|
655
|
+
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
656
|
+
});
|
|
657
|
+
export const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
export const CreateDataSourceInputFilterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
663
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
664
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
665
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
666
|
+
...(obj.assetFormsInput && { assetFormsInput: SENSITIVE_STRING }),
|
|
667
|
+
});
|
|
668
|
+
export const CreateDataSourceOutputFilterSensitiveLog = (obj) => ({
|
|
669
|
+
...obj,
|
|
670
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
671
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
672
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
673
|
+
...(obj.assetFormsOutput && {
|
|
674
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
675
|
+
}),
|
|
676
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
677
|
+
});
|
|
678
|
+
export const CustomParameterFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
681
|
+
});
|
|
682
|
+
export const CreateEnvironmentOutputFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
685
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
686
|
+
...(obj.userParameters && {
|
|
687
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
688
|
+
}),
|
|
689
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
690
|
+
});
|
|
691
|
+
export const CreateEnvironmentProfileInputFilterSensitiveLog = (obj) => ({
|
|
692
|
+
...obj,
|
|
693
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
694
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
695
|
+
});
|
|
696
|
+
export const CreateEnvironmentProfileOutputFilterSensitiveLog = (obj) => ({
|
|
697
|
+
...obj,
|
|
698
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
699
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
700
|
+
...(obj.userParameters && {
|
|
701
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
702
|
+
}),
|
|
703
|
+
});
|
|
704
|
+
export const ModelFilterSensitiveLog = (obj) => {
|
|
705
|
+
if (obj.smithy !== undefined)
|
|
706
|
+
return { smithy: obj.smithy };
|
|
707
|
+
if (obj.$unknown !== undefined)
|
|
708
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
709
|
+
};
|
|
710
|
+
export const CreateFormTypeInputFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
713
|
+
...(obj.model && { model: SENSITIVE_STRING }),
|
|
714
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
715
|
+
});
|
|
716
|
+
export const CreateFormTypeOutputFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
719
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
720
|
+
});
|
|
721
|
+
export const CreateGlossaryInputFilterSensitiveLog = (obj) => ({
|
|
722
|
+
...obj,
|
|
723
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
724
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
725
|
+
});
|
|
726
|
+
export const CreateGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
729
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
730
|
+
});
|
|
731
|
+
export const CreateGlossaryTermInputFilterSensitiveLog = (obj) => ({
|
|
732
|
+
...obj,
|
|
733
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
734
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
735
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
736
|
+
});
|
|
737
|
+
export const CreateGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
740
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
741
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
742
|
+
});
|
|
743
|
+
export const CreateGroupProfileOutputFilterSensitiveLog = (obj) => ({
|
|
744
|
+
...obj,
|
|
745
|
+
...(obj.groupName && { groupName: SENSITIVE_STRING }),
|
|
746
|
+
});
|
|
747
|
+
export const CreateProjectInputFilterSensitiveLog = (obj) => ({
|
|
748
|
+
...obj,
|
|
749
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
750
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
751
|
+
});
|
|
752
|
+
export const CreateProjectOutputFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
755
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
756
|
+
});
|
|
757
|
+
export const CreateSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
758
|
+
...obj,
|
|
759
|
+
...(obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) }),
|
|
760
|
+
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
761
|
+
});
|
|
762
|
+
export const CreateSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
765
|
+
...(obj.subscribedPrincipals && {
|
|
766
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
767
|
+
}),
|
|
768
|
+
...(obj.subscribedListings && {
|
|
769
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
770
|
+
}),
|
|
771
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
772
|
+
});
|
|
773
|
+
export const CreateSubscriptionTargetInputFilterSensitiveLog = (obj) => ({
|
|
774
|
+
...obj,
|
|
775
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
776
|
+
});
|
|
777
|
+
export const CreateSubscriptionTargetOutputFilterSensitiveLog = (obj) => ({
|
|
778
|
+
...obj,
|
|
779
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
780
|
+
});
|
|
781
|
+
export const SsoUserProfileDetailsFilterSensitiveLog = (obj) => ({
|
|
782
|
+
...obj,
|
|
783
|
+
...(obj.username && { username: SENSITIVE_STRING }),
|
|
784
|
+
...(obj.firstName && { firstName: SENSITIVE_STRING }),
|
|
785
|
+
...(obj.lastName && { lastName: SENSITIVE_STRING }),
|
|
786
|
+
});
|
|
787
|
+
export const UserProfileDetailsFilterSensitiveLog = (obj) => {
|
|
788
|
+
if (obj.iam !== undefined)
|
|
789
|
+
return { iam: obj.iam };
|
|
790
|
+
if (obj.sso !== undefined)
|
|
791
|
+
return { sso: SsoUserProfileDetailsFilterSensitiveLog(obj.sso) };
|
|
792
|
+
if (obj.$unknown !== undefined)
|
|
793
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
794
|
+
};
|
|
795
|
+
export const CreateUserProfileOutputFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
|
|
798
|
+
});
|
|
799
|
+
export const DataProductSummaryFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
802
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
803
|
+
});
|
|
804
|
+
export const DeleteDataSourceOutputFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
807
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
808
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
809
|
+
...(obj.assetFormsOutput && {
|
|
810
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
811
|
+
}),
|
|
812
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
813
|
+
});
|
|
814
|
+
export const GetDataSourceOutputFilterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
817
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
818
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
819
|
+
...(obj.assetFormsOutput && {
|
|
820
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
821
|
+
}),
|
|
822
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
823
|
+
});
|
|
824
|
+
export const ListDataSourcesInputFilterSensitiveLog = (obj) => ({
|
|
825
|
+
...obj,
|
|
826
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
827
|
+
});
|
|
828
|
+
export const DataSourceSummaryFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
831
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
832
|
+
});
|
|
833
|
+
export const ListDataSourcesOutputFilterSensitiveLog = (obj) => ({
|
|
834
|
+
...obj,
|
|
835
|
+
...(obj.items && { items: obj.items.map((item) => DataSourceSummaryFilterSensitiveLog(item)) }),
|
|
836
|
+
});
|
|
837
|
+
export const UpdateDataSourceInputFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
840
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
841
|
+
...(obj.assetFormsInput && { assetFormsInput: SENSITIVE_STRING }),
|
|
842
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
843
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
844
|
+
});
|
|
845
|
+
export const UpdateDataSourceOutputFilterSensitiveLog = (obj) => ({
|
|
846
|
+
...obj,
|
|
847
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
848
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
849
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
850
|
+
...(obj.assetFormsOutput && {
|
|
851
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item)),
|
|
852
|
+
}),
|
|
853
|
+
...(obj.schedule && { schedule: SENSITIVE_STRING }),
|
|
854
|
+
});
|
|
855
|
+
export const DataSourceRunActivityFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
...(obj.database && { database: SENSITIVE_STRING }),
|
|
858
|
+
...(obj.technicalName && { technicalName: SENSITIVE_STRING }),
|
|
859
|
+
...(obj.technicalDescription && { technicalDescription: SENSITIVE_STRING }),
|
|
860
|
+
});
|
|
861
|
+
export const DomainSummaryFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
864
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
865
|
+
});
|
|
866
|
+
export const ListDomainsOutputFilterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
...(obj.items && { items: obj.items.map((item) => DomainSummaryFilterSensitiveLog(item)) }),
|
|
869
|
+
});
|
|
870
|
+
export const ImportFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
873
|
+
});
|
|
874
|
+
export const GetFormTypeOutputFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
877
|
+
...(obj.model && { model: SENSITIVE_STRING }),
|
|
878
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
879
|
+
...(obj.imports && { imports: obj.imports.map((item) => ImportFilterSensitiveLog(item)) }),
|
|
880
|
+
});
|
|
881
|
+
export const GetEnvironmentOutputFilterSensitiveLog = (obj) => ({
|
|
882
|
+
...obj,
|
|
883
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
884
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
885
|
+
...(obj.userParameters && {
|
|
886
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
887
|
+
}),
|
|
888
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
889
|
+
});
|
|
890
|
+
export const GetEnvironmentBlueprintOutputFilterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
893
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
894
|
+
...(obj.userParameters && {
|
|
895
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
896
|
+
}),
|
|
897
|
+
});
|
|
898
|
+
export const GetEnvironmentProfileOutputFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
901
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
902
|
+
...(obj.userParameters && {
|
|
903
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
|
|
904
|
+
}),
|
|
905
|
+
});
|
|
906
|
+
export const GetGroupProfileOutputFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
...(obj.groupName && { groupName: SENSITIVE_STRING }),
|
|
909
|
+
});
|
|
910
|
+
export const GetProjectOutputFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
913
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
914
|
+
});
|
|
915
|
+
export const GetSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
...(obj.subscribedPrincipal && {
|
|
918
|
+
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal),
|
|
919
|
+
}),
|
|
920
|
+
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
921
|
+
});
|
|
922
|
+
export const GetSubscriptionRequestDetailsOutputFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
925
|
+
...(obj.subscribedPrincipals && {
|
|
926
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
927
|
+
}),
|
|
928
|
+
...(obj.subscribedListings && {
|
|
929
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
930
|
+
}),
|
|
931
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
932
|
+
});
|
|
933
|
+
export const GetSubscriptionTargetOutputFilterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
936
|
+
});
|
|
937
|
+
export const GetUserProfileOutputFilterSensitiveLog = (obj) => ({
|
|
938
|
+
...obj,
|
|
939
|
+
...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
|
|
940
|
+
});
|
|
941
|
+
export const GetGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
942
|
+
...obj,
|
|
943
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
944
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
945
|
+
});
|
|
946
|
+
export const UpdateGlossaryInputFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
949
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
950
|
+
});
|
|
951
|
+
export const UpdateGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
954
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
955
|
+
});
|
|
956
|
+
export const GetGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
957
|
+
...obj,
|
|
958
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
959
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
960
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
961
|
+
});
|
|
962
|
+
export const UpdateGlossaryTermInputFilterSensitiveLog = (obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
965
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
966
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
967
|
+
});
|
|
968
|
+
export const UpdateGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
969
|
+
...obj,
|
|
970
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
971
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
972
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
973
|
+
});
|
|
974
|
+
export const ListDataSourceRunActivitiesOutputFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
...(obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }),
|
|
977
|
+
});
|
|
978
|
+
export const EnvironmentBlueprintSummaryFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
981
|
+
...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
|
|
982
|
+
});
|
|
983
|
+
export const ListEnvironmentBlueprintsOutputFilterSensitiveLog = (obj) => ({
|
|
984
|
+
...obj,
|
|
985
|
+
...(obj.items && { items: obj.items.map((item) => EnvironmentBlueprintSummaryFilterSensitiveLog(item)) }),
|
|
986
|
+
});
|
|
987
|
+
export const ListEnvironmentProfilesInputFilterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
990
|
+
});
|
|
991
|
+
export const EnvironmentProfileSummaryFilterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
994
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
995
|
+
});
|
|
996
|
+
export const ListEnvironmentProfilesOutputFilterSensitiveLog = (obj) => ({
|
|
997
|
+
...obj,
|
|
998
|
+
...(obj.items && { items: obj.items.map((item) => EnvironmentProfileSummaryFilterSensitiveLog(item)) }),
|
|
999
|
+
});
|
|
1000
|
+
export const EnvironmentSummaryFilterSensitiveLog = (obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1003
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1004
|
+
});
|
|
1005
|
+
export const ListEnvironmentsOutputFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
...(obj.items && { items: obj.items.map((item) => EnvironmentSummaryFilterSensitiveLog(item)) }),
|
|
1008
|
+
});
|
|
1009
|
+
export const ListingItemFilterSensitiveLog = (obj) => {
|
|
1010
|
+
if (obj.assetListing !== undefined)
|
|
1011
|
+
return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
|
|
1012
|
+
if (obj.$unknown !== undefined)
|
|
1013
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1014
|
+
};
|
|
1015
|
+
export const GetListingOutputFilterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
...(obj.item && { item: ListingItemFilterSensitiveLog(obj.item) }),
|
|
1018
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1019
|
+
});
|
|
1020
|
+
export const NotificationOutputFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
...(obj.title && { title: SENSITIVE_STRING }),
|
|
1023
|
+
...(obj.message && { message: SENSITIVE_STRING }),
|
|
1024
|
+
...(obj.actionLink && { actionLink: SENSITIVE_STRING }),
|
|
1025
|
+
});
|
|
1026
|
+
export const ListNotificationsOutputFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
...(obj.notifications && {
|
|
1029
|
+
notifications: obj.notifications.map((item) => NotificationOutputFilterSensitiveLog(item)),
|
|
1030
|
+
}),
|
|
1031
|
+
});
|
|
1032
|
+
export const ListProjectsInputFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1035
|
+
});
|
|
1036
|
+
export const ProjectSummaryFilterSensitiveLog = (obj) => ({
|
|
1037
|
+
...obj,
|
|
1038
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1039
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1040
|
+
});
|
|
1041
|
+
export const ListProjectsOutputFilterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
...(obj.items && { items: obj.items.map((item) => ProjectSummaryFilterSensitiveLog(item)) }),
|
|
1044
|
+
});
|
|
1045
|
+
export const SubscriptionRequestSummaryFilterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
1048
|
+
...(obj.subscribedPrincipals && {
|
|
1049
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
1050
|
+
}),
|
|
1051
|
+
...(obj.subscribedListings && {
|
|
1052
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
1053
|
+
}),
|
|
1054
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
1055
|
+
});
|
|
1056
|
+
export const ListSubscriptionRequestsOutputFilterSensitiveLog = (obj) => ({
|
|
1057
|
+
...obj,
|
|
1058
|
+
...(obj.items && { items: obj.items.map((item) => SubscriptionRequestSummaryFilterSensitiveLog(item)) }),
|
|
1059
|
+
});
|
|
1060
|
+
export const SubscriptionSummaryFilterSensitiveLog = (obj) => ({
|
|
1061
|
+
...obj,
|
|
1062
|
+
...(obj.subscribedPrincipal && {
|
|
1063
|
+
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal),
|
|
1064
|
+
}),
|
|
1065
|
+
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
1066
|
+
});
|
|
1067
|
+
export const ListSubscriptionsOutputFilterSensitiveLog = (obj) => ({
|
|
1068
|
+
...obj,
|
|
1069
|
+
...(obj.items && { items: obj.items.map((item) => SubscriptionSummaryFilterSensitiveLog(item)) }),
|
|
1070
|
+
});
|