@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,246 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
5
|
+
import { CreateDataSourceInput, CreateDataSourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateDataSourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateDataSourceCommandInput extends CreateDataSourceInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateDataSourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateDataSourceCommandOutput extends CreateDataSourceOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an Amazon DataZone data source.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DataZoneClient, CreateDataSourceCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
31
|
+
* // const { DataZoneClient, CreateDataSourceCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
32
|
+
* const client = new DataZoneClient(config);
|
|
33
|
+
* const input = { // CreateDataSourceInput
|
|
34
|
+
* name: "STRING_VALUE", // required
|
|
35
|
+
* description: "STRING_VALUE",
|
|
36
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
37
|
+
* projectIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* environmentIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* type: "STRING_VALUE", // required
|
|
40
|
+
* configuration: { // DataSourceConfigurationInput Union: only one key present
|
|
41
|
+
* glueRunConfiguration: { // GlueRunConfigurationInput
|
|
42
|
+
* dataAccessRole: "STRING_VALUE",
|
|
43
|
+
* relationalFilterConfigurations: [ // RelationalFilterConfigurations // required
|
|
44
|
+
* { // RelationalFilterConfiguration
|
|
45
|
+
* databaseName: "STRING_VALUE", // required
|
|
46
|
+
* schemaName: "STRING_VALUE",
|
|
47
|
+
* filterExpressions: [ // FilterExpressions
|
|
48
|
+
* { // FilterExpression
|
|
49
|
+
* type: "INCLUDE" || "EXCLUDE", // required
|
|
50
|
+
* expression: "STRING_VALUE", // required
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* },
|
|
56
|
+
* redshiftRunConfiguration: { // RedshiftRunConfigurationInput
|
|
57
|
+
* dataAccessRole: "STRING_VALUE",
|
|
58
|
+
* relationalFilterConfigurations: [ // required
|
|
59
|
+
* {
|
|
60
|
+
* databaseName: "STRING_VALUE", // required
|
|
61
|
+
* schemaName: "STRING_VALUE",
|
|
62
|
+
* filterExpressions: [
|
|
63
|
+
* {
|
|
64
|
+
* type: "INCLUDE" || "EXCLUDE", // required
|
|
65
|
+
* expression: "STRING_VALUE", // required
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* },
|
|
69
|
+
* ],
|
|
70
|
+
* redshiftCredentialConfiguration: { // RedshiftCredentialConfiguration
|
|
71
|
+
* secretManagerArn: "STRING_VALUE", // required
|
|
72
|
+
* },
|
|
73
|
+
* redshiftStorage: { // RedshiftStorage Union: only one key present
|
|
74
|
+
* redshiftClusterSource: { // RedshiftClusterStorage
|
|
75
|
+
* clusterName: "STRING_VALUE", // required
|
|
76
|
+
* },
|
|
77
|
+
* redshiftServerlessSource: { // RedshiftServerlessStorage
|
|
78
|
+
* workgroupName: "STRING_VALUE", // required
|
|
79
|
+
* },
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
82
|
+
* },
|
|
83
|
+
* recommendation: { // RecommendationConfiguration
|
|
84
|
+
* enableBusinessNameGeneration: true || false,
|
|
85
|
+
* },
|
|
86
|
+
* enableSetting: "ENABLED" || "DISABLED",
|
|
87
|
+
* schedule: { // ScheduleConfiguration
|
|
88
|
+
* timezone: "UTC" || "AFRICA_JOHANNESBURG" || "AMERICA_MONTREAL" || "AMERICA_SAO_PAULO" || "ASIA_BAHRAIN" || "ASIA_BANGKOK" || "ASIA_CALCUTTA" || "ASIA_DUBAI" || "ASIA_HONG_KONG" || "ASIA_JAKARTA" || "ASIA_KUALA_LUMPUR" || "ASIA_SEOUL" || "ASIA_SHANGHAI" || "ASIA_SINGAPORE" || "ASIA_TAIPEI" || "ASIA_TOKYO" || "AUSTRALIA_MELBOURNE" || "AUSTRALIA_SYDNEY" || "CANADA_CENTRAL" || "CET" || "CST6CDT" || "ETC_GMT" || "ETC_GMT0" || "ETC_GMT_ADD_0" || "ETC_GMT_ADD_1" || "ETC_GMT_ADD_10" || "ETC_GMT_ADD_11" || "ETC_GMT_ADD_12" || "ETC_GMT_ADD_2" || "ETC_GMT_ADD_3" || "ETC_GMT_ADD_4" || "ETC_GMT_ADD_5" || "ETC_GMT_ADD_6" || "ETC_GMT_ADD_7" || "ETC_GMT_ADD_8" || "ETC_GMT_ADD_9" || "ETC_GMT_NEG_0" || "ETC_GMT_NEG_1" || "ETC_GMT_NEG_10" || "ETC_GMT_NEG_11" || "ETC_GMT_NEG_12" || "ETC_GMT_NEG_13" || "ETC_GMT_NEG_14" || "ETC_GMT_NEG_2" || "ETC_GMT_NEG_3" || "ETC_GMT_NEG_4" || "ETC_GMT_NEG_5" || "ETC_GMT_NEG_6" || "ETC_GMT_NEG_7" || "ETC_GMT_NEG_8" || "ETC_GMT_NEG_9" || "EUROPE_DUBLIN" || "EUROPE_LONDON" || "EUROPE_PARIS" || "EUROPE_STOCKHOLM" || "EUROPE_ZURICH" || "ISRAEL" || "MEXICO_GENERAL" || "MST7MDT" || "PACIFIC_AUCKLAND" || "US_CENTRAL" || "US_EASTERN" || "US_MOUNTAIN" || "US_PACIFIC",
|
|
89
|
+
* schedule: "STRING_VALUE",
|
|
90
|
+
* },
|
|
91
|
+
* publishOnImport: true || false,
|
|
92
|
+
* assetFormsInput: [ // FormInputList
|
|
93
|
+
* { // FormInput
|
|
94
|
+
* formName: "STRING_VALUE", // required
|
|
95
|
+
* typeIdentifier: "STRING_VALUE",
|
|
96
|
+
* typeRevision: "STRING_VALUE",
|
|
97
|
+
* content: "STRING_VALUE",
|
|
98
|
+
* },
|
|
99
|
+
* ],
|
|
100
|
+
* clientToken: "STRING_VALUE",
|
|
101
|
+
* };
|
|
102
|
+
* const command = new CreateDataSourceCommand(input);
|
|
103
|
+
* const response = await client.send(command);
|
|
104
|
+
* // { // CreateDataSourceOutput
|
|
105
|
+
* // id: "STRING_VALUE", // required
|
|
106
|
+
* // status: "CREATING" || "FAILED_CREATION" || "READY" || "UPDATING" || "FAILED_UPDATE" || "RUNNING" || "DELETING" || "FAILED_DELETION",
|
|
107
|
+
* // type: "STRING_VALUE",
|
|
108
|
+
* // name: "STRING_VALUE", // required
|
|
109
|
+
* // description: "STRING_VALUE",
|
|
110
|
+
* // domainId: "STRING_VALUE", // required
|
|
111
|
+
* // projectId: "STRING_VALUE", // required
|
|
112
|
+
* // environmentId: "STRING_VALUE", // required
|
|
113
|
+
* // configuration: { // DataSourceConfigurationOutput Union: only one key present
|
|
114
|
+
* // glueRunConfiguration: { // GlueRunConfigurationOutput
|
|
115
|
+
* // accountId: "STRING_VALUE",
|
|
116
|
+
* // region: "STRING_VALUE",
|
|
117
|
+
* // dataAccessRole: "STRING_VALUE",
|
|
118
|
+
* // relationalFilterConfigurations: [ // RelationalFilterConfigurations // required
|
|
119
|
+
* // { // RelationalFilterConfiguration
|
|
120
|
+
* // databaseName: "STRING_VALUE", // required
|
|
121
|
+
* // schemaName: "STRING_VALUE",
|
|
122
|
+
* // filterExpressions: [ // FilterExpressions
|
|
123
|
+
* // { // FilterExpression
|
|
124
|
+
* // type: "INCLUDE" || "EXCLUDE", // required
|
|
125
|
+
* // expression: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // redshiftRunConfiguration: { // RedshiftRunConfigurationOutput
|
|
132
|
+
* // accountId: "STRING_VALUE",
|
|
133
|
+
* // region: "STRING_VALUE",
|
|
134
|
+
* // dataAccessRole: "STRING_VALUE",
|
|
135
|
+
* // relationalFilterConfigurations: [ // required
|
|
136
|
+
* // {
|
|
137
|
+
* // databaseName: "STRING_VALUE", // required
|
|
138
|
+
* // schemaName: "STRING_VALUE",
|
|
139
|
+
* // filterExpressions: [
|
|
140
|
+
* // {
|
|
141
|
+
* // type: "INCLUDE" || "EXCLUDE", // required
|
|
142
|
+
* // expression: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
146
|
+
* // ],
|
|
147
|
+
* // redshiftCredentialConfiguration: { // RedshiftCredentialConfiguration
|
|
148
|
+
* // secretManagerArn: "STRING_VALUE", // required
|
|
149
|
+
* // },
|
|
150
|
+
* // redshiftStorage: { // RedshiftStorage Union: only one key present
|
|
151
|
+
* // redshiftClusterSource: { // RedshiftClusterStorage
|
|
152
|
+
* // clusterName: "STRING_VALUE", // required
|
|
153
|
+
* // },
|
|
154
|
+
* // redshiftServerlessSource: { // RedshiftServerlessStorage
|
|
155
|
+
* // workgroupName: "STRING_VALUE", // required
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // },
|
|
160
|
+
* // recommendation: { // RecommendationConfiguration
|
|
161
|
+
* // enableBusinessNameGeneration: true || false,
|
|
162
|
+
* // },
|
|
163
|
+
* // enableSetting: "ENABLED" || "DISABLED",
|
|
164
|
+
* // publishOnImport: true || false,
|
|
165
|
+
* // assetFormsOutput: [ // FormOutputList
|
|
166
|
+
* // { // FormOutput
|
|
167
|
+
* // formName: "STRING_VALUE", // required
|
|
168
|
+
* // typeName: "STRING_VALUE",
|
|
169
|
+
* // typeRevision: "STRING_VALUE",
|
|
170
|
+
* // content: "STRING_VALUE",
|
|
171
|
+
* // },
|
|
172
|
+
* // ],
|
|
173
|
+
* // schedule: { // ScheduleConfiguration
|
|
174
|
+
* // timezone: "UTC" || "AFRICA_JOHANNESBURG" || "AMERICA_MONTREAL" || "AMERICA_SAO_PAULO" || "ASIA_BAHRAIN" || "ASIA_BANGKOK" || "ASIA_CALCUTTA" || "ASIA_DUBAI" || "ASIA_HONG_KONG" || "ASIA_JAKARTA" || "ASIA_KUALA_LUMPUR" || "ASIA_SEOUL" || "ASIA_SHANGHAI" || "ASIA_SINGAPORE" || "ASIA_TAIPEI" || "ASIA_TOKYO" || "AUSTRALIA_MELBOURNE" || "AUSTRALIA_SYDNEY" || "CANADA_CENTRAL" || "CET" || "CST6CDT" || "ETC_GMT" || "ETC_GMT0" || "ETC_GMT_ADD_0" || "ETC_GMT_ADD_1" || "ETC_GMT_ADD_10" || "ETC_GMT_ADD_11" || "ETC_GMT_ADD_12" || "ETC_GMT_ADD_2" || "ETC_GMT_ADD_3" || "ETC_GMT_ADD_4" || "ETC_GMT_ADD_5" || "ETC_GMT_ADD_6" || "ETC_GMT_ADD_7" || "ETC_GMT_ADD_8" || "ETC_GMT_ADD_9" || "ETC_GMT_NEG_0" || "ETC_GMT_NEG_1" || "ETC_GMT_NEG_10" || "ETC_GMT_NEG_11" || "ETC_GMT_NEG_12" || "ETC_GMT_NEG_13" || "ETC_GMT_NEG_14" || "ETC_GMT_NEG_2" || "ETC_GMT_NEG_3" || "ETC_GMT_NEG_4" || "ETC_GMT_NEG_5" || "ETC_GMT_NEG_6" || "ETC_GMT_NEG_7" || "ETC_GMT_NEG_8" || "ETC_GMT_NEG_9" || "EUROPE_DUBLIN" || "EUROPE_LONDON" || "EUROPE_PARIS" || "EUROPE_STOCKHOLM" || "EUROPE_ZURICH" || "ISRAEL" || "MEXICO_GENERAL" || "MST7MDT" || "PACIFIC_AUCKLAND" || "US_CENTRAL" || "US_EASTERN" || "US_MOUNTAIN" || "US_PACIFIC",
|
|
175
|
+
* // schedule: "STRING_VALUE",
|
|
176
|
+
* // },
|
|
177
|
+
* // lastRunStatus: "REQUESTED" || "RUNNING" || "FAILED" || "PARTIALLY_SUCCEEDED" || "SUCCESS",
|
|
178
|
+
* // lastRunAt: new Date("TIMESTAMP"),
|
|
179
|
+
* // lastRunErrorMessage: { // DataSourceErrorMessage
|
|
180
|
+
* // errorType: "ACCESS_DENIED_EXCEPTION" || "CONFLICT_EXCEPTION" || "INTERNAL_SERVER_EXCEPTION" || "RESOURCE_NOT_FOUND_EXCEPTION" || "SERVICE_QUOTA_EXCEEDED_EXCEPTION" || "THROTTLING_EXCEPTION" || "VALIDATION_EXCEPTION", // required
|
|
181
|
+
* // errorDetail: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // errorMessage: {
|
|
184
|
+
* // errorType: "ACCESS_DENIED_EXCEPTION" || "CONFLICT_EXCEPTION" || "INTERNAL_SERVER_EXCEPTION" || "RESOURCE_NOT_FOUND_EXCEPTION" || "SERVICE_QUOTA_EXCEEDED_EXCEPTION" || "THROTTLING_EXCEPTION" || "VALIDATION_EXCEPTION", // required
|
|
185
|
+
* // errorDetail: "STRING_VALUE",
|
|
186
|
+
* // },
|
|
187
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
188
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
189
|
+
* // };
|
|
190
|
+
*
|
|
191
|
+
* ```
|
|
192
|
+
*
|
|
193
|
+
* @param CreateDataSourceCommandInput - {@link CreateDataSourceCommandInput}
|
|
194
|
+
* @returns {@link CreateDataSourceCommandOutput}
|
|
195
|
+
* @see {@link CreateDataSourceCommandInput} for command's `input` shape.
|
|
196
|
+
* @see {@link CreateDataSourceCommandOutput} for command's `response` shape.
|
|
197
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
198
|
+
*
|
|
199
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
200
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
201
|
+
*
|
|
202
|
+
* @throws {@link ConflictException} (client fault)
|
|
203
|
+
* <p>There is a conflict while performing this action.</p>
|
|
204
|
+
*
|
|
205
|
+
* @throws {@link InternalServerException} (server fault)
|
|
206
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
207
|
+
*
|
|
208
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
209
|
+
* <p>The specified resource cannot be found.</p>
|
|
210
|
+
*
|
|
211
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
212
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
213
|
+
*
|
|
214
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
215
|
+
* <p>The request was denied due to request throttling.</p>
|
|
216
|
+
*
|
|
217
|
+
* @throws {@link ValidationException} (client fault)
|
|
218
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
219
|
+
*
|
|
220
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
221
|
+
* <p>You do not have permission to perform this action.</p>
|
|
222
|
+
*
|
|
223
|
+
* @throws {@link DataZoneServiceException}
|
|
224
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
225
|
+
*
|
|
226
|
+
*/
|
|
227
|
+
export declare class CreateDataSourceCommand extends $Command<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, DataZoneClientResolvedConfig> {
|
|
228
|
+
readonly input: CreateDataSourceCommandInput;
|
|
229
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
constructor(input: CreateDataSourceCommandInput);
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataZoneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
private serialize;
|
|
242
|
+
/**
|
|
243
|
+
* @internal
|
|
244
|
+
*/
|
|
245
|
+
private deserialize;
|
|
246
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
5
|
+
import { CreateDomainInput, CreateDomainOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateDomainCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateDomainCommandInput extends CreateDomainInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateDomainCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateDomainCommandOutput extends CreateDomainOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an Amazon DataZone domain.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DataZoneClient, CreateDomainCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
31
|
+
* // const { DataZoneClient, CreateDomainCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
32
|
+
* const client = new DataZoneClient(config);
|
|
33
|
+
* const input = { // CreateDomainInput
|
|
34
|
+
* name: "STRING_VALUE", // required
|
|
35
|
+
* description: "STRING_VALUE",
|
|
36
|
+
* singleSignOn: { // SingleSignOn
|
|
37
|
+
* type: "IAM_IDC" || "DISABLED",
|
|
38
|
+
* userAssignment: "AUTOMATIC" || "MANUAL",
|
|
39
|
+
* },
|
|
40
|
+
* domainExecutionRole: "STRING_VALUE", // required
|
|
41
|
+
* kmsKeyIdentifier: "STRING_VALUE",
|
|
42
|
+
* tags: { // Tags
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* clientToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new CreateDomainCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateDomainOutput
|
|
50
|
+
* // id: "STRING_VALUE", // required
|
|
51
|
+
* // name: "STRING_VALUE",
|
|
52
|
+
* // description: "STRING_VALUE",
|
|
53
|
+
* // singleSignOn: { // SingleSignOn
|
|
54
|
+
* // type: "IAM_IDC" || "DISABLED",
|
|
55
|
+
* // userAssignment: "AUTOMATIC" || "MANUAL",
|
|
56
|
+
* // },
|
|
57
|
+
* // domainExecutionRole: "STRING_VALUE",
|
|
58
|
+
* // arn: "STRING_VALUE",
|
|
59
|
+
* // kmsKeyIdentifier: "STRING_VALUE",
|
|
60
|
+
* // status: "CREATING" || "AVAILABLE" || "CREATION_FAILED" || "DELETING" || "DELETED" || "DELETION_FAILED",
|
|
61
|
+
* // portalUrl: "STRING_VALUE",
|
|
62
|
+
* // tags: { // Tags
|
|
63
|
+
* // "<keys>": "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param CreateDomainCommandInput - {@link CreateDomainCommandInput}
|
|
70
|
+
* @returns {@link CreateDomainCommandOutput}
|
|
71
|
+
* @see {@link CreateDomainCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link CreateDomainCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ConflictException} (client fault)
|
|
79
|
+
* <p>There is a conflict while performing this action.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalServerException} (server fault)
|
|
82
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>The specified resource cannot be found.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
88
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
91
|
+
* <p>The request was denied due to request throttling.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ValidationException} (client fault)
|
|
94
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
97
|
+
* <p>You do not have permission to perform this action.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link DataZoneServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, DataZoneClientResolvedConfig> {
|
|
104
|
+
readonly input: CreateDomainCommandInput;
|
|
105
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
constructor(input: CreateDomainCommandInput);
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataZoneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
private serialize;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
121
|
+
private deserialize;
|
|
122
|
+
}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
5
|
+
import { CreateEnvironmentInput, CreateEnvironmentOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateEnvironmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateEnvironmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Create an Amazon DataZone environment.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DataZoneClient, CreateEnvironmentCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
31
|
+
* // const { DataZoneClient, CreateEnvironmentCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
32
|
+
* const client = new DataZoneClient(config);
|
|
33
|
+
* const input = { // CreateEnvironmentInput
|
|
34
|
+
* projectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* description: "STRING_VALUE",
|
|
37
|
+
* name: "STRING_VALUE", // required
|
|
38
|
+
* environmentProfileIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* userParameters: [ // EnvironmentParametersList
|
|
40
|
+
* { // EnvironmentParameter
|
|
41
|
+
* name: "STRING_VALUE",
|
|
42
|
+
* value: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* glossaryTerms: [ // GlossaryTerms
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
49
|
+
* const command = new CreateEnvironmentCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // CreateEnvironmentOutput
|
|
52
|
+
* // projectId: "STRING_VALUE", // required
|
|
53
|
+
* // id: "STRING_VALUE",
|
|
54
|
+
* // domainId: "STRING_VALUE", // required
|
|
55
|
+
* // createdBy: "STRING_VALUE", // required
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // name: "STRING_VALUE", // required
|
|
59
|
+
* // description: "STRING_VALUE",
|
|
60
|
+
* // environmentProfileId: "STRING_VALUE", // required
|
|
61
|
+
* // awsAccountId: "STRING_VALUE",
|
|
62
|
+
* // awsAccountRegion: "STRING_VALUE",
|
|
63
|
+
* // provider: "STRING_VALUE", // required
|
|
64
|
+
* // provisionedResources: [ // ResourceList
|
|
65
|
+
* // { // Resource
|
|
66
|
+
* // provider: "STRING_VALUE",
|
|
67
|
+
* // name: "STRING_VALUE",
|
|
68
|
+
* // value: "STRING_VALUE", // required
|
|
69
|
+
* // type: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // status: "ACTIVE" || "CREATING" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED" || "VALIDATION_FAILED" || "SUSPENDED" || "DISABLED" || "EXPIRED" || "DELETED" || "INACCESSIBLE",
|
|
73
|
+
* // environmentActions: [ // EnvironmentActionList
|
|
74
|
+
* // { // ConfigurableEnvironmentAction
|
|
75
|
+
* // type: "STRING_VALUE", // required
|
|
76
|
+
* // auth: "IAM" || "HTTPS",
|
|
77
|
+
* // parameters: [ // ConfigurableActionParameterList // required
|
|
78
|
+
* // { // ConfigurableActionParameter
|
|
79
|
+
* // key: "STRING_VALUE",
|
|
80
|
+
* // value: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // glossaryTerms: [ // GlossaryTerms
|
|
86
|
+
* // "STRING_VALUE",
|
|
87
|
+
* // ],
|
|
88
|
+
* // userParameters: [ // CustomParameterList
|
|
89
|
+
* // { // CustomParameter
|
|
90
|
+
* // keyName: "STRING_VALUE", // required
|
|
91
|
+
* // description: "STRING_VALUE",
|
|
92
|
+
* // fieldType: "STRING_VALUE", // required
|
|
93
|
+
* // defaultValue: "STRING_VALUE",
|
|
94
|
+
* // isEditable: true || false,
|
|
95
|
+
* // isOptional: true || false,
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // lastDeployment: { // Deployment
|
|
99
|
+
* // deploymentId: "STRING_VALUE",
|
|
100
|
+
* // deploymentType: "CREATE" || "UPDATE" || "DELETE",
|
|
101
|
+
* // deploymentStatus: "IN_PROGRESS" || "SUCCESSFUL" || "FAILED" || "PENDING_DEPLOYMENT",
|
|
102
|
+
* // failureReason: { // EnvironmentError
|
|
103
|
+
* // code: "STRING_VALUE",
|
|
104
|
+
* // message: "STRING_VALUE", // required
|
|
105
|
+
* // },
|
|
106
|
+
* // messages: [ // DeploymentMessagesList
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // isDeploymentComplete: true || false,
|
|
110
|
+
* // },
|
|
111
|
+
* // provisioningProperties: { // ProvisioningProperties Union: only one key present
|
|
112
|
+
* // cloudFormation: { // CloudFormationProperties
|
|
113
|
+
* // templateUrl: "STRING_VALUE", // required
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // deploymentProperties: { // DeploymentProperties
|
|
117
|
+
* // startTimeoutMinutes: Number("int"),
|
|
118
|
+
* // endTimeoutMinutes: Number("int"),
|
|
119
|
+
* // },
|
|
120
|
+
* // environmentBlueprintId: "STRING_VALUE",
|
|
121
|
+
* // };
|
|
122
|
+
*
|
|
123
|
+
* ```
|
|
124
|
+
*
|
|
125
|
+
* @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
|
|
126
|
+
* @returns {@link CreateEnvironmentCommandOutput}
|
|
127
|
+
* @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
|
|
128
|
+
* @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
|
|
129
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
132
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
133
|
+
*
|
|
134
|
+
* @throws {@link ConflictException} (client fault)
|
|
135
|
+
* <p>There is a conflict while performing this action.</p>
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link InternalServerException} (server fault)
|
|
138
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
139
|
+
*
|
|
140
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
141
|
+
* <p>The specified resource cannot be found.</p>
|
|
142
|
+
*
|
|
143
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
144
|
+
* <p>The request was denied due to request throttling.</p>
|
|
145
|
+
*
|
|
146
|
+
* @throws {@link ValidationException} (client fault)
|
|
147
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
148
|
+
*
|
|
149
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
150
|
+
* <p>You do not have permission to perform this action.</p>
|
|
151
|
+
*
|
|
152
|
+
* @throws {@link DataZoneServiceException}
|
|
153
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
154
|
+
*
|
|
155
|
+
*/
|
|
156
|
+
export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig> {
|
|
157
|
+
readonly input: CreateEnvironmentCommandInput;
|
|
158
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
constructor(input: CreateEnvironmentCommandInput);
|
|
163
|
+
/**
|
|
164
|
+
* @internal
|
|
165
|
+
*/
|
|
166
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataZoneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
|
|
167
|
+
/**
|
|
168
|
+
* @internal
|
|
169
|
+
*/
|
|
170
|
+
private serialize;
|
|
171
|
+
/**
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
private deserialize;
|
|
175
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
5
|
+
import { CreateEnvironmentProfileInput, CreateEnvironmentProfileOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateEnvironmentProfileCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateEnvironmentProfileCommandInput extends CreateEnvironmentProfileInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateEnvironmentProfileCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateEnvironmentProfileCommandOutput extends CreateEnvironmentProfileOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an Amazon DataZone environment profile.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DataZoneClient, CreateEnvironmentProfileCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
31
|
+
* // const { DataZoneClient, CreateEnvironmentProfileCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
32
|
+
* const client = new DataZoneClient(config);
|
|
33
|
+
* const input = { // CreateEnvironmentProfileInput
|
|
34
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* name: "STRING_VALUE", // required
|
|
36
|
+
* description: "STRING_VALUE",
|
|
37
|
+
* environmentBlueprintIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* projectIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* userParameters: [ // EnvironmentParametersList
|
|
40
|
+
* { // EnvironmentParameter
|
|
41
|
+
* name: "STRING_VALUE",
|
|
42
|
+
* value: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* awsAccountId: "STRING_VALUE",
|
|
46
|
+
* awsAccountRegion: "STRING_VALUE",
|
|
47
|
+
* };
|
|
48
|
+
* const command = new CreateEnvironmentProfileCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // CreateEnvironmentProfileOutput
|
|
51
|
+
* // id: "STRING_VALUE", // required
|
|
52
|
+
* // domainId: "STRING_VALUE", // required
|
|
53
|
+
* // awsAccountId: "STRING_VALUE",
|
|
54
|
+
* // awsAccountRegion: "STRING_VALUE",
|
|
55
|
+
* // createdBy: "STRING_VALUE", // required
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // name: "STRING_VALUE", // required
|
|
59
|
+
* // description: "STRING_VALUE",
|
|
60
|
+
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
61
|
+
* // projectId: "STRING_VALUE",
|
|
62
|
+
* // userParameters: [ // CustomParameterList
|
|
63
|
+
* // { // CustomParameter
|
|
64
|
+
* // keyName: "STRING_VALUE", // required
|
|
65
|
+
* // description: "STRING_VALUE",
|
|
66
|
+
* // fieldType: "STRING_VALUE", // required
|
|
67
|
+
* // defaultValue: "STRING_VALUE",
|
|
68
|
+
* // isEditable: true || false,
|
|
69
|
+
* // isOptional: true || false,
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @param CreateEnvironmentProfileCommandInput - {@link CreateEnvironmentProfileCommandInput}
|
|
77
|
+
* @returns {@link CreateEnvironmentProfileCommandOutput}
|
|
78
|
+
* @see {@link CreateEnvironmentProfileCommandInput} for command's `input` shape.
|
|
79
|
+
* @see {@link CreateEnvironmentProfileCommandOutput} for command's `response` shape.
|
|
80
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
83
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ConflictException} (client fault)
|
|
86
|
+
* <p>There is a conflict while performing this action.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InternalServerException} (server fault)
|
|
89
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
92
|
+
* <p>The specified resource cannot be found.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
95
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
98
|
+
* <p>The request was denied due to request throttling.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ValidationException} (client fault)
|
|
101
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
104
|
+
* <p>You do not have permission to perform this action.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link DataZoneServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
108
|
+
*
|
|
109
|
+
*/
|
|
110
|
+
export declare class CreateEnvironmentProfileCommand extends $Command<CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig> {
|
|
111
|
+
readonly input: CreateEnvironmentProfileCommandInput;
|
|
112
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
constructor(input: CreateEnvironmentProfileCommandInput);
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataZoneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
private serialize;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
128
|
+
private deserialize;
|
|
129
|
+
}
|