@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,712 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
AwsAuthInputConfig,
|
|
7
|
+
AwsAuthResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-signing";
|
|
9
|
+
import {
|
|
10
|
+
UserAgentInputConfig,
|
|
11
|
+
UserAgentResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
13
|
+
import { Credentials as __Credentials } from "@aws-sdk/types";
|
|
14
|
+
import {
|
|
15
|
+
RegionInputConfig,
|
|
16
|
+
RegionResolvedConfig,
|
|
17
|
+
} from "@smithy/config-resolver";
|
|
18
|
+
import {
|
|
19
|
+
EndpointInputConfig,
|
|
20
|
+
EndpointResolvedConfig,
|
|
21
|
+
} from "@smithy/middleware-endpoint";
|
|
22
|
+
import {
|
|
23
|
+
RetryInputConfig,
|
|
24
|
+
RetryResolvedConfig,
|
|
25
|
+
} from "@smithy/middleware-retry";
|
|
26
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
27
|
+
import {
|
|
28
|
+
Client as __Client,
|
|
29
|
+
DefaultsMode as __DefaultsMode,
|
|
30
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
31
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
32
|
+
} from "@smithy/smithy-client";
|
|
33
|
+
import {
|
|
34
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
Decoder as __Decoder,
|
|
38
|
+
Encoder as __Encoder,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
Provider,
|
|
44
|
+
StreamCollector as __StreamCollector,
|
|
45
|
+
UrlParser as __UrlParser,
|
|
46
|
+
UserAgent as __UserAgent,
|
|
47
|
+
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
AcceptPredictionsCommandInput,
|
|
50
|
+
AcceptPredictionsCommandOutput,
|
|
51
|
+
} from "./commands/AcceptPredictionsCommand";
|
|
52
|
+
import {
|
|
53
|
+
AcceptSubscriptionRequestCommandInput,
|
|
54
|
+
AcceptSubscriptionRequestCommandOutput,
|
|
55
|
+
} from "./commands/AcceptSubscriptionRequestCommand";
|
|
56
|
+
import {
|
|
57
|
+
CancelSubscriptionCommandInput,
|
|
58
|
+
CancelSubscriptionCommandOutput,
|
|
59
|
+
} from "./commands/CancelSubscriptionCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateAssetCommandInput,
|
|
62
|
+
CreateAssetCommandOutput,
|
|
63
|
+
} from "./commands/CreateAssetCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateAssetRevisionCommandInput,
|
|
66
|
+
CreateAssetRevisionCommandOutput,
|
|
67
|
+
} from "./commands/CreateAssetRevisionCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateAssetTypeCommandInput,
|
|
70
|
+
CreateAssetTypeCommandOutput,
|
|
71
|
+
} from "./commands/CreateAssetTypeCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateDataSourceCommandInput,
|
|
74
|
+
CreateDataSourceCommandOutput,
|
|
75
|
+
} from "./commands/CreateDataSourceCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateDomainCommandInput,
|
|
78
|
+
CreateDomainCommandOutput,
|
|
79
|
+
} from "./commands/CreateDomainCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateEnvironmentCommandInput,
|
|
82
|
+
CreateEnvironmentCommandOutput,
|
|
83
|
+
} from "./commands/CreateEnvironmentCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateEnvironmentProfileCommandInput,
|
|
86
|
+
CreateEnvironmentProfileCommandOutput,
|
|
87
|
+
} from "./commands/CreateEnvironmentProfileCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateFormTypeCommandInput,
|
|
90
|
+
CreateFormTypeCommandOutput,
|
|
91
|
+
} from "./commands/CreateFormTypeCommand";
|
|
92
|
+
import {
|
|
93
|
+
CreateGlossaryCommandInput,
|
|
94
|
+
CreateGlossaryCommandOutput,
|
|
95
|
+
} from "./commands/CreateGlossaryCommand";
|
|
96
|
+
import {
|
|
97
|
+
CreateGlossaryTermCommandInput,
|
|
98
|
+
CreateGlossaryTermCommandOutput,
|
|
99
|
+
} from "./commands/CreateGlossaryTermCommand";
|
|
100
|
+
import {
|
|
101
|
+
CreateGroupProfileCommandInput,
|
|
102
|
+
CreateGroupProfileCommandOutput,
|
|
103
|
+
} from "./commands/CreateGroupProfileCommand";
|
|
104
|
+
import {
|
|
105
|
+
CreateListingChangeSetCommandInput,
|
|
106
|
+
CreateListingChangeSetCommandOutput,
|
|
107
|
+
} from "./commands/CreateListingChangeSetCommand";
|
|
108
|
+
import {
|
|
109
|
+
CreateProjectCommandInput,
|
|
110
|
+
CreateProjectCommandOutput,
|
|
111
|
+
} from "./commands/CreateProjectCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateProjectMembershipCommandInput,
|
|
114
|
+
CreateProjectMembershipCommandOutput,
|
|
115
|
+
} from "./commands/CreateProjectMembershipCommand";
|
|
116
|
+
import {
|
|
117
|
+
CreateSubscriptionGrantCommandInput,
|
|
118
|
+
CreateSubscriptionGrantCommandOutput,
|
|
119
|
+
} from "./commands/CreateSubscriptionGrantCommand";
|
|
120
|
+
import {
|
|
121
|
+
CreateSubscriptionRequestCommandInput,
|
|
122
|
+
CreateSubscriptionRequestCommandOutput,
|
|
123
|
+
} from "./commands/CreateSubscriptionRequestCommand";
|
|
124
|
+
import {
|
|
125
|
+
CreateSubscriptionTargetCommandInput,
|
|
126
|
+
CreateSubscriptionTargetCommandOutput,
|
|
127
|
+
} from "./commands/CreateSubscriptionTargetCommand";
|
|
128
|
+
import {
|
|
129
|
+
CreateUserProfileCommandInput,
|
|
130
|
+
CreateUserProfileCommandOutput,
|
|
131
|
+
} from "./commands/CreateUserProfileCommand";
|
|
132
|
+
import {
|
|
133
|
+
DeleteAssetCommandInput,
|
|
134
|
+
DeleteAssetCommandOutput,
|
|
135
|
+
} from "./commands/DeleteAssetCommand";
|
|
136
|
+
import {
|
|
137
|
+
DeleteAssetTypeCommandInput,
|
|
138
|
+
DeleteAssetTypeCommandOutput,
|
|
139
|
+
} from "./commands/DeleteAssetTypeCommand";
|
|
140
|
+
import {
|
|
141
|
+
DeleteDataSourceCommandInput,
|
|
142
|
+
DeleteDataSourceCommandOutput,
|
|
143
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
144
|
+
import {
|
|
145
|
+
DeleteDomainCommandInput,
|
|
146
|
+
DeleteDomainCommandOutput,
|
|
147
|
+
} from "./commands/DeleteDomainCommand";
|
|
148
|
+
import {
|
|
149
|
+
DeleteEnvironmentBlueprintConfigurationCommandInput,
|
|
150
|
+
DeleteEnvironmentBlueprintConfigurationCommandOutput,
|
|
151
|
+
} from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
152
|
+
import {
|
|
153
|
+
DeleteEnvironmentCommandInput,
|
|
154
|
+
DeleteEnvironmentCommandOutput,
|
|
155
|
+
} from "./commands/DeleteEnvironmentCommand";
|
|
156
|
+
import {
|
|
157
|
+
DeleteEnvironmentProfileCommandInput,
|
|
158
|
+
DeleteEnvironmentProfileCommandOutput,
|
|
159
|
+
} from "./commands/DeleteEnvironmentProfileCommand";
|
|
160
|
+
import {
|
|
161
|
+
DeleteFormTypeCommandInput,
|
|
162
|
+
DeleteFormTypeCommandOutput,
|
|
163
|
+
} from "./commands/DeleteFormTypeCommand";
|
|
164
|
+
import {
|
|
165
|
+
DeleteGlossaryCommandInput,
|
|
166
|
+
DeleteGlossaryCommandOutput,
|
|
167
|
+
} from "./commands/DeleteGlossaryCommand";
|
|
168
|
+
import {
|
|
169
|
+
DeleteGlossaryTermCommandInput,
|
|
170
|
+
DeleteGlossaryTermCommandOutput,
|
|
171
|
+
} from "./commands/DeleteGlossaryTermCommand";
|
|
172
|
+
import {
|
|
173
|
+
DeleteListingCommandInput,
|
|
174
|
+
DeleteListingCommandOutput,
|
|
175
|
+
} from "./commands/DeleteListingCommand";
|
|
176
|
+
import {
|
|
177
|
+
DeleteProjectCommandInput,
|
|
178
|
+
DeleteProjectCommandOutput,
|
|
179
|
+
} from "./commands/DeleteProjectCommand";
|
|
180
|
+
import {
|
|
181
|
+
DeleteProjectMembershipCommandInput,
|
|
182
|
+
DeleteProjectMembershipCommandOutput,
|
|
183
|
+
} from "./commands/DeleteProjectMembershipCommand";
|
|
184
|
+
import {
|
|
185
|
+
DeleteSubscriptionGrantCommandInput,
|
|
186
|
+
DeleteSubscriptionGrantCommandOutput,
|
|
187
|
+
} from "./commands/DeleteSubscriptionGrantCommand";
|
|
188
|
+
import {
|
|
189
|
+
DeleteSubscriptionRequestCommandInput,
|
|
190
|
+
DeleteSubscriptionRequestCommandOutput,
|
|
191
|
+
} from "./commands/DeleteSubscriptionRequestCommand";
|
|
192
|
+
import {
|
|
193
|
+
DeleteSubscriptionTargetCommandInput,
|
|
194
|
+
DeleteSubscriptionTargetCommandOutput,
|
|
195
|
+
} from "./commands/DeleteSubscriptionTargetCommand";
|
|
196
|
+
import {
|
|
197
|
+
GetAssetCommandInput,
|
|
198
|
+
GetAssetCommandOutput,
|
|
199
|
+
} from "./commands/GetAssetCommand";
|
|
200
|
+
import {
|
|
201
|
+
GetAssetTypeCommandInput,
|
|
202
|
+
GetAssetTypeCommandOutput,
|
|
203
|
+
} from "./commands/GetAssetTypeCommand";
|
|
204
|
+
import {
|
|
205
|
+
GetDataSourceCommandInput,
|
|
206
|
+
GetDataSourceCommandOutput,
|
|
207
|
+
} from "./commands/GetDataSourceCommand";
|
|
208
|
+
import {
|
|
209
|
+
GetDataSourceRunCommandInput,
|
|
210
|
+
GetDataSourceRunCommandOutput,
|
|
211
|
+
} from "./commands/GetDataSourceRunCommand";
|
|
212
|
+
import {
|
|
213
|
+
GetDomainCommandInput,
|
|
214
|
+
GetDomainCommandOutput,
|
|
215
|
+
} from "./commands/GetDomainCommand";
|
|
216
|
+
import {
|
|
217
|
+
GetEnvironmentBlueprintCommandInput,
|
|
218
|
+
GetEnvironmentBlueprintCommandOutput,
|
|
219
|
+
} from "./commands/GetEnvironmentBlueprintCommand";
|
|
220
|
+
import {
|
|
221
|
+
GetEnvironmentBlueprintConfigurationCommandInput,
|
|
222
|
+
GetEnvironmentBlueprintConfigurationCommandOutput,
|
|
223
|
+
} from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
224
|
+
import {
|
|
225
|
+
GetEnvironmentCommandInput,
|
|
226
|
+
GetEnvironmentCommandOutput,
|
|
227
|
+
} from "./commands/GetEnvironmentCommand";
|
|
228
|
+
import {
|
|
229
|
+
GetEnvironmentProfileCommandInput,
|
|
230
|
+
GetEnvironmentProfileCommandOutput,
|
|
231
|
+
} from "./commands/GetEnvironmentProfileCommand";
|
|
232
|
+
import {
|
|
233
|
+
GetFormTypeCommandInput,
|
|
234
|
+
GetFormTypeCommandOutput,
|
|
235
|
+
} from "./commands/GetFormTypeCommand";
|
|
236
|
+
import {
|
|
237
|
+
GetGlossaryCommandInput,
|
|
238
|
+
GetGlossaryCommandOutput,
|
|
239
|
+
} from "./commands/GetGlossaryCommand";
|
|
240
|
+
import {
|
|
241
|
+
GetGlossaryTermCommandInput,
|
|
242
|
+
GetGlossaryTermCommandOutput,
|
|
243
|
+
} from "./commands/GetGlossaryTermCommand";
|
|
244
|
+
import {
|
|
245
|
+
GetGroupProfileCommandInput,
|
|
246
|
+
GetGroupProfileCommandOutput,
|
|
247
|
+
} from "./commands/GetGroupProfileCommand";
|
|
248
|
+
import {
|
|
249
|
+
GetIamPortalLoginUrlCommandInput,
|
|
250
|
+
GetIamPortalLoginUrlCommandOutput,
|
|
251
|
+
} from "./commands/GetIamPortalLoginUrlCommand";
|
|
252
|
+
import {
|
|
253
|
+
GetListingCommandInput,
|
|
254
|
+
GetListingCommandOutput,
|
|
255
|
+
} from "./commands/GetListingCommand";
|
|
256
|
+
import {
|
|
257
|
+
GetProjectCommandInput,
|
|
258
|
+
GetProjectCommandOutput,
|
|
259
|
+
} from "./commands/GetProjectCommand";
|
|
260
|
+
import {
|
|
261
|
+
GetSubscriptionCommandInput,
|
|
262
|
+
GetSubscriptionCommandOutput,
|
|
263
|
+
} from "./commands/GetSubscriptionCommand";
|
|
264
|
+
import {
|
|
265
|
+
GetSubscriptionGrantCommandInput,
|
|
266
|
+
GetSubscriptionGrantCommandOutput,
|
|
267
|
+
} from "./commands/GetSubscriptionGrantCommand";
|
|
268
|
+
import {
|
|
269
|
+
GetSubscriptionRequestDetailsCommandInput,
|
|
270
|
+
GetSubscriptionRequestDetailsCommandOutput,
|
|
271
|
+
} from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
272
|
+
import {
|
|
273
|
+
GetSubscriptionTargetCommandInput,
|
|
274
|
+
GetSubscriptionTargetCommandOutput,
|
|
275
|
+
} from "./commands/GetSubscriptionTargetCommand";
|
|
276
|
+
import {
|
|
277
|
+
GetUserProfileCommandInput,
|
|
278
|
+
GetUserProfileCommandOutput,
|
|
279
|
+
} from "./commands/GetUserProfileCommand";
|
|
280
|
+
import {
|
|
281
|
+
ListAssetRevisionsCommandInput,
|
|
282
|
+
ListAssetRevisionsCommandOutput,
|
|
283
|
+
} from "./commands/ListAssetRevisionsCommand";
|
|
284
|
+
import {
|
|
285
|
+
ListDataSourceRunActivitiesCommandInput,
|
|
286
|
+
ListDataSourceRunActivitiesCommandOutput,
|
|
287
|
+
} from "./commands/ListDataSourceRunActivitiesCommand";
|
|
288
|
+
import {
|
|
289
|
+
ListDataSourceRunsCommandInput,
|
|
290
|
+
ListDataSourceRunsCommandOutput,
|
|
291
|
+
} from "./commands/ListDataSourceRunsCommand";
|
|
292
|
+
import {
|
|
293
|
+
ListDataSourcesCommandInput,
|
|
294
|
+
ListDataSourcesCommandOutput,
|
|
295
|
+
} from "./commands/ListDataSourcesCommand";
|
|
296
|
+
import {
|
|
297
|
+
ListDomainsCommandInput,
|
|
298
|
+
ListDomainsCommandOutput,
|
|
299
|
+
} from "./commands/ListDomainsCommand";
|
|
300
|
+
import {
|
|
301
|
+
ListEnvironmentBlueprintConfigurationsCommandInput,
|
|
302
|
+
ListEnvironmentBlueprintConfigurationsCommandOutput,
|
|
303
|
+
} from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
304
|
+
import {
|
|
305
|
+
ListEnvironmentBlueprintsCommandInput,
|
|
306
|
+
ListEnvironmentBlueprintsCommandOutput,
|
|
307
|
+
} from "./commands/ListEnvironmentBlueprintsCommand";
|
|
308
|
+
import {
|
|
309
|
+
ListEnvironmentProfilesCommandInput,
|
|
310
|
+
ListEnvironmentProfilesCommandOutput,
|
|
311
|
+
} from "./commands/ListEnvironmentProfilesCommand";
|
|
312
|
+
import {
|
|
313
|
+
ListEnvironmentsCommandInput,
|
|
314
|
+
ListEnvironmentsCommandOutput,
|
|
315
|
+
} from "./commands/ListEnvironmentsCommand";
|
|
316
|
+
import {
|
|
317
|
+
ListNotificationsCommandInput,
|
|
318
|
+
ListNotificationsCommandOutput,
|
|
319
|
+
} from "./commands/ListNotificationsCommand";
|
|
320
|
+
import {
|
|
321
|
+
ListProjectMembershipsCommandInput,
|
|
322
|
+
ListProjectMembershipsCommandOutput,
|
|
323
|
+
} from "./commands/ListProjectMembershipsCommand";
|
|
324
|
+
import {
|
|
325
|
+
ListProjectsCommandInput,
|
|
326
|
+
ListProjectsCommandOutput,
|
|
327
|
+
} from "./commands/ListProjectsCommand";
|
|
328
|
+
import {
|
|
329
|
+
ListSubscriptionGrantsCommandInput,
|
|
330
|
+
ListSubscriptionGrantsCommandOutput,
|
|
331
|
+
} from "./commands/ListSubscriptionGrantsCommand";
|
|
332
|
+
import {
|
|
333
|
+
ListSubscriptionRequestsCommandInput,
|
|
334
|
+
ListSubscriptionRequestsCommandOutput,
|
|
335
|
+
} from "./commands/ListSubscriptionRequestsCommand";
|
|
336
|
+
import {
|
|
337
|
+
ListSubscriptionsCommandInput,
|
|
338
|
+
ListSubscriptionsCommandOutput,
|
|
339
|
+
} from "./commands/ListSubscriptionsCommand";
|
|
340
|
+
import {
|
|
341
|
+
ListSubscriptionTargetsCommandInput,
|
|
342
|
+
ListSubscriptionTargetsCommandOutput,
|
|
343
|
+
} from "./commands/ListSubscriptionTargetsCommand";
|
|
344
|
+
import {
|
|
345
|
+
ListTagsForResourceCommandInput,
|
|
346
|
+
ListTagsForResourceCommandOutput,
|
|
347
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
348
|
+
import {
|
|
349
|
+
PutEnvironmentBlueprintConfigurationCommandInput,
|
|
350
|
+
PutEnvironmentBlueprintConfigurationCommandOutput,
|
|
351
|
+
} from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
352
|
+
import {
|
|
353
|
+
RejectPredictionsCommandInput,
|
|
354
|
+
RejectPredictionsCommandOutput,
|
|
355
|
+
} from "./commands/RejectPredictionsCommand";
|
|
356
|
+
import {
|
|
357
|
+
RejectSubscriptionRequestCommandInput,
|
|
358
|
+
RejectSubscriptionRequestCommandOutput,
|
|
359
|
+
} from "./commands/RejectSubscriptionRequestCommand";
|
|
360
|
+
import {
|
|
361
|
+
RevokeSubscriptionCommandInput,
|
|
362
|
+
RevokeSubscriptionCommandOutput,
|
|
363
|
+
} from "./commands/RevokeSubscriptionCommand";
|
|
364
|
+
import {
|
|
365
|
+
SearchCommandInput,
|
|
366
|
+
SearchCommandOutput,
|
|
367
|
+
} from "./commands/SearchCommand";
|
|
368
|
+
import {
|
|
369
|
+
SearchGroupProfilesCommandInput,
|
|
370
|
+
SearchGroupProfilesCommandOutput,
|
|
371
|
+
} from "./commands/SearchGroupProfilesCommand";
|
|
372
|
+
import {
|
|
373
|
+
SearchListingsCommandInput,
|
|
374
|
+
SearchListingsCommandOutput,
|
|
375
|
+
} from "./commands/SearchListingsCommand";
|
|
376
|
+
import {
|
|
377
|
+
SearchTypesCommandInput,
|
|
378
|
+
SearchTypesCommandOutput,
|
|
379
|
+
} from "./commands/SearchTypesCommand";
|
|
380
|
+
import {
|
|
381
|
+
SearchUserProfilesCommandInput,
|
|
382
|
+
SearchUserProfilesCommandOutput,
|
|
383
|
+
} from "./commands/SearchUserProfilesCommand";
|
|
384
|
+
import {
|
|
385
|
+
StartDataSourceRunCommandInput,
|
|
386
|
+
StartDataSourceRunCommandOutput,
|
|
387
|
+
} from "./commands/StartDataSourceRunCommand";
|
|
388
|
+
import {
|
|
389
|
+
TagResourceCommandInput,
|
|
390
|
+
TagResourceCommandOutput,
|
|
391
|
+
} from "./commands/TagResourceCommand";
|
|
392
|
+
import {
|
|
393
|
+
UntagResourceCommandInput,
|
|
394
|
+
UntagResourceCommandOutput,
|
|
395
|
+
} from "./commands/UntagResourceCommand";
|
|
396
|
+
import {
|
|
397
|
+
UpdateDataSourceCommandInput,
|
|
398
|
+
UpdateDataSourceCommandOutput,
|
|
399
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
400
|
+
import {
|
|
401
|
+
UpdateDomainCommandInput,
|
|
402
|
+
UpdateDomainCommandOutput,
|
|
403
|
+
} from "./commands/UpdateDomainCommand";
|
|
404
|
+
import {
|
|
405
|
+
UpdateEnvironmentCommandInput,
|
|
406
|
+
UpdateEnvironmentCommandOutput,
|
|
407
|
+
} from "./commands/UpdateEnvironmentCommand";
|
|
408
|
+
import {
|
|
409
|
+
UpdateEnvironmentProfileCommandInput,
|
|
410
|
+
UpdateEnvironmentProfileCommandOutput,
|
|
411
|
+
} from "./commands/UpdateEnvironmentProfileCommand";
|
|
412
|
+
import {
|
|
413
|
+
UpdateGlossaryCommandInput,
|
|
414
|
+
UpdateGlossaryCommandOutput,
|
|
415
|
+
} from "./commands/UpdateGlossaryCommand";
|
|
416
|
+
import {
|
|
417
|
+
UpdateGlossaryTermCommandInput,
|
|
418
|
+
UpdateGlossaryTermCommandOutput,
|
|
419
|
+
} from "./commands/UpdateGlossaryTermCommand";
|
|
420
|
+
import {
|
|
421
|
+
UpdateGroupProfileCommandInput,
|
|
422
|
+
UpdateGroupProfileCommandOutput,
|
|
423
|
+
} from "./commands/UpdateGroupProfileCommand";
|
|
424
|
+
import {
|
|
425
|
+
UpdateProjectCommandInput,
|
|
426
|
+
UpdateProjectCommandOutput,
|
|
427
|
+
} from "./commands/UpdateProjectCommand";
|
|
428
|
+
import {
|
|
429
|
+
UpdateSubscriptionGrantStatusCommandInput,
|
|
430
|
+
UpdateSubscriptionGrantStatusCommandOutput,
|
|
431
|
+
} from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
432
|
+
import {
|
|
433
|
+
UpdateSubscriptionRequestCommandInput,
|
|
434
|
+
UpdateSubscriptionRequestCommandOutput,
|
|
435
|
+
} from "./commands/UpdateSubscriptionRequestCommand";
|
|
436
|
+
import {
|
|
437
|
+
UpdateSubscriptionTargetCommandInput,
|
|
438
|
+
UpdateSubscriptionTargetCommandOutput,
|
|
439
|
+
} from "./commands/UpdateSubscriptionTargetCommand";
|
|
440
|
+
import {
|
|
441
|
+
UpdateUserProfileCommandInput,
|
|
442
|
+
UpdateUserProfileCommandOutput,
|
|
443
|
+
} from "./commands/UpdateUserProfileCommand";
|
|
444
|
+
import {
|
|
445
|
+
ClientInputEndpointParameters,
|
|
446
|
+
ClientResolvedEndpointParameters,
|
|
447
|
+
EndpointParameters,
|
|
448
|
+
} from "./endpoint/EndpointParameters";
|
|
449
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
450
|
+
export { __Client };
|
|
451
|
+
export type ServiceInputTypes =
|
|
452
|
+
| AcceptPredictionsCommandInput
|
|
453
|
+
| AcceptSubscriptionRequestCommandInput
|
|
454
|
+
| CancelSubscriptionCommandInput
|
|
455
|
+
| CreateAssetCommandInput
|
|
456
|
+
| CreateAssetRevisionCommandInput
|
|
457
|
+
| CreateAssetTypeCommandInput
|
|
458
|
+
| CreateDataSourceCommandInput
|
|
459
|
+
| CreateDomainCommandInput
|
|
460
|
+
| CreateEnvironmentCommandInput
|
|
461
|
+
| CreateEnvironmentProfileCommandInput
|
|
462
|
+
| CreateFormTypeCommandInput
|
|
463
|
+
| CreateGlossaryCommandInput
|
|
464
|
+
| CreateGlossaryTermCommandInput
|
|
465
|
+
| CreateGroupProfileCommandInput
|
|
466
|
+
| CreateListingChangeSetCommandInput
|
|
467
|
+
| CreateProjectCommandInput
|
|
468
|
+
| CreateProjectMembershipCommandInput
|
|
469
|
+
| CreateSubscriptionGrantCommandInput
|
|
470
|
+
| CreateSubscriptionRequestCommandInput
|
|
471
|
+
| CreateSubscriptionTargetCommandInput
|
|
472
|
+
| CreateUserProfileCommandInput
|
|
473
|
+
| DeleteAssetCommandInput
|
|
474
|
+
| DeleteAssetTypeCommandInput
|
|
475
|
+
| DeleteDataSourceCommandInput
|
|
476
|
+
| DeleteDomainCommandInput
|
|
477
|
+
| DeleteEnvironmentBlueprintConfigurationCommandInput
|
|
478
|
+
| DeleteEnvironmentCommandInput
|
|
479
|
+
| DeleteEnvironmentProfileCommandInput
|
|
480
|
+
| DeleteFormTypeCommandInput
|
|
481
|
+
| DeleteGlossaryCommandInput
|
|
482
|
+
| DeleteGlossaryTermCommandInput
|
|
483
|
+
| DeleteListingCommandInput
|
|
484
|
+
| DeleteProjectCommandInput
|
|
485
|
+
| DeleteProjectMembershipCommandInput
|
|
486
|
+
| DeleteSubscriptionGrantCommandInput
|
|
487
|
+
| DeleteSubscriptionRequestCommandInput
|
|
488
|
+
| DeleteSubscriptionTargetCommandInput
|
|
489
|
+
| GetAssetCommandInput
|
|
490
|
+
| GetAssetTypeCommandInput
|
|
491
|
+
| GetDataSourceCommandInput
|
|
492
|
+
| GetDataSourceRunCommandInput
|
|
493
|
+
| GetDomainCommandInput
|
|
494
|
+
| GetEnvironmentBlueprintCommandInput
|
|
495
|
+
| GetEnvironmentBlueprintConfigurationCommandInput
|
|
496
|
+
| GetEnvironmentCommandInput
|
|
497
|
+
| GetEnvironmentProfileCommandInput
|
|
498
|
+
| GetFormTypeCommandInput
|
|
499
|
+
| GetGlossaryCommandInput
|
|
500
|
+
| GetGlossaryTermCommandInput
|
|
501
|
+
| GetGroupProfileCommandInput
|
|
502
|
+
| GetIamPortalLoginUrlCommandInput
|
|
503
|
+
| GetListingCommandInput
|
|
504
|
+
| GetProjectCommandInput
|
|
505
|
+
| GetSubscriptionCommandInput
|
|
506
|
+
| GetSubscriptionGrantCommandInput
|
|
507
|
+
| GetSubscriptionRequestDetailsCommandInput
|
|
508
|
+
| GetSubscriptionTargetCommandInput
|
|
509
|
+
| GetUserProfileCommandInput
|
|
510
|
+
| ListAssetRevisionsCommandInput
|
|
511
|
+
| ListDataSourceRunActivitiesCommandInput
|
|
512
|
+
| ListDataSourceRunsCommandInput
|
|
513
|
+
| ListDataSourcesCommandInput
|
|
514
|
+
| ListDomainsCommandInput
|
|
515
|
+
| ListEnvironmentBlueprintConfigurationsCommandInput
|
|
516
|
+
| ListEnvironmentBlueprintsCommandInput
|
|
517
|
+
| ListEnvironmentProfilesCommandInput
|
|
518
|
+
| ListEnvironmentsCommandInput
|
|
519
|
+
| ListNotificationsCommandInput
|
|
520
|
+
| ListProjectMembershipsCommandInput
|
|
521
|
+
| ListProjectsCommandInput
|
|
522
|
+
| ListSubscriptionGrantsCommandInput
|
|
523
|
+
| ListSubscriptionRequestsCommandInput
|
|
524
|
+
| ListSubscriptionTargetsCommandInput
|
|
525
|
+
| ListSubscriptionsCommandInput
|
|
526
|
+
| ListTagsForResourceCommandInput
|
|
527
|
+
| PutEnvironmentBlueprintConfigurationCommandInput
|
|
528
|
+
| RejectPredictionsCommandInput
|
|
529
|
+
| RejectSubscriptionRequestCommandInput
|
|
530
|
+
| RevokeSubscriptionCommandInput
|
|
531
|
+
| SearchCommandInput
|
|
532
|
+
| SearchGroupProfilesCommandInput
|
|
533
|
+
| SearchListingsCommandInput
|
|
534
|
+
| SearchTypesCommandInput
|
|
535
|
+
| SearchUserProfilesCommandInput
|
|
536
|
+
| StartDataSourceRunCommandInput
|
|
537
|
+
| TagResourceCommandInput
|
|
538
|
+
| UntagResourceCommandInput
|
|
539
|
+
| UpdateDataSourceCommandInput
|
|
540
|
+
| UpdateDomainCommandInput
|
|
541
|
+
| UpdateEnvironmentCommandInput
|
|
542
|
+
| UpdateEnvironmentProfileCommandInput
|
|
543
|
+
| UpdateGlossaryCommandInput
|
|
544
|
+
| UpdateGlossaryTermCommandInput
|
|
545
|
+
| UpdateGroupProfileCommandInput
|
|
546
|
+
| UpdateProjectCommandInput
|
|
547
|
+
| UpdateSubscriptionGrantStatusCommandInput
|
|
548
|
+
| UpdateSubscriptionRequestCommandInput
|
|
549
|
+
| UpdateSubscriptionTargetCommandInput
|
|
550
|
+
| UpdateUserProfileCommandInput;
|
|
551
|
+
export type ServiceOutputTypes =
|
|
552
|
+
| AcceptPredictionsCommandOutput
|
|
553
|
+
| AcceptSubscriptionRequestCommandOutput
|
|
554
|
+
| CancelSubscriptionCommandOutput
|
|
555
|
+
| CreateAssetCommandOutput
|
|
556
|
+
| CreateAssetRevisionCommandOutput
|
|
557
|
+
| CreateAssetTypeCommandOutput
|
|
558
|
+
| CreateDataSourceCommandOutput
|
|
559
|
+
| CreateDomainCommandOutput
|
|
560
|
+
| CreateEnvironmentCommandOutput
|
|
561
|
+
| CreateEnvironmentProfileCommandOutput
|
|
562
|
+
| CreateFormTypeCommandOutput
|
|
563
|
+
| CreateGlossaryCommandOutput
|
|
564
|
+
| CreateGlossaryTermCommandOutput
|
|
565
|
+
| CreateGroupProfileCommandOutput
|
|
566
|
+
| CreateListingChangeSetCommandOutput
|
|
567
|
+
| CreateProjectCommandOutput
|
|
568
|
+
| CreateProjectMembershipCommandOutput
|
|
569
|
+
| CreateSubscriptionGrantCommandOutput
|
|
570
|
+
| CreateSubscriptionRequestCommandOutput
|
|
571
|
+
| CreateSubscriptionTargetCommandOutput
|
|
572
|
+
| CreateUserProfileCommandOutput
|
|
573
|
+
| DeleteAssetCommandOutput
|
|
574
|
+
| DeleteAssetTypeCommandOutput
|
|
575
|
+
| DeleteDataSourceCommandOutput
|
|
576
|
+
| DeleteDomainCommandOutput
|
|
577
|
+
| DeleteEnvironmentBlueprintConfigurationCommandOutput
|
|
578
|
+
| DeleteEnvironmentCommandOutput
|
|
579
|
+
| DeleteEnvironmentProfileCommandOutput
|
|
580
|
+
| DeleteFormTypeCommandOutput
|
|
581
|
+
| DeleteGlossaryCommandOutput
|
|
582
|
+
| DeleteGlossaryTermCommandOutput
|
|
583
|
+
| DeleteListingCommandOutput
|
|
584
|
+
| DeleteProjectCommandOutput
|
|
585
|
+
| DeleteProjectMembershipCommandOutput
|
|
586
|
+
| DeleteSubscriptionGrantCommandOutput
|
|
587
|
+
| DeleteSubscriptionRequestCommandOutput
|
|
588
|
+
| DeleteSubscriptionTargetCommandOutput
|
|
589
|
+
| GetAssetCommandOutput
|
|
590
|
+
| GetAssetTypeCommandOutput
|
|
591
|
+
| GetDataSourceCommandOutput
|
|
592
|
+
| GetDataSourceRunCommandOutput
|
|
593
|
+
| GetDomainCommandOutput
|
|
594
|
+
| GetEnvironmentBlueprintCommandOutput
|
|
595
|
+
| GetEnvironmentBlueprintConfigurationCommandOutput
|
|
596
|
+
| GetEnvironmentCommandOutput
|
|
597
|
+
| GetEnvironmentProfileCommandOutput
|
|
598
|
+
| GetFormTypeCommandOutput
|
|
599
|
+
| GetGlossaryCommandOutput
|
|
600
|
+
| GetGlossaryTermCommandOutput
|
|
601
|
+
| GetGroupProfileCommandOutput
|
|
602
|
+
| GetIamPortalLoginUrlCommandOutput
|
|
603
|
+
| GetListingCommandOutput
|
|
604
|
+
| GetProjectCommandOutput
|
|
605
|
+
| GetSubscriptionCommandOutput
|
|
606
|
+
| GetSubscriptionGrantCommandOutput
|
|
607
|
+
| GetSubscriptionRequestDetailsCommandOutput
|
|
608
|
+
| GetSubscriptionTargetCommandOutput
|
|
609
|
+
| GetUserProfileCommandOutput
|
|
610
|
+
| ListAssetRevisionsCommandOutput
|
|
611
|
+
| ListDataSourceRunActivitiesCommandOutput
|
|
612
|
+
| ListDataSourceRunsCommandOutput
|
|
613
|
+
| ListDataSourcesCommandOutput
|
|
614
|
+
| ListDomainsCommandOutput
|
|
615
|
+
| ListEnvironmentBlueprintConfigurationsCommandOutput
|
|
616
|
+
| ListEnvironmentBlueprintsCommandOutput
|
|
617
|
+
| ListEnvironmentProfilesCommandOutput
|
|
618
|
+
| ListEnvironmentsCommandOutput
|
|
619
|
+
| ListNotificationsCommandOutput
|
|
620
|
+
| ListProjectMembershipsCommandOutput
|
|
621
|
+
| ListProjectsCommandOutput
|
|
622
|
+
| ListSubscriptionGrantsCommandOutput
|
|
623
|
+
| ListSubscriptionRequestsCommandOutput
|
|
624
|
+
| ListSubscriptionTargetsCommandOutput
|
|
625
|
+
| ListSubscriptionsCommandOutput
|
|
626
|
+
| ListTagsForResourceCommandOutput
|
|
627
|
+
| PutEnvironmentBlueprintConfigurationCommandOutput
|
|
628
|
+
| RejectPredictionsCommandOutput
|
|
629
|
+
| RejectSubscriptionRequestCommandOutput
|
|
630
|
+
| RevokeSubscriptionCommandOutput
|
|
631
|
+
| SearchCommandOutput
|
|
632
|
+
| SearchGroupProfilesCommandOutput
|
|
633
|
+
| SearchListingsCommandOutput
|
|
634
|
+
| SearchTypesCommandOutput
|
|
635
|
+
| SearchUserProfilesCommandOutput
|
|
636
|
+
| StartDataSourceRunCommandOutput
|
|
637
|
+
| TagResourceCommandOutput
|
|
638
|
+
| UntagResourceCommandOutput
|
|
639
|
+
| UpdateDataSourceCommandOutput
|
|
640
|
+
| UpdateDomainCommandOutput
|
|
641
|
+
| UpdateEnvironmentCommandOutput
|
|
642
|
+
| UpdateEnvironmentProfileCommandOutput
|
|
643
|
+
| UpdateGlossaryCommandOutput
|
|
644
|
+
| UpdateGlossaryTermCommandOutput
|
|
645
|
+
| UpdateGroupProfileCommandOutput
|
|
646
|
+
| UpdateProjectCommandOutput
|
|
647
|
+
| UpdateSubscriptionGrantStatusCommandOutput
|
|
648
|
+
| UpdateSubscriptionRequestCommandOutput
|
|
649
|
+
| UpdateSubscriptionTargetCommandOutput
|
|
650
|
+
| UpdateUserProfileCommandOutput;
|
|
651
|
+
export interface ClientDefaults
|
|
652
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
653
|
+
requestHandler?: __HttpHandler;
|
|
654
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
655
|
+
urlParser?: __UrlParser;
|
|
656
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
657
|
+
streamCollector?: __StreamCollector;
|
|
658
|
+
base64Decoder?: __Decoder;
|
|
659
|
+
base64Encoder?: __Encoder;
|
|
660
|
+
utf8Decoder?: __Decoder;
|
|
661
|
+
utf8Encoder?: __Encoder;
|
|
662
|
+
runtime?: string;
|
|
663
|
+
disableHostPrefix?: boolean;
|
|
664
|
+
serviceId?: string;
|
|
665
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
666
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
667
|
+
region?: string | __Provider<string>;
|
|
668
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
669
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
670
|
+
maxAttempts?: number | __Provider<number>;
|
|
671
|
+
retryMode?: string | __Provider<string>;
|
|
672
|
+
logger?: __Logger;
|
|
673
|
+
extensions?: RuntimeExtension[];
|
|
674
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
675
|
+
}
|
|
676
|
+
export type DataZoneClientConfigType = Partial<
|
|
677
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
678
|
+
> &
|
|
679
|
+
ClientDefaults &
|
|
680
|
+
RegionInputConfig &
|
|
681
|
+
EndpointInputConfig<EndpointParameters> &
|
|
682
|
+
RetryInputConfig &
|
|
683
|
+
HostHeaderInputConfig &
|
|
684
|
+
AwsAuthInputConfig &
|
|
685
|
+
UserAgentInputConfig &
|
|
686
|
+
ClientInputEndpointParameters;
|
|
687
|
+
export interface DataZoneClientConfig extends DataZoneClientConfigType {}
|
|
688
|
+
export type DataZoneClientResolvedConfigType =
|
|
689
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
690
|
+
Required<ClientDefaults> &
|
|
691
|
+
RuntimeExtensionsConfig &
|
|
692
|
+
RegionResolvedConfig &
|
|
693
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
694
|
+
RetryResolvedConfig &
|
|
695
|
+
HostHeaderResolvedConfig &
|
|
696
|
+
AwsAuthResolvedConfig &
|
|
697
|
+
UserAgentResolvedConfig &
|
|
698
|
+
ClientResolvedEndpointParameters;
|
|
699
|
+
export interface DataZoneClientResolvedConfig
|
|
700
|
+
extends DataZoneClientResolvedConfigType {}
|
|
701
|
+
export declare class DataZoneClient extends __Client<
|
|
702
|
+
__HttpHandlerOptions,
|
|
703
|
+
ServiceInputTypes,
|
|
704
|
+
ServiceOutputTypes,
|
|
705
|
+
DataZoneClientResolvedConfig
|
|
706
|
+
> {
|
|
707
|
+
readonly config: DataZoneClientResolvedConfig;
|
|
708
|
+
constructor(
|
|
709
|
+
...[configuration]: __CheckOptionalClientConfig<DataZoneClientConfig>
|
|
710
|
+
);
|
|
711
|
+
destroy(): void;
|
|
712
|
+
}
|