@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,1712 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptPredictionsCommandInput,
|
|
4
|
+
AcceptPredictionsCommandOutput,
|
|
5
|
+
} from "./commands/AcceptPredictionsCommand";
|
|
6
|
+
import {
|
|
7
|
+
AcceptSubscriptionRequestCommandInput,
|
|
8
|
+
AcceptSubscriptionRequestCommandOutput,
|
|
9
|
+
} from "./commands/AcceptSubscriptionRequestCommand";
|
|
10
|
+
import {
|
|
11
|
+
CancelSubscriptionCommandInput,
|
|
12
|
+
CancelSubscriptionCommandOutput,
|
|
13
|
+
} from "./commands/CancelSubscriptionCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAssetCommandInput,
|
|
16
|
+
CreateAssetCommandOutput,
|
|
17
|
+
} from "./commands/CreateAssetCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAssetRevisionCommandInput,
|
|
20
|
+
CreateAssetRevisionCommandOutput,
|
|
21
|
+
} from "./commands/CreateAssetRevisionCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateAssetTypeCommandInput,
|
|
24
|
+
CreateAssetTypeCommandOutput,
|
|
25
|
+
} from "./commands/CreateAssetTypeCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateDataSourceCommandInput,
|
|
28
|
+
CreateDataSourceCommandOutput,
|
|
29
|
+
} from "./commands/CreateDataSourceCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateDomainCommandInput,
|
|
32
|
+
CreateDomainCommandOutput,
|
|
33
|
+
} from "./commands/CreateDomainCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateEnvironmentCommandInput,
|
|
36
|
+
CreateEnvironmentCommandOutput,
|
|
37
|
+
} from "./commands/CreateEnvironmentCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateEnvironmentProfileCommandInput,
|
|
40
|
+
CreateEnvironmentProfileCommandOutput,
|
|
41
|
+
} from "./commands/CreateEnvironmentProfileCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateFormTypeCommandInput,
|
|
44
|
+
CreateFormTypeCommandOutput,
|
|
45
|
+
} from "./commands/CreateFormTypeCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateGlossaryCommandInput,
|
|
48
|
+
CreateGlossaryCommandOutput,
|
|
49
|
+
} from "./commands/CreateGlossaryCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateGlossaryTermCommandInput,
|
|
52
|
+
CreateGlossaryTermCommandOutput,
|
|
53
|
+
} from "./commands/CreateGlossaryTermCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateGroupProfileCommandInput,
|
|
56
|
+
CreateGroupProfileCommandOutput,
|
|
57
|
+
} from "./commands/CreateGroupProfileCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateListingChangeSetCommandInput,
|
|
60
|
+
CreateListingChangeSetCommandOutput,
|
|
61
|
+
} from "./commands/CreateListingChangeSetCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateProjectCommandInput,
|
|
64
|
+
CreateProjectCommandOutput,
|
|
65
|
+
} from "./commands/CreateProjectCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateProjectMembershipCommandInput,
|
|
68
|
+
CreateProjectMembershipCommandOutput,
|
|
69
|
+
} from "./commands/CreateProjectMembershipCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateSubscriptionGrantCommandInput,
|
|
72
|
+
CreateSubscriptionGrantCommandOutput,
|
|
73
|
+
} from "./commands/CreateSubscriptionGrantCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateSubscriptionRequestCommandInput,
|
|
76
|
+
CreateSubscriptionRequestCommandOutput,
|
|
77
|
+
} from "./commands/CreateSubscriptionRequestCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateSubscriptionTargetCommandInput,
|
|
80
|
+
CreateSubscriptionTargetCommandOutput,
|
|
81
|
+
} from "./commands/CreateSubscriptionTargetCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateUserProfileCommandInput,
|
|
84
|
+
CreateUserProfileCommandOutput,
|
|
85
|
+
} from "./commands/CreateUserProfileCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteAssetCommandInput,
|
|
88
|
+
DeleteAssetCommandOutput,
|
|
89
|
+
} from "./commands/DeleteAssetCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteAssetTypeCommandInput,
|
|
92
|
+
DeleteAssetTypeCommandOutput,
|
|
93
|
+
} from "./commands/DeleteAssetTypeCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteDataSourceCommandInput,
|
|
96
|
+
DeleteDataSourceCommandOutput,
|
|
97
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteDomainCommandInput,
|
|
100
|
+
DeleteDomainCommandOutput,
|
|
101
|
+
} from "./commands/DeleteDomainCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteEnvironmentBlueprintConfigurationCommandInput,
|
|
104
|
+
DeleteEnvironmentBlueprintConfigurationCommandOutput,
|
|
105
|
+
} from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteEnvironmentCommandInput,
|
|
108
|
+
DeleteEnvironmentCommandOutput,
|
|
109
|
+
} from "./commands/DeleteEnvironmentCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteEnvironmentProfileCommandInput,
|
|
112
|
+
DeleteEnvironmentProfileCommandOutput,
|
|
113
|
+
} from "./commands/DeleteEnvironmentProfileCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteFormTypeCommandInput,
|
|
116
|
+
DeleteFormTypeCommandOutput,
|
|
117
|
+
} from "./commands/DeleteFormTypeCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteGlossaryCommandInput,
|
|
120
|
+
DeleteGlossaryCommandOutput,
|
|
121
|
+
} from "./commands/DeleteGlossaryCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteGlossaryTermCommandInput,
|
|
124
|
+
DeleteGlossaryTermCommandOutput,
|
|
125
|
+
} from "./commands/DeleteGlossaryTermCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteListingCommandInput,
|
|
128
|
+
DeleteListingCommandOutput,
|
|
129
|
+
} from "./commands/DeleteListingCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteProjectCommandInput,
|
|
132
|
+
DeleteProjectCommandOutput,
|
|
133
|
+
} from "./commands/DeleteProjectCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteProjectMembershipCommandInput,
|
|
136
|
+
DeleteProjectMembershipCommandOutput,
|
|
137
|
+
} from "./commands/DeleteProjectMembershipCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteSubscriptionGrantCommandInput,
|
|
140
|
+
DeleteSubscriptionGrantCommandOutput,
|
|
141
|
+
} from "./commands/DeleteSubscriptionGrantCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteSubscriptionRequestCommandInput,
|
|
144
|
+
DeleteSubscriptionRequestCommandOutput,
|
|
145
|
+
} from "./commands/DeleteSubscriptionRequestCommand";
|
|
146
|
+
import {
|
|
147
|
+
DeleteSubscriptionTargetCommandInput,
|
|
148
|
+
DeleteSubscriptionTargetCommandOutput,
|
|
149
|
+
} from "./commands/DeleteSubscriptionTargetCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetAssetCommandInput,
|
|
152
|
+
GetAssetCommandOutput,
|
|
153
|
+
} from "./commands/GetAssetCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetAssetTypeCommandInput,
|
|
156
|
+
GetAssetTypeCommandOutput,
|
|
157
|
+
} from "./commands/GetAssetTypeCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetDataSourceCommandInput,
|
|
160
|
+
GetDataSourceCommandOutput,
|
|
161
|
+
} from "./commands/GetDataSourceCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetDataSourceRunCommandInput,
|
|
164
|
+
GetDataSourceRunCommandOutput,
|
|
165
|
+
} from "./commands/GetDataSourceRunCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetDomainCommandInput,
|
|
168
|
+
GetDomainCommandOutput,
|
|
169
|
+
} from "./commands/GetDomainCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetEnvironmentBlueprintCommandInput,
|
|
172
|
+
GetEnvironmentBlueprintCommandOutput,
|
|
173
|
+
} from "./commands/GetEnvironmentBlueprintCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetEnvironmentBlueprintConfigurationCommandInput,
|
|
176
|
+
GetEnvironmentBlueprintConfigurationCommandOutput,
|
|
177
|
+
} from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetEnvironmentCommandInput,
|
|
180
|
+
GetEnvironmentCommandOutput,
|
|
181
|
+
} from "./commands/GetEnvironmentCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetEnvironmentProfileCommandInput,
|
|
184
|
+
GetEnvironmentProfileCommandOutput,
|
|
185
|
+
} from "./commands/GetEnvironmentProfileCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetFormTypeCommandInput,
|
|
188
|
+
GetFormTypeCommandOutput,
|
|
189
|
+
} from "./commands/GetFormTypeCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetGlossaryCommandInput,
|
|
192
|
+
GetGlossaryCommandOutput,
|
|
193
|
+
} from "./commands/GetGlossaryCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetGlossaryTermCommandInput,
|
|
196
|
+
GetGlossaryTermCommandOutput,
|
|
197
|
+
} from "./commands/GetGlossaryTermCommand";
|
|
198
|
+
import {
|
|
199
|
+
GetGroupProfileCommandInput,
|
|
200
|
+
GetGroupProfileCommandOutput,
|
|
201
|
+
} from "./commands/GetGroupProfileCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetIamPortalLoginUrlCommandInput,
|
|
204
|
+
GetIamPortalLoginUrlCommandOutput,
|
|
205
|
+
} from "./commands/GetIamPortalLoginUrlCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetListingCommandInput,
|
|
208
|
+
GetListingCommandOutput,
|
|
209
|
+
} from "./commands/GetListingCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetProjectCommandInput,
|
|
212
|
+
GetProjectCommandOutput,
|
|
213
|
+
} from "./commands/GetProjectCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetSubscriptionCommandInput,
|
|
216
|
+
GetSubscriptionCommandOutput,
|
|
217
|
+
} from "./commands/GetSubscriptionCommand";
|
|
218
|
+
import {
|
|
219
|
+
GetSubscriptionGrantCommandInput,
|
|
220
|
+
GetSubscriptionGrantCommandOutput,
|
|
221
|
+
} from "./commands/GetSubscriptionGrantCommand";
|
|
222
|
+
import {
|
|
223
|
+
GetSubscriptionRequestDetailsCommandInput,
|
|
224
|
+
GetSubscriptionRequestDetailsCommandOutput,
|
|
225
|
+
} from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetSubscriptionTargetCommandInput,
|
|
228
|
+
GetSubscriptionTargetCommandOutput,
|
|
229
|
+
} from "./commands/GetSubscriptionTargetCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetUserProfileCommandInput,
|
|
232
|
+
GetUserProfileCommandOutput,
|
|
233
|
+
} from "./commands/GetUserProfileCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListAssetRevisionsCommandInput,
|
|
236
|
+
ListAssetRevisionsCommandOutput,
|
|
237
|
+
} from "./commands/ListAssetRevisionsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListDataSourceRunActivitiesCommandInput,
|
|
240
|
+
ListDataSourceRunActivitiesCommandOutput,
|
|
241
|
+
} from "./commands/ListDataSourceRunActivitiesCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListDataSourceRunsCommandInput,
|
|
244
|
+
ListDataSourceRunsCommandOutput,
|
|
245
|
+
} from "./commands/ListDataSourceRunsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListDataSourcesCommandInput,
|
|
248
|
+
ListDataSourcesCommandOutput,
|
|
249
|
+
} from "./commands/ListDataSourcesCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListDomainsCommandInput,
|
|
252
|
+
ListDomainsCommandOutput,
|
|
253
|
+
} from "./commands/ListDomainsCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListEnvironmentBlueprintConfigurationsCommandInput,
|
|
256
|
+
ListEnvironmentBlueprintConfigurationsCommandOutput,
|
|
257
|
+
} from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListEnvironmentBlueprintsCommandInput,
|
|
260
|
+
ListEnvironmentBlueprintsCommandOutput,
|
|
261
|
+
} from "./commands/ListEnvironmentBlueprintsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListEnvironmentProfilesCommandInput,
|
|
264
|
+
ListEnvironmentProfilesCommandOutput,
|
|
265
|
+
} from "./commands/ListEnvironmentProfilesCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListEnvironmentsCommandInput,
|
|
268
|
+
ListEnvironmentsCommandOutput,
|
|
269
|
+
} from "./commands/ListEnvironmentsCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListNotificationsCommandInput,
|
|
272
|
+
ListNotificationsCommandOutput,
|
|
273
|
+
} from "./commands/ListNotificationsCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListProjectMembershipsCommandInput,
|
|
276
|
+
ListProjectMembershipsCommandOutput,
|
|
277
|
+
} from "./commands/ListProjectMembershipsCommand";
|
|
278
|
+
import {
|
|
279
|
+
ListProjectsCommandInput,
|
|
280
|
+
ListProjectsCommandOutput,
|
|
281
|
+
} from "./commands/ListProjectsCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListSubscriptionGrantsCommandInput,
|
|
284
|
+
ListSubscriptionGrantsCommandOutput,
|
|
285
|
+
} from "./commands/ListSubscriptionGrantsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListSubscriptionRequestsCommandInput,
|
|
288
|
+
ListSubscriptionRequestsCommandOutput,
|
|
289
|
+
} from "./commands/ListSubscriptionRequestsCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListSubscriptionsCommandInput,
|
|
292
|
+
ListSubscriptionsCommandOutput,
|
|
293
|
+
} from "./commands/ListSubscriptionsCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListSubscriptionTargetsCommandInput,
|
|
296
|
+
ListSubscriptionTargetsCommandOutput,
|
|
297
|
+
} from "./commands/ListSubscriptionTargetsCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListTagsForResourceCommandInput,
|
|
300
|
+
ListTagsForResourceCommandOutput,
|
|
301
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
302
|
+
import {
|
|
303
|
+
PutEnvironmentBlueprintConfigurationCommandInput,
|
|
304
|
+
PutEnvironmentBlueprintConfigurationCommandOutput,
|
|
305
|
+
} from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
306
|
+
import {
|
|
307
|
+
RejectPredictionsCommandInput,
|
|
308
|
+
RejectPredictionsCommandOutput,
|
|
309
|
+
} from "./commands/RejectPredictionsCommand";
|
|
310
|
+
import {
|
|
311
|
+
RejectSubscriptionRequestCommandInput,
|
|
312
|
+
RejectSubscriptionRequestCommandOutput,
|
|
313
|
+
} from "./commands/RejectSubscriptionRequestCommand";
|
|
314
|
+
import {
|
|
315
|
+
RevokeSubscriptionCommandInput,
|
|
316
|
+
RevokeSubscriptionCommandOutput,
|
|
317
|
+
} from "./commands/RevokeSubscriptionCommand";
|
|
318
|
+
import {
|
|
319
|
+
SearchCommandInput,
|
|
320
|
+
SearchCommandOutput,
|
|
321
|
+
} from "./commands/SearchCommand";
|
|
322
|
+
import {
|
|
323
|
+
SearchGroupProfilesCommandInput,
|
|
324
|
+
SearchGroupProfilesCommandOutput,
|
|
325
|
+
} from "./commands/SearchGroupProfilesCommand";
|
|
326
|
+
import {
|
|
327
|
+
SearchListingsCommandInput,
|
|
328
|
+
SearchListingsCommandOutput,
|
|
329
|
+
} from "./commands/SearchListingsCommand";
|
|
330
|
+
import {
|
|
331
|
+
SearchTypesCommandInput,
|
|
332
|
+
SearchTypesCommandOutput,
|
|
333
|
+
} from "./commands/SearchTypesCommand";
|
|
334
|
+
import {
|
|
335
|
+
SearchUserProfilesCommandInput,
|
|
336
|
+
SearchUserProfilesCommandOutput,
|
|
337
|
+
} from "./commands/SearchUserProfilesCommand";
|
|
338
|
+
import {
|
|
339
|
+
StartDataSourceRunCommandInput,
|
|
340
|
+
StartDataSourceRunCommandOutput,
|
|
341
|
+
} from "./commands/StartDataSourceRunCommand";
|
|
342
|
+
import {
|
|
343
|
+
TagResourceCommandInput,
|
|
344
|
+
TagResourceCommandOutput,
|
|
345
|
+
} from "./commands/TagResourceCommand";
|
|
346
|
+
import {
|
|
347
|
+
UntagResourceCommandInput,
|
|
348
|
+
UntagResourceCommandOutput,
|
|
349
|
+
} from "./commands/UntagResourceCommand";
|
|
350
|
+
import {
|
|
351
|
+
UpdateDataSourceCommandInput,
|
|
352
|
+
UpdateDataSourceCommandOutput,
|
|
353
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
354
|
+
import {
|
|
355
|
+
UpdateDomainCommandInput,
|
|
356
|
+
UpdateDomainCommandOutput,
|
|
357
|
+
} from "./commands/UpdateDomainCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateEnvironmentCommandInput,
|
|
360
|
+
UpdateEnvironmentCommandOutput,
|
|
361
|
+
} from "./commands/UpdateEnvironmentCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateEnvironmentProfileCommandInput,
|
|
364
|
+
UpdateEnvironmentProfileCommandOutput,
|
|
365
|
+
} from "./commands/UpdateEnvironmentProfileCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateGlossaryCommandInput,
|
|
368
|
+
UpdateGlossaryCommandOutput,
|
|
369
|
+
} from "./commands/UpdateGlossaryCommand";
|
|
370
|
+
import {
|
|
371
|
+
UpdateGlossaryTermCommandInput,
|
|
372
|
+
UpdateGlossaryTermCommandOutput,
|
|
373
|
+
} from "./commands/UpdateGlossaryTermCommand";
|
|
374
|
+
import {
|
|
375
|
+
UpdateGroupProfileCommandInput,
|
|
376
|
+
UpdateGroupProfileCommandOutput,
|
|
377
|
+
} from "./commands/UpdateGroupProfileCommand";
|
|
378
|
+
import {
|
|
379
|
+
UpdateProjectCommandInput,
|
|
380
|
+
UpdateProjectCommandOutput,
|
|
381
|
+
} from "./commands/UpdateProjectCommand";
|
|
382
|
+
import {
|
|
383
|
+
UpdateSubscriptionGrantStatusCommandInput,
|
|
384
|
+
UpdateSubscriptionGrantStatusCommandOutput,
|
|
385
|
+
} from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
386
|
+
import {
|
|
387
|
+
UpdateSubscriptionRequestCommandInput,
|
|
388
|
+
UpdateSubscriptionRequestCommandOutput,
|
|
389
|
+
} from "./commands/UpdateSubscriptionRequestCommand";
|
|
390
|
+
import {
|
|
391
|
+
UpdateSubscriptionTargetCommandInput,
|
|
392
|
+
UpdateSubscriptionTargetCommandOutput,
|
|
393
|
+
} from "./commands/UpdateSubscriptionTargetCommand";
|
|
394
|
+
import {
|
|
395
|
+
UpdateUserProfileCommandInput,
|
|
396
|
+
UpdateUserProfileCommandOutput,
|
|
397
|
+
} from "./commands/UpdateUserProfileCommand";
|
|
398
|
+
import { DataZoneClient } from "./DataZoneClient";
|
|
399
|
+
export interface DataZone {
|
|
400
|
+
acceptPredictions(
|
|
401
|
+
args: AcceptPredictionsCommandInput,
|
|
402
|
+
options?: __HttpHandlerOptions
|
|
403
|
+
): Promise<AcceptPredictionsCommandOutput>;
|
|
404
|
+
acceptPredictions(
|
|
405
|
+
args: AcceptPredictionsCommandInput,
|
|
406
|
+
cb: (err: any, data?: AcceptPredictionsCommandOutput) => void
|
|
407
|
+
): void;
|
|
408
|
+
acceptPredictions(
|
|
409
|
+
args: AcceptPredictionsCommandInput,
|
|
410
|
+
options: __HttpHandlerOptions,
|
|
411
|
+
cb: (err: any, data?: AcceptPredictionsCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
acceptSubscriptionRequest(
|
|
414
|
+
args: AcceptSubscriptionRequestCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<AcceptSubscriptionRequestCommandOutput>;
|
|
417
|
+
acceptSubscriptionRequest(
|
|
418
|
+
args: AcceptSubscriptionRequestCommandInput,
|
|
419
|
+
cb: (err: any, data?: AcceptSubscriptionRequestCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
acceptSubscriptionRequest(
|
|
422
|
+
args: AcceptSubscriptionRequestCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: AcceptSubscriptionRequestCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
cancelSubscription(
|
|
427
|
+
args: CancelSubscriptionCommandInput,
|
|
428
|
+
options?: __HttpHandlerOptions
|
|
429
|
+
): Promise<CancelSubscriptionCommandOutput>;
|
|
430
|
+
cancelSubscription(
|
|
431
|
+
args: CancelSubscriptionCommandInput,
|
|
432
|
+
cb: (err: any, data?: CancelSubscriptionCommandOutput) => void
|
|
433
|
+
): void;
|
|
434
|
+
cancelSubscription(
|
|
435
|
+
args: CancelSubscriptionCommandInput,
|
|
436
|
+
options: __HttpHandlerOptions,
|
|
437
|
+
cb: (err: any, data?: CancelSubscriptionCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
createAsset(
|
|
440
|
+
args: CreateAssetCommandInput,
|
|
441
|
+
options?: __HttpHandlerOptions
|
|
442
|
+
): Promise<CreateAssetCommandOutput>;
|
|
443
|
+
createAsset(
|
|
444
|
+
args: CreateAssetCommandInput,
|
|
445
|
+
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
446
|
+
): void;
|
|
447
|
+
createAsset(
|
|
448
|
+
args: CreateAssetCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
createAssetRevision(
|
|
453
|
+
args: CreateAssetRevisionCommandInput,
|
|
454
|
+
options?: __HttpHandlerOptions
|
|
455
|
+
): Promise<CreateAssetRevisionCommandOutput>;
|
|
456
|
+
createAssetRevision(
|
|
457
|
+
args: CreateAssetRevisionCommandInput,
|
|
458
|
+
cb: (err: any, data?: CreateAssetRevisionCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
createAssetRevision(
|
|
461
|
+
args: CreateAssetRevisionCommandInput,
|
|
462
|
+
options: __HttpHandlerOptions,
|
|
463
|
+
cb: (err: any, data?: CreateAssetRevisionCommandOutput) => void
|
|
464
|
+
): void;
|
|
465
|
+
createAssetType(
|
|
466
|
+
args: CreateAssetTypeCommandInput,
|
|
467
|
+
options?: __HttpHandlerOptions
|
|
468
|
+
): Promise<CreateAssetTypeCommandOutput>;
|
|
469
|
+
createAssetType(
|
|
470
|
+
args: CreateAssetTypeCommandInput,
|
|
471
|
+
cb: (err: any, data?: CreateAssetTypeCommandOutput) => void
|
|
472
|
+
): void;
|
|
473
|
+
createAssetType(
|
|
474
|
+
args: CreateAssetTypeCommandInput,
|
|
475
|
+
options: __HttpHandlerOptions,
|
|
476
|
+
cb: (err: any, data?: CreateAssetTypeCommandOutput) => void
|
|
477
|
+
): void;
|
|
478
|
+
createDataSource(
|
|
479
|
+
args: CreateDataSourceCommandInput,
|
|
480
|
+
options?: __HttpHandlerOptions
|
|
481
|
+
): Promise<CreateDataSourceCommandOutput>;
|
|
482
|
+
createDataSource(
|
|
483
|
+
args: CreateDataSourceCommandInput,
|
|
484
|
+
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
createDataSource(
|
|
487
|
+
args: CreateDataSourceCommandInput,
|
|
488
|
+
options: __HttpHandlerOptions,
|
|
489
|
+
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
createDomain(
|
|
492
|
+
args: CreateDomainCommandInput,
|
|
493
|
+
options?: __HttpHandlerOptions
|
|
494
|
+
): Promise<CreateDomainCommandOutput>;
|
|
495
|
+
createDomain(
|
|
496
|
+
args: CreateDomainCommandInput,
|
|
497
|
+
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
createDomain(
|
|
500
|
+
args: CreateDomainCommandInput,
|
|
501
|
+
options: __HttpHandlerOptions,
|
|
502
|
+
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
503
|
+
): void;
|
|
504
|
+
createEnvironment(
|
|
505
|
+
args: CreateEnvironmentCommandInput,
|
|
506
|
+
options?: __HttpHandlerOptions
|
|
507
|
+
): Promise<CreateEnvironmentCommandOutput>;
|
|
508
|
+
createEnvironment(
|
|
509
|
+
args: CreateEnvironmentCommandInput,
|
|
510
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
createEnvironment(
|
|
513
|
+
args: CreateEnvironmentCommandInput,
|
|
514
|
+
options: __HttpHandlerOptions,
|
|
515
|
+
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
516
|
+
): void;
|
|
517
|
+
createEnvironmentProfile(
|
|
518
|
+
args: CreateEnvironmentProfileCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<CreateEnvironmentProfileCommandOutput>;
|
|
521
|
+
createEnvironmentProfile(
|
|
522
|
+
args: CreateEnvironmentProfileCommandInput,
|
|
523
|
+
cb: (err: any, data?: CreateEnvironmentProfileCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
createEnvironmentProfile(
|
|
526
|
+
args: CreateEnvironmentProfileCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: CreateEnvironmentProfileCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
createFormType(
|
|
531
|
+
args: CreateFormTypeCommandInput,
|
|
532
|
+
options?: __HttpHandlerOptions
|
|
533
|
+
): Promise<CreateFormTypeCommandOutput>;
|
|
534
|
+
createFormType(
|
|
535
|
+
args: CreateFormTypeCommandInput,
|
|
536
|
+
cb: (err: any, data?: CreateFormTypeCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
createFormType(
|
|
539
|
+
args: CreateFormTypeCommandInput,
|
|
540
|
+
options: __HttpHandlerOptions,
|
|
541
|
+
cb: (err: any, data?: CreateFormTypeCommandOutput) => void
|
|
542
|
+
): void;
|
|
543
|
+
createGlossary(
|
|
544
|
+
args: CreateGlossaryCommandInput,
|
|
545
|
+
options?: __HttpHandlerOptions
|
|
546
|
+
): Promise<CreateGlossaryCommandOutput>;
|
|
547
|
+
createGlossary(
|
|
548
|
+
args: CreateGlossaryCommandInput,
|
|
549
|
+
cb: (err: any, data?: CreateGlossaryCommandOutput) => void
|
|
550
|
+
): void;
|
|
551
|
+
createGlossary(
|
|
552
|
+
args: CreateGlossaryCommandInput,
|
|
553
|
+
options: __HttpHandlerOptions,
|
|
554
|
+
cb: (err: any, data?: CreateGlossaryCommandOutput) => void
|
|
555
|
+
): void;
|
|
556
|
+
createGlossaryTerm(
|
|
557
|
+
args: CreateGlossaryTermCommandInput,
|
|
558
|
+
options?: __HttpHandlerOptions
|
|
559
|
+
): Promise<CreateGlossaryTermCommandOutput>;
|
|
560
|
+
createGlossaryTerm(
|
|
561
|
+
args: CreateGlossaryTermCommandInput,
|
|
562
|
+
cb: (err: any, data?: CreateGlossaryTermCommandOutput) => void
|
|
563
|
+
): void;
|
|
564
|
+
createGlossaryTerm(
|
|
565
|
+
args: CreateGlossaryTermCommandInput,
|
|
566
|
+
options: __HttpHandlerOptions,
|
|
567
|
+
cb: (err: any, data?: CreateGlossaryTermCommandOutput) => void
|
|
568
|
+
): void;
|
|
569
|
+
createGroupProfile(
|
|
570
|
+
args: CreateGroupProfileCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<CreateGroupProfileCommandOutput>;
|
|
573
|
+
createGroupProfile(
|
|
574
|
+
args: CreateGroupProfileCommandInput,
|
|
575
|
+
cb: (err: any, data?: CreateGroupProfileCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
createGroupProfile(
|
|
578
|
+
args: CreateGroupProfileCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: CreateGroupProfileCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
createListingChangeSet(
|
|
583
|
+
args: CreateListingChangeSetCommandInput,
|
|
584
|
+
options?: __HttpHandlerOptions
|
|
585
|
+
): Promise<CreateListingChangeSetCommandOutput>;
|
|
586
|
+
createListingChangeSet(
|
|
587
|
+
args: CreateListingChangeSetCommandInput,
|
|
588
|
+
cb: (err: any, data?: CreateListingChangeSetCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
createListingChangeSet(
|
|
591
|
+
args: CreateListingChangeSetCommandInput,
|
|
592
|
+
options: __HttpHandlerOptions,
|
|
593
|
+
cb: (err: any, data?: CreateListingChangeSetCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
createProject(
|
|
596
|
+
args: CreateProjectCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<CreateProjectCommandOutput>;
|
|
599
|
+
createProject(
|
|
600
|
+
args: CreateProjectCommandInput,
|
|
601
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
createProject(
|
|
604
|
+
args: CreateProjectCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
createProjectMembership(
|
|
609
|
+
args: CreateProjectMembershipCommandInput,
|
|
610
|
+
options?: __HttpHandlerOptions
|
|
611
|
+
): Promise<CreateProjectMembershipCommandOutput>;
|
|
612
|
+
createProjectMembership(
|
|
613
|
+
args: CreateProjectMembershipCommandInput,
|
|
614
|
+
cb: (err: any, data?: CreateProjectMembershipCommandOutput) => void
|
|
615
|
+
): void;
|
|
616
|
+
createProjectMembership(
|
|
617
|
+
args: CreateProjectMembershipCommandInput,
|
|
618
|
+
options: __HttpHandlerOptions,
|
|
619
|
+
cb: (err: any, data?: CreateProjectMembershipCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
createSubscriptionGrant(
|
|
622
|
+
args: CreateSubscriptionGrantCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<CreateSubscriptionGrantCommandOutput>;
|
|
625
|
+
createSubscriptionGrant(
|
|
626
|
+
args: CreateSubscriptionGrantCommandInput,
|
|
627
|
+
cb: (err: any, data?: CreateSubscriptionGrantCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
createSubscriptionGrant(
|
|
630
|
+
args: CreateSubscriptionGrantCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: CreateSubscriptionGrantCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
createSubscriptionRequest(
|
|
635
|
+
args: CreateSubscriptionRequestCommandInput,
|
|
636
|
+
options?: __HttpHandlerOptions
|
|
637
|
+
): Promise<CreateSubscriptionRequestCommandOutput>;
|
|
638
|
+
createSubscriptionRequest(
|
|
639
|
+
args: CreateSubscriptionRequestCommandInput,
|
|
640
|
+
cb: (err: any, data?: CreateSubscriptionRequestCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
createSubscriptionRequest(
|
|
643
|
+
args: CreateSubscriptionRequestCommandInput,
|
|
644
|
+
options: __HttpHandlerOptions,
|
|
645
|
+
cb: (err: any, data?: CreateSubscriptionRequestCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
createSubscriptionTarget(
|
|
648
|
+
args: CreateSubscriptionTargetCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<CreateSubscriptionTargetCommandOutput>;
|
|
651
|
+
createSubscriptionTarget(
|
|
652
|
+
args: CreateSubscriptionTargetCommandInput,
|
|
653
|
+
cb: (err: any, data?: CreateSubscriptionTargetCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
createSubscriptionTarget(
|
|
656
|
+
args: CreateSubscriptionTargetCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: CreateSubscriptionTargetCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
createUserProfile(
|
|
661
|
+
args: CreateUserProfileCommandInput,
|
|
662
|
+
options?: __HttpHandlerOptions
|
|
663
|
+
): Promise<CreateUserProfileCommandOutput>;
|
|
664
|
+
createUserProfile(
|
|
665
|
+
args: CreateUserProfileCommandInput,
|
|
666
|
+
cb: (err: any, data?: CreateUserProfileCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
createUserProfile(
|
|
669
|
+
args: CreateUserProfileCommandInput,
|
|
670
|
+
options: __HttpHandlerOptions,
|
|
671
|
+
cb: (err: any, data?: CreateUserProfileCommandOutput) => void
|
|
672
|
+
): void;
|
|
673
|
+
deleteAsset(
|
|
674
|
+
args: DeleteAssetCommandInput,
|
|
675
|
+
options?: __HttpHandlerOptions
|
|
676
|
+
): Promise<DeleteAssetCommandOutput>;
|
|
677
|
+
deleteAsset(
|
|
678
|
+
args: DeleteAssetCommandInput,
|
|
679
|
+
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
680
|
+
): void;
|
|
681
|
+
deleteAsset(
|
|
682
|
+
args: DeleteAssetCommandInput,
|
|
683
|
+
options: __HttpHandlerOptions,
|
|
684
|
+
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
685
|
+
): void;
|
|
686
|
+
deleteAssetType(
|
|
687
|
+
args: DeleteAssetTypeCommandInput,
|
|
688
|
+
options?: __HttpHandlerOptions
|
|
689
|
+
): Promise<DeleteAssetTypeCommandOutput>;
|
|
690
|
+
deleteAssetType(
|
|
691
|
+
args: DeleteAssetTypeCommandInput,
|
|
692
|
+
cb: (err: any, data?: DeleteAssetTypeCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
deleteAssetType(
|
|
695
|
+
args: DeleteAssetTypeCommandInput,
|
|
696
|
+
options: __HttpHandlerOptions,
|
|
697
|
+
cb: (err: any, data?: DeleteAssetTypeCommandOutput) => void
|
|
698
|
+
): void;
|
|
699
|
+
deleteDataSource(
|
|
700
|
+
args: DeleteDataSourceCommandInput,
|
|
701
|
+
options?: __HttpHandlerOptions
|
|
702
|
+
): Promise<DeleteDataSourceCommandOutput>;
|
|
703
|
+
deleteDataSource(
|
|
704
|
+
args: DeleteDataSourceCommandInput,
|
|
705
|
+
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
706
|
+
): void;
|
|
707
|
+
deleteDataSource(
|
|
708
|
+
args: DeleteDataSourceCommandInput,
|
|
709
|
+
options: __HttpHandlerOptions,
|
|
710
|
+
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
711
|
+
): void;
|
|
712
|
+
deleteDomain(
|
|
713
|
+
args: DeleteDomainCommandInput,
|
|
714
|
+
options?: __HttpHandlerOptions
|
|
715
|
+
): Promise<DeleteDomainCommandOutput>;
|
|
716
|
+
deleteDomain(
|
|
717
|
+
args: DeleteDomainCommandInput,
|
|
718
|
+
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
deleteDomain(
|
|
721
|
+
args: DeleteDomainCommandInput,
|
|
722
|
+
options: __HttpHandlerOptions,
|
|
723
|
+
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
724
|
+
): void;
|
|
725
|
+
deleteEnvironment(
|
|
726
|
+
args: DeleteEnvironmentCommandInput,
|
|
727
|
+
options?: __HttpHandlerOptions
|
|
728
|
+
): Promise<DeleteEnvironmentCommandOutput>;
|
|
729
|
+
deleteEnvironment(
|
|
730
|
+
args: DeleteEnvironmentCommandInput,
|
|
731
|
+
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
732
|
+
): void;
|
|
733
|
+
deleteEnvironment(
|
|
734
|
+
args: DeleteEnvironmentCommandInput,
|
|
735
|
+
options: __HttpHandlerOptions,
|
|
736
|
+
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
737
|
+
): void;
|
|
738
|
+
deleteEnvironmentBlueprintConfiguration(
|
|
739
|
+
args: DeleteEnvironmentBlueprintConfigurationCommandInput,
|
|
740
|
+
options?: __HttpHandlerOptions
|
|
741
|
+
): Promise<DeleteEnvironmentBlueprintConfigurationCommandOutput>;
|
|
742
|
+
deleteEnvironmentBlueprintConfiguration(
|
|
743
|
+
args: DeleteEnvironmentBlueprintConfigurationCommandInput,
|
|
744
|
+
cb: (
|
|
745
|
+
err: any,
|
|
746
|
+
data?: DeleteEnvironmentBlueprintConfigurationCommandOutput
|
|
747
|
+
) => void
|
|
748
|
+
): void;
|
|
749
|
+
deleteEnvironmentBlueprintConfiguration(
|
|
750
|
+
args: DeleteEnvironmentBlueprintConfigurationCommandInput,
|
|
751
|
+
options: __HttpHandlerOptions,
|
|
752
|
+
cb: (
|
|
753
|
+
err: any,
|
|
754
|
+
data?: DeleteEnvironmentBlueprintConfigurationCommandOutput
|
|
755
|
+
) => void
|
|
756
|
+
): void;
|
|
757
|
+
deleteEnvironmentProfile(
|
|
758
|
+
args: DeleteEnvironmentProfileCommandInput,
|
|
759
|
+
options?: __HttpHandlerOptions
|
|
760
|
+
): Promise<DeleteEnvironmentProfileCommandOutput>;
|
|
761
|
+
deleteEnvironmentProfile(
|
|
762
|
+
args: DeleteEnvironmentProfileCommandInput,
|
|
763
|
+
cb: (err: any, data?: DeleteEnvironmentProfileCommandOutput) => void
|
|
764
|
+
): void;
|
|
765
|
+
deleteEnvironmentProfile(
|
|
766
|
+
args: DeleteEnvironmentProfileCommandInput,
|
|
767
|
+
options: __HttpHandlerOptions,
|
|
768
|
+
cb: (err: any, data?: DeleteEnvironmentProfileCommandOutput) => void
|
|
769
|
+
): void;
|
|
770
|
+
deleteFormType(
|
|
771
|
+
args: DeleteFormTypeCommandInput,
|
|
772
|
+
options?: __HttpHandlerOptions
|
|
773
|
+
): Promise<DeleteFormTypeCommandOutput>;
|
|
774
|
+
deleteFormType(
|
|
775
|
+
args: DeleteFormTypeCommandInput,
|
|
776
|
+
cb: (err: any, data?: DeleteFormTypeCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
deleteFormType(
|
|
779
|
+
args: DeleteFormTypeCommandInput,
|
|
780
|
+
options: __HttpHandlerOptions,
|
|
781
|
+
cb: (err: any, data?: DeleteFormTypeCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
deleteGlossary(
|
|
784
|
+
args: DeleteGlossaryCommandInput,
|
|
785
|
+
options?: __HttpHandlerOptions
|
|
786
|
+
): Promise<DeleteGlossaryCommandOutput>;
|
|
787
|
+
deleteGlossary(
|
|
788
|
+
args: DeleteGlossaryCommandInput,
|
|
789
|
+
cb: (err: any, data?: DeleteGlossaryCommandOutput) => void
|
|
790
|
+
): void;
|
|
791
|
+
deleteGlossary(
|
|
792
|
+
args: DeleteGlossaryCommandInput,
|
|
793
|
+
options: __HttpHandlerOptions,
|
|
794
|
+
cb: (err: any, data?: DeleteGlossaryCommandOutput) => void
|
|
795
|
+
): void;
|
|
796
|
+
deleteGlossaryTerm(
|
|
797
|
+
args: DeleteGlossaryTermCommandInput,
|
|
798
|
+
options?: __HttpHandlerOptions
|
|
799
|
+
): Promise<DeleteGlossaryTermCommandOutput>;
|
|
800
|
+
deleteGlossaryTerm(
|
|
801
|
+
args: DeleteGlossaryTermCommandInput,
|
|
802
|
+
cb: (err: any, data?: DeleteGlossaryTermCommandOutput) => void
|
|
803
|
+
): void;
|
|
804
|
+
deleteGlossaryTerm(
|
|
805
|
+
args: DeleteGlossaryTermCommandInput,
|
|
806
|
+
options: __HttpHandlerOptions,
|
|
807
|
+
cb: (err: any, data?: DeleteGlossaryTermCommandOutput) => void
|
|
808
|
+
): void;
|
|
809
|
+
deleteListing(
|
|
810
|
+
args: DeleteListingCommandInput,
|
|
811
|
+
options?: __HttpHandlerOptions
|
|
812
|
+
): Promise<DeleteListingCommandOutput>;
|
|
813
|
+
deleteListing(
|
|
814
|
+
args: DeleteListingCommandInput,
|
|
815
|
+
cb: (err: any, data?: DeleteListingCommandOutput) => void
|
|
816
|
+
): void;
|
|
817
|
+
deleteListing(
|
|
818
|
+
args: DeleteListingCommandInput,
|
|
819
|
+
options: __HttpHandlerOptions,
|
|
820
|
+
cb: (err: any, data?: DeleteListingCommandOutput) => void
|
|
821
|
+
): void;
|
|
822
|
+
deleteProject(
|
|
823
|
+
args: DeleteProjectCommandInput,
|
|
824
|
+
options?: __HttpHandlerOptions
|
|
825
|
+
): Promise<DeleteProjectCommandOutput>;
|
|
826
|
+
deleteProject(
|
|
827
|
+
args: DeleteProjectCommandInput,
|
|
828
|
+
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
829
|
+
): void;
|
|
830
|
+
deleteProject(
|
|
831
|
+
args: DeleteProjectCommandInput,
|
|
832
|
+
options: __HttpHandlerOptions,
|
|
833
|
+
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
834
|
+
): void;
|
|
835
|
+
deleteProjectMembership(
|
|
836
|
+
args: DeleteProjectMembershipCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<DeleteProjectMembershipCommandOutput>;
|
|
839
|
+
deleteProjectMembership(
|
|
840
|
+
args: DeleteProjectMembershipCommandInput,
|
|
841
|
+
cb: (err: any, data?: DeleteProjectMembershipCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
deleteProjectMembership(
|
|
844
|
+
args: DeleteProjectMembershipCommandInput,
|
|
845
|
+
options: __HttpHandlerOptions,
|
|
846
|
+
cb: (err: any, data?: DeleteProjectMembershipCommandOutput) => void
|
|
847
|
+
): void;
|
|
848
|
+
deleteSubscriptionGrant(
|
|
849
|
+
args: DeleteSubscriptionGrantCommandInput,
|
|
850
|
+
options?: __HttpHandlerOptions
|
|
851
|
+
): Promise<DeleteSubscriptionGrantCommandOutput>;
|
|
852
|
+
deleteSubscriptionGrant(
|
|
853
|
+
args: DeleteSubscriptionGrantCommandInput,
|
|
854
|
+
cb: (err: any, data?: DeleteSubscriptionGrantCommandOutput) => void
|
|
855
|
+
): void;
|
|
856
|
+
deleteSubscriptionGrant(
|
|
857
|
+
args: DeleteSubscriptionGrantCommandInput,
|
|
858
|
+
options: __HttpHandlerOptions,
|
|
859
|
+
cb: (err: any, data?: DeleteSubscriptionGrantCommandOutput) => void
|
|
860
|
+
): void;
|
|
861
|
+
deleteSubscriptionRequest(
|
|
862
|
+
args: DeleteSubscriptionRequestCommandInput,
|
|
863
|
+
options?: __HttpHandlerOptions
|
|
864
|
+
): Promise<DeleteSubscriptionRequestCommandOutput>;
|
|
865
|
+
deleteSubscriptionRequest(
|
|
866
|
+
args: DeleteSubscriptionRequestCommandInput,
|
|
867
|
+
cb: (err: any, data?: DeleteSubscriptionRequestCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
deleteSubscriptionRequest(
|
|
870
|
+
args: DeleteSubscriptionRequestCommandInput,
|
|
871
|
+
options: __HttpHandlerOptions,
|
|
872
|
+
cb: (err: any, data?: DeleteSubscriptionRequestCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
deleteSubscriptionTarget(
|
|
875
|
+
args: DeleteSubscriptionTargetCommandInput,
|
|
876
|
+
options?: __HttpHandlerOptions
|
|
877
|
+
): Promise<DeleteSubscriptionTargetCommandOutput>;
|
|
878
|
+
deleteSubscriptionTarget(
|
|
879
|
+
args: DeleteSubscriptionTargetCommandInput,
|
|
880
|
+
cb: (err: any, data?: DeleteSubscriptionTargetCommandOutput) => void
|
|
881
|
+
): void;
|
|
882
|
+
deleteSubscriptionTarget(
|
|
883
|
+
args: DeleteSubscriptionTargetCommandInput,
|
|
884
|
+
options: __HttpHandlerOptions,
|
|
885
|
+
cb: (err: any, data?: DeleteSubscriptionTargetCommandOutput) => void
|
|
886
|
+
): void;
|
|
887
|
+
getAsset(
|
|
888
|
+
args: GetAssetCommandInput,
|
|
889
|
+
options?: __HttpHandlerOptions
|
|
890
|
+
): Promise<GetAssetCommandOutput>;
|
|
891
|
+
getAsset(
|
|
892
|
+
args: GetAssetCommandInput,
|
|
893
|
+
cb: (err: any, data?: GetAssetCommandOutput) => void
|
|
894
|
+
): void;
|
|
895
|
+
getAsset(
|
|
896
|
+
args: GetAssetCommandInput,
|
|
897
|
+
options: __HttpHandlerOptions,
|
|
898
|
+
cb: (err: any, data?: GetAssetCommandOutput) => void
|
|
899
|
+
): void;
|
|
900
|
+
getAssetType(
|
|
901
|
+
args: GetAssetTypeCommandInput,
|
|
902
|
+
options?: __HttpHandlerOptions
|
|
903
|
+
): Promise<GetAssetTypeCommandOutput>;
|
|
904
|
+
getAssetType(
|
|
905
|
+
args: GetAssetTypeCommandInput,
|
|
906
|
+
cb: (err: any, data?: GetAssetTypeCommandOutput) => void
|
|
907
|
+
): void;
|
|
908
|
+
getAssetType(
|
|
909
|
+
args: GetAssetTypeCommandInput,
|
|
910
|
+
options: __HttpHandlerOptions,
|
|
911
|
+
cb: (err: any, data?: GetAssetTypeCommandOutput) => void
|
|
912
|
+
): void;
|
|
913
|
+
getDataSource(
|
|
914
|
+
args: GetDataSourceCommandInput,
|
|
915
|
+
options?: __HttpHandlerOptions
|
|
916
|
+
): Promise<GetDataSourceCommandOutput>;
|
|
917
|
+
getDataSource(
|
|
918
|
+
args: GetDataSourceCommandInput,
|
|
919
|
+
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
920
|
+
): void;
|
|
921
|
+
getDataSource(
|
|
922
|
+
args: GetDataSourceCommandInput,
|
|
923
|
+
options: __HttpHandlerOptions,
|
|
924
|
+
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
getDataSourceRun(
|
|
927
|
+
args: GetDataSourceRunCommandInput,
|
|
928
|
+
options?: __HttpHandlerOptions
|
|
929
|
+
): Promise<GetDataSourceRunCommandOutput>;
|
|
930
|
+
getDataSourceRun(
|
|
931
|
+
args: GetDataSourceRunCommandInput,
|
|
932
|
+
cb: (err: any, data?: GetDataSourceRunCommandOutput) => void
|
|
933
|
+
): void;
|
|
934
|
+
getDataSourceRun(
|
|
935
|
+
args: GetDataSourceRunCommandInput,
|
|
936
|
+
options: __HttpHandlerOptions,
|
|
937
|
+
cb: (err: any, data?: GetDataSourceRunCommandOutput) => void
|
|
938
|
+
): void;
|
|
939
|
+
getDomain(
|
|
940
|
+
args: GetDomainCommandInput,
|
|
941
|
+
options?: __HttpHandlerOptions
|
|
942
|
+
): Promise<GetDomainCommandOutput>;
|
|
943
|
+
getDomain(
|
|
944
|
+
args: GetDomainCommandInput,
|
|
945
|
+
cb: (err: any, data?: GetDomainCommandOutput) => void
|
|
946
|
+
): void;
|
|
947
|
+
getDomain(
|
|
948
|
+
args: GetDomainCommandInput,
|
|
949
|
+
options: __HttpHandlerOptions,
|
|
950
|
+
cb: (err: any, data?: GetDomainCommandOutput) => void
|
|
951
|
+
): void;
|
|
952
|
+
getEnvironment(
|
|
953
|
+
args: GetEnvironmentCommandInput,
|
|
954
|
+
options?: __HttpHandlerOptions
|
|
955
|
+
): Promise<GetEnvironmentCommandOutput>;
|
|
956
|
+
getEnvironment(
|
|
957
|
+
args: GetEnvironmentCommandInput,
|
|
958
|
+
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
959
|
+
): void;
|
|
960
|
+
getEnvironment(
|
|
961
|
+
args: GetEnvironmentCommandInput,
|
|
962
|
+
options: __HttpHandlerOptions,
|
|
963
|
+
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
964
|
+
): void;
|
|
965
|
+
getEnvironmentBlueprint(
|
|
966
|
+
args: GetEnvironmentBlueprintCommandInput,
|
|
967
|
+
options?: __HttpHandlerOptions
|
|
968
|
+
): Promise<GetEnvironmentBlueprintCommandOutput>;
|
|
969
|
+
getEnvironmentBlueprint(
|
|
970
|
+
args: GetEnvironmentBlueprintCommandInput,
|
|
971
|
+
cb: (err: any, data?: GetEnvironmentBlueprintCommandOutput) => void
|
|
972
|
+
): void;
|
|
973
|
+
getEnvironmentBlueprint(
|
|
974
|
+
args: GetEnvironmentBlueprintCommandInput,
|
|
975
|
+
options: __HttpHandlerOptions,
|
|
976
|
+
cb: (err: any, data?: GetEnvironmentBlueprintCommandOutput) => void
|
|
977
|
+
): void;
|
|
978
|
+
getEnvironmentBlueprintConfiguration(
|
|
979
|
+
args: GetEnvironmentBlueprintConfigurationCommandInput,
|
|
980
|
+
options?: __HttpHandlerOptions
|
|
981
|
+
): Promise<GetEnvironmentBlueprintConfigurationCommandOutput>;
|
|
982
|
+
getEnvironmentBlueprintConfiguration(
|
|
983
|
+
args: GetEnvironmentBlueprintConfigurationCommandInput,
|
|
984
|
+
cb: (
|
|
985
|
+
err: any,
|
|
986
|
+
data?: GetEnvironmentBlueprintConfigurationCommandOutput
|
|
987
|
+
) => void
|
|
988
|
+
): void;
|
|
989
|
+
getEnvironmentBlueprintConfiguration(
|
|
990
|
+
args: GetEnvironmentBlueprintConfigurationCommandInput,
|
|
991
|
+
options: __HttpHandlerOptions,
|
|
992
|
+
cb: (
|
|
993
|
+
err: any,
|
|
994
|
+
data?: GetEnvironmentBlueprintConfigurationCommandOutput
|
|
995
|
+
) => void
|
|
996
|
+
): void;
|
|
997
|
+
getEnvironmentProfile(
|
|
998
|
+
args: GetEnvironmentProfileCommandInput,
|
|
999
|
+
options?: __HttpHandlerOptions
|
|
1000
|
+
): Promise<GetEnvironmentProfileCommandOutput>;
|
|
1001
|
+
getEnvironmentProfile(
|
|
1002
|
+
args: GetEnvironmentProfileCommandInput,
|
|
1003
|
+
cb: (err: any, data?: GetEnvironmentProfileCommandOutput) => void
|
|
1004
|
+
): void;
|
|
1005
|
+
getEnvironmentProfile(
|
|
1006
|
+
args: GetEnvironmentProfileCommandInput,
|
|
1007
|
+
options: __HttpHandlerOptions,
|
|
1008
|
+
cb: (err: any, data?: GetEnvironmentProfileCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
getFormType(
|
|
1011
|
+
args: GetFormTypeCommandInput,
|
|
1012
|
+
options?: __HttpHandlerOptions
|
|
1013
|
+
): Promise<GetFormTypeCommandOutput>;
|
|
1014
|
+
getFormType(
|
|
1015
|
+
args: GetFormTypeCommandInput,
|
|
1016
|
+
cb: (err: any, data?: GetFormTypeCommandOutput) => void
|
|
1017
|
+
): void;
|
|
1018
|
+
getFormType(
|
|
1019
|
+
args: GetFormTypeCommandInput,
|
|
1020
|
+
options: __HttpHandlerOptions,
|
|
1021
|
+
cb: (err: any, data?: GetFormTypeCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
getGlossary(
|
|
1024
|
+
args: GetGlossaryCommandInput,
|
|
1025
|
+
options?: __HttpHandlerOptions
|
|
1026
|
+
): Promise<GetGlossaryCommandOutput>;
|
|
1027
|
+
getGlossary(
|
|
1028
|
+
args: GetGlossaryCommandInput,
|
|
1029
|
+
cb: (err: any, data?: GetGlossaryCommandOutput) => void
|
|
1030
|
+
): void;
|
|
1031
|
+
getGlossary(
|
|
1032
|
+
args: GetGlossaryCommandInput,
|
|
1033
|
+
options: __HttpHandlerOptions,
|
|
1034
|
+
cb: (err: any, data?: GetGlossaryCommandOutput) => void
|
|
1035
|
+
): void;
|
|
1036
|
+
getGlossaryTerm(
|
|
1037
|
+
args: GetGlossaryTermCommandInput,
|
|
1038
|
+
options?: __HttpHandlerOptions
|
|
1039
|
+
): Promise<GetGlossaryTermCommandOutput>;
|
|
1040
|
+
getGlossaryTerm(
|
|
1041
|
+
args: GetGlossaryTermCommandInput,
|
|
1042
|
+
cb: (err: any, data?: GetGlossaryTermCommandOutput) => void
|
|
1043
|
+
): void;
|
|
1044
|
+
getGlossaryTerm(
|
|
1045
|
+
args: GetGlossaryTermCommandInput,
|
|
1046
|
+
options: __HttpHandlerOptions,
|
|
1047
|
+
cb: (err: any, data?: GetGlossaryTermCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
getGroupProfile(
|
|
1050
|
+
args: GetGroupProfileCommandInput,
|
|
1051
|
+
options?: __HttpHandlerOptions
|
|
1052
|
+
): Promise<GetGroupProfileCommandOutput>;
|
|
1053
|
+
getGroupProfile(
|
|
1054
|
+
args: GetGroupProfileCommandInput,
|
|
1055
|
+
cb: (err: any, data?: GetGroupProfileCommandOutput) => void
|
|
1056
|
+
): void;
|
|
1057
|
+
getGroupProfile(
|
|
1058
|
+
args: GetGroupProfileCommandInput,
|
|
1059
|
+
options: __HttpHandlerOptions,
|
|
1060
|
+
cb: (err: any, data?: GetGroupProfileCommandOutput) => void
|
|
1061
|
+
): void;
|
|
1062
|
+
getIamPortalLoginUrl(
|
|
1063
|
+
args: GetIamPortalLoginUrlCommandInput,
|
|
1064
|
+
options?: __HttpHandlerOptions
|
|
1065
|
+
): Promise<GetIamPortalLoginUrlCommandOutput>;
|
|
1066
|
+
getIamPortalLoginUrl(
|
|
1067
|
+
args: GetIamPortalLoginUrlCommandInput,
|
|
1068
|
+
cb: (err: any, data?: GetIamPortalLoginUrlCommandOutput) => void
|
|
1069
|
+
): void;
|
|
1070
|
+
getIamPortalLoginUrl(
|
|
1071
|
+
args: GetIamPortalLoginUrlCommandInput,
|
|
1072
|
+
options: __HttpHandlerOptions,
|
|
1073
|
+
cb: (err: any, data?: GetIamPortalLoginUrlCommandOutput) => void
|
|
1074
|
+
): void;
|
|
1075
|
+
getListing(
|
|
1076
|
+
args: GetListingCommandInput,
|
|
1077
|
+
options?: __HttpHandlerOptions
|
|
1078
|
+
): Promise<GetListingCommandOutput>;
|
|
1079
|
+
getListing(
|
|
1080
|
+
args: GetListingCommandInput,
|
|
1081
|
+
cb: (err: any, data?: GetListingCommandOutput) => void
|
|
1082
|
+
): void;
|
|
1083
|
+
getListing(
|
|
1084
|
+
args: GetListingCommandInput,
|
|
1085
|
+
options: __HttpHandlerOptions,
|
|
1086
|
+
cb: (err: any, data?: GetListingCommandOutput) => void
|
|
1087
|
+
): void;
|
|
1088
|
+
getProject(
|
|
1089
|
+
args: GetProjectCommandInput,
|
|
1090
|
+
options?: __HttpHandlerOptions
|
|
1091
|
+
): Promise<GetProjectCommandOutput>;
|
|
1092
|
+
getProject(
|
|
1093
|
+
args: GetProjectCommandInput,
|
|
1094
|
+
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
1095
|
+
): void;
|
|
1096
|
+
getProject(
|
|
1097
|
+
args: GetProjectCommandInput,
|
|
1098
|
+
options: __HttpHandlerOptions,
|
|
1099
|
+
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
1100
|
+
): void;
|
|
1101
|
+
getSubscription(
|
|
1102
|
+
args: GetSubscriptionCommandInput,
|
|
1103
|
+
options?: __HttpHandlerOptions
|
|
1104
|
+
): Promise<GetSubscriptionCommandOutput>;
|
|
1105
|
+
getSubscription(
|
|
1106
|
+
args: GetSubscriptionCommandInput,
|
|
1107
|
+
cb: (err: any, data?: GetSubscriptionCommandOutput) => void
|
|
1108
|
+
): void;
|
|
1109
|
+
getSubscription(
|
|
1110
|
+
args: GetSubscriptionCommandInput,
|
|
1111
|
+
options: __HttpHandlerOptions,
|
|
1112
|
+
cb: (err: any, data?: GetSubscriptionCommandOutput) => void
|
|
1113
|
+
): void;
|
|
1114
|
+
getSubscriptionGrant(
|
|
1115
|
+
args: GetSubscriptionGrantCommandInput,
|
|
1116
|
+
options?: __HttpHandlerOptions
|
|
1117
|
+
): Promise<GetSubscriptionGrantCommandOutput>;
|
|
1118
|
+
getSubscriptionGrant(
|
|
1119
|
+
args: GetSubscriptionGrantCommandInput,
|
|
1120
|
+
cb: (err: any, data?: GetSubscriptionGrantCommandOutput) => void
|
|
1121
|
+
): void;
|
|
1122
|
+
getSubscriptionGrant(
|
|
1123
|
+
args: GetSubscriptionGrantCommandInput,
|
|
1124
|
+
options: __HttpHandlerOptions,
|
|
1125
|
+
cb: (err: any, data?: GetSubscriptionGrantCommandOutput) => void
|
|
1126
|
+
): void;
|
|
1127
|
+
getSubscriptionRequestDetails(
|
|
1128
|
+
args: GetSubscriptionRequestDetailsCommandInput,
|
|
1129
|
+
options?: __HttpHandlerOptions
|
|
1130
|
+
): Promise<GetSubscriptionRequestDetailsCommandOutput>;
|
|
1131
|
+
getSubscriptionRequestDetails(
|
|
1132
|
+
args: GetSubscriptionRequestDetailsCommandInput,
|
|
1133
|
+
cb: (err: any, data?: GetSubscriptionRequestDetailsCommandOutput) => void
|
|
1134
|
+
): void;
|
|
1135
|
+
getSubscriptionRequestDetails(
|
|
1136
|
+
args: GetSubscriptionRequestDetailsCommandInput,
|
|
1137
|
+
options: __HttpHandlerOptions,
|
|
1138
|
+
cb: (err: any, data?: GetSubscriptionRequestDetailsCommandOutput) => void
|
|
1139
|
+
): void;
|
|
1140
|
+
getSubscriptionTarget(
|
|
1141
|
+
args: GetSubscriptionTargetCommandInput,
|
|
1142
|
+
options?: __HttpHandlerOptions
|
|
1143
|
+
): Promise<GetSubscriptionTargetCommandOutput>;
|
|
1144
|
+
getSubscriptionTarget(
|
|
1145
|
+
args: GetSubscriptionTargetCommandInput,
|
|
1146
|
+
cb: (err: any, data?: GetSubscriptionTargetCommandOutput) => void
|
|
1147
|
+
): void;
|
|
1148
|
+
getSubscriptionTarget(
|
|
1149
|
+
args: GetSubscriptionTargetCommandInput,
|
|
1150
|
+
options: __HttpHandlerOptions,
|
|
1151
|
+
cb: (err: any, data?: GetSubscriptionTargetCommandOutput) => void
|
|
1152
|
+
): void;
|
|
1153
|
+
getUserProfile(
|
|
1154
|
+
args: GetUserProfileCommandInput,
|
|
1155
|
+
options?: __HttpHandlerOptions
|
|
1156
|
+
): Promise<GetUserProfileCommandOutput>;
|
|
1157
|
+
getUserProfile(
|
|
1158
|
+
args: GetUserProfileCommandInput,
|
|
1159
|
+
cb: (err: any, data?: GetUserProfileCommandOutput) => void
|
|
1160
|
+
): void;
|
|
1161
|
+
getUserProfile(
|
|
1162
|
+
args: GetUserProfileCommandInput,
|
|
1163
|
+
options: __HttpHandlerOptions,
|
|
1164
|
+
cb: (err: any, data?: GetUserProfileCommandOutput) => void
|
|
1165
|
+
): void;
|
|
1166
|
+
listAssetRevisions(
|
|
1167
|
+
args: ListAssetRevisionsCommandInput,
|
|
1168
|
+
options?: __HttpHandlerOptions
|
|
1169
|
+
): Promise<ListAssetRevisionsCommandOutput>;
|
|
1170
|
+
listAssetRevisions(
|
|
1171
|
+
args: ListAssetRevisionsCommandInput,
|
|
1172
|
+
cb: (err: any, data?: ListAssetRevisionsCommandOutput) => void
|
|
1173
|
+
): void;
|
|
1174
|
+
listAssetRevisions(
|
|
1175
|
+
args: ListAssetRevisionsCommandInput,
|
|
1176
|
+
options: __HttpHandlerOptions,
|
|
1177
|
+
cb: (err: any, data?: ListAssetRevisionsCommandOutput) => void
|
|
1178
|
+
): void;
|
|
1179
|
+
listDataSourceRunActivities(
|
|
1180
|
+
args: ListDataSourceRunActivitiesCommandInput,
|
|
1181
|
+
options?: __HttpHandlerOptions
|
|
1182
|
+
): Promise<ListDataSourceRunActivitiesCommandOutput>;
|
|
1183
|
+
listDataSourceRunActivities(
|
|
1184
|
+
args: ListDataSourceRunActivitiesCommandInput,
|
|
1185
|
+
cb: (err: any, data?: ListDataSourceRunActivitiesCommandOutput) => void
|
|
1186
|
+
): void;
|
|
1187
|
+
listDataSourceRunActivities(
|
|
1188
|
+
args: ListDataSourceRunActivitiesCommandInput,
|
|
1189
|
+
options: __HttpHandlerOptions,
|
|
1190
|
+
cb: (err: any, data?: ListDataSourceRunActivitiesCommandOutput) => void
|
|
1191
|
+
): void;
|
|
1192
|
+
listDataSourceRuns(
|
|
1193
|
+
args: ListDataSourceRunsCommandInput,
|
|
1194
|
+
options?: __HttpHandlerOptions
|
|
1195
|
+
): Promise<ListDataSourceRunsCommandOutput>;
|
|
1196
|
+
listDataSourceRuns(
|
|
1197
|
+
args: ListDataSourceRunsCommandInput,
|
|
1198
|
+
cb: (err: any, data?: ListDataSourceRunsCommandOutput) => void
|
|
1199
|
+
): void;
|
|
1200
|
+
listDataSourceRuns(
|
|
1201
|
+
args: ListDataSourceRunsCommandInput,
|
|
1202
|
+
options: __HttpHandlerOptions,
|
|
1203
|
+
cb: (err: any, data?: ListDataSourceRunsCommandOutput) => void
|
|
1204
|
+
): void;
|
|
1205
|
+
listDataSources(
|
|
1206
|
+
args: ListDataSourcesCommandInput,
|
|
1207
|
+
options?: __HttpHandlerOptions
|
|
1208
|
+
): Promise<ListDataSourcesCommandOutput>;
|
|
1209
|
+
listDataSources(
|
|
1210
|
+
args: ListDataSourcesCommandInput,
|
|
1211
|
+
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
1212
|
+
): void;
|
|
1213
|
+
listDataSources(
|
|
1214
|
+
args: ListDataSourcesCommandInput,
|
|
1215
|
+
options: __HttpHandlerOptions,
|
|
1216
|
+
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
1217
|
+
): void;
|
|
1218
|
+
listDomains(
|
|
1219
|
+
args: ListDomainsCommandInput,
|
|
1220
|
+
options?: __HttpHandlerOptions
|
|
1221
|
+
): Promise<ListDomainsCommandOutput>;
|
|
1222
|
+
listDomains(
|
|
1223
|
+
args: ListDomainsCommandInput,
|
|
1224
|
+
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
1225
|
+
): void;
|
|
1226
|
+
listDomains(
|
|
1227
|
+
args: ListDomainsCommandInput,
|
|
1228
|
+
options: __HttpHandlerOptions,
|
|
1229
|
+
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
1230
|
+
): void;
|
|
1231
|
+
listEnvironmentBlueprintConfigurations(
|
|
1232
|
+
args: ListEnvironmentBlueprintConfigurationsCommandInput,
|
|
1233
|
+
options?: __HttpHandlerOptions
|
|
1234
|
+
): Promise<ListEnvironmentBlueprintConfigurationsCommandOutput>;
|
|
1235
|
+
listEnvironmentBlueprintConfigurations(
|
|
1236
|
+
args: ListEnvironmentBlueprintConfigurationsCommandInput,
|
|
1237
|
+
cb: (
|
|
1238
|
+
err: any,
|
|
1239
|
+
data?: ListEnvironmentBlueprintConfigurationsCommandOutput
|
|
1240
|
+
) => void
|
|
1241
|
+
): void;
|
|
1242
|
+
listEnvironmentBlueprintConfigurations(
|
|
1243
|
+
args: ListEnvironmentBlueprintConfigurationsCommandInput,
|
|
1244
|
+
options: __HttpHandlerOptions,
|
|
1245
|
+
cb: (
|
|
1246
|
+
err: any,
|
|
1247
|
+
data?: ListEnvironmentBlueprintConfigurationsCommandOutput
|
|
1248
|
+
) => void
|
|
1249
|
+
): void;
|
|
1250
|
+
listEnvironmentBlueprints(
|
|
1251
|
+
args: ListEnvironmentBlueprintsCommandInput,
|
|
1252
|
+
options?: __HttpHandlerOptions
|
|
1253
|
+
): Promise<ListEnvironmentBlueprintsCommandOutput>;
|
|
1254
|
+
listEnvironmentBlueprints(
|
|
1255
|
+
args: ListEnvironmentBlueprintsCommandInput,
|
|
1256
|
+
cb: (err: any, data?: ListEnvironmentBlueprintsCommandOutput) => void
|
|
1257
|
+
): void;
|
|
1258
|
+
listEnvironmentBlueprints(
|
|
1259
|
+
args: ListEnvironmentBlueprintsCommandInput,
|
|
1260
|
+
options: __HttpHandlerOptions,
|
|
1261
|
+
cb: (err: any, data?: ListEnvironmentBlueprintsCommandOutput) => void
|
|
1262
|
+
): void;
|
|
1263
|
+
listEnvironmentProfiles(
|
|
1264
|
+
args: ListEnvironmentProfilesCommandInput,
|
|
1265
|
+
options?: __HttpHandlerOptions
|
|
1266
|
+
): Promise<ListEnvironmentProfilesCommandOutput>;
|
|
1267
|
+
listEnvironmentProfiles(
|
|
1268
|
+
args: ListEnvironmentProfilesCommandInput,
|
|
1269
|
+
cb: (err: any, data?: ListEnvironmentProfilesCommandOutput) => void
|
|
1270
|
+
): void;
|
|
1271
|
+
listEnvironmentProfiles(
|
|
1272
|
+
args: ListEnvironmentProfilesCommandInput,
|
|
1273
|
+
options: __HttpHandlerOptions,
|
|
1274
|
+
cb: (err: any, data?: ListEnvironmentProfilesCommandOutput) => void
|
|
1275
|
+
): void;
|
|
1276
|
+
listEnvironments(
|
|
1277
|
+
args: ListEnvironmentsCommandInput,
|
|
1278
|
+
options?: __HttpHandlerOptions
|
|
1279
|
+
): Promise<ListEnvironmentsCommandOutput>;
|
|
1280
|
+
listEnvironments(
|
|
1281
|
+
args: ListEnvironmentsCommandInput,
|
|
1282
|
+
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
1283
|
+
): void;
|
|
1284
|
+
listEnvironments(
|
|
1285
|
+
args: ListEnvironmentsCommandInput,
|
|
1286
|
+
options: __HttpHandlerOptions,
|
|
1287
|
+
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
1288
|
+
): void;
|
|
1289
|
+
listNotifications(
|
|
1290
|
+
args: ListNotificationsCommandInput,
|
|
1291
|
+
options?: __HttpHandlerOptions
|
|
1292
|
+
): Promise<ListNotificationsCommandOutput>;
|
|
1293
|
+
listNotifications(
|
|
1294
|
+
args: ListNotificationsCommandInput,
|
|
1295
|
+
cb: (err: any, data?: ListNotificationsCommandOutput) => void
|
|
1296
|
+
): void;
|
|
1297
|
+
listNotifications(
|
|
1298
|
+
args: ListNotificationsCommandInput,
|
|
1299
|
+
options: __HttpHandlerOptions,
|
|
1300
|
+
cb: (err: any, data?: ListNotificationsCommandOutput) => void
|
|
1301
|
+
): void;
|
|
1302
|
+
listProjectMemberships(
|
|
1303
|
+
args: ListProjectMembershipsCommandInput,
|
|
1304
|
+
options?: __HttpHandlerOptions
|
|
1305
|
+
): Promise<ListProjectMembershipsCommandOutput>;
|
|
1306
|
+
listProjectMemberships(
|
|
1307
|
+
args: ListProjectMembershipsCommandInput,
|
|
1308
|
+
cb: (err: any, data?: ListProjectMembershipsCommandOutput) => void
|
|
1309
|
+
): void;
|
|
1310
|
+
listProjectMemberships(
|
|
1311
|
+
args: ListProjectMembershipsCommandInput,
|
|
1312
|
+
options: __HttpHandlerOptions,
|
|
1313
|
+
cb: (err: any, data?: ListProjectMembershipsCommandOutput) => void
|
|
1314
|
+
): void;
|
|
1315
|
+
listProjects(
|
|
1316
|
+
args: ListProjectsCommandInput,
|
|
1317
|
+
options?: __HttpHandlerOptions
|
|
1318
|
+
): Promise<ListProjectsCommandOutput>;
|
|
1319
|
+
listProjects(
|
|
1320
|
+
args: ListProjectsCommandInput,
|
|
1321
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
1322
|
+
): void;
|
|
1323
|
+
listProjects(
|
|
1324
|
+
args: ListProjectsCommandInput,
|
|
1325
|
+
options: __HttpHandlerOptions,
|
|
1326
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
1327
|
+
): void;
|
|
1328
|
+
listSubscriptionGrants(
|
|
1329
|
+
args: ListSubscriptionGrantsCommandInput,
|
|
1330
|
+
options?: __HttpHandlerOptions
|
|
1331
|
+
): Promise<ListSubscriptionGrantsCommandOutput>;
|
|
1332
|
+
listSubscriptionGrants(
|
|
1333
|
+
args: ListSubscriptionGrantsCommandInput,
|
|
1334
|
+
cb: (err: any, data?: ListSubscriptionGrantsCommandOutput) => void
|
|
1335
|
+
): void;
|
|
1336
|
+
listSubscriptionGrants(
|
|
1337
|
+
args: ListSubscriptionGrantsCommandInput,
|
|
1338
|
+
options: __HttpHandlerOptions,
|
|
1339
|
+
cb: (err: any, data?: ListSubscriptionGrantsCommandOutput) => void
|
|
1340
|
+
): void;
|
|
1341
|
+
listSubscriptionRequests(
|
|
1342
|
+
args: ListSubscriptionRequestsCommandInput,
|
|
1343
|
+
options?: __HttpHandlerOptions
|
|
1344
|
+
): Promise<ListSubscriptionRequestsCommandOutput>;
|
|
1345
|
+
listSubscriptionRequests(
|
|
1346
|
+
args: ListSubscriptionRequestsCommandInput,
|
|
1347
|
+
cb: (err: any, data?: ListSubscriptionRequestsCommandOutput) => void
|
|
1348
|
+
): void;
|
|
1349
|
+
listSubscriptionRequests(
|
|
1350
|
+
args: ListSubscriptionRequestsCommandInput,
|
|
1351
|
+
options: __HttpHandlerOptions,
|
|
1352
|
+
cb: (err: any, data?: ListSubscriptionRequestsCommandOutput) => void
|
|
1353
|
+
): void;
|
|
1354
|
+
listSubscriptions(
|
|
1355
|
+
args: ListSubscriptionsCommandInput,
|
|
1356
|
+
options?: __HttpHandlerOptions
|
|
1357
|
+
): Promise<ListSubscriptionsCommandOutput>;
|
|
1358
|
+
listSubscriptions(
|
|
1359
|
+
args: ListSubscriptionsCommandInput,
|
|
1360
|
+
cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
|
|
1361
|
+
): void;
|
|
1362
|
+
listSubscriptions(
|
|
1363
|
+
args: ListSubscriptionsCommandInput,
|
|
1364
|
+
options: __HttpHandlerOptions,
|
|
1365
|
+
cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
|
|
1366
|
+
): void;
|
|
1367
|
+
listSubscriptionTargets(
|
|
1368
|
+
args: ListSubscriptionTargetsCommandInput,
|
|
1369
|
+
options?: __HttpHandlerOptions
|
|
1370
|
+
): Promise<ListSubscriptionTargetsCommandOutput>;
|
|
1371
|
+
listSubscriptionTargets(
|
|
1372
|
+
args: ListSubscriptionTargetsCommandInput,
|
|
1373
|
+
cb: (err: any, data?: ListSubscriptionTargetsCommandOutput) => void
|
|
1374
|
+
): void;
|
|
1375
|
+
listSubscriptionTargets(
|
|
1376
|
+
args: ListSubscriptionTargetsCommandInput,
|
|
1377
|
+
options: __HttpHandlerOptions,
|
|
1378
|
+
cb: (err: any, data?: ListSubscriptionTargetsCommandOutput) => void
|
|
1379
|
+
): void;
|
|
1380
|
+
listTagsForResource(
|
|
1381
|
+
args: ListTagsForResourceCommandInput,
|
|
1382
|
+
options?: __HttpHandlerOptions
|
|
1383
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1384
|
+
listTagsForResource(
|
|
1385
|
+
args: ListTagsForResourceCommandInput,
|
|
1386
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1387
|
+
): void;
|
|
1388
|
+
listTagsForResource(
|
|
1389
|
+
args: ListTagsForResourceCommandInput,
|
|
1390
|
+
options: __HttpHandlerOptions,
|
|
1391
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1392
|
+
): void;
|
|
1393
|
+
putEnvironmentBlueprintConfiguration(
|
|
1394
|
+
args: PutEnvironmentBlueprintConfigurationCommandInput,
|
|
1395
|
+
options?: __HttpHandlerOptions
|
|
1396
|
+
): Promise<PutEnvironmentBlueprintConfigurationCommandOutput>;
|
|
1397
|
+
putEnvironmentBlueprintConfiguration(
|
|
1398
|
+
args: PutEnvironmentBlueprintConfigurationCommandInput,
|
|
1399
|
+
cb: (
|
|
1400
|
+
err: any,
|
|
1401
|
+
data?: PutEnvironmentBlueprintConfigurationCommandOutput
|
|
1402
|
+
) => void
|
|
1403
|
+
): void;
|
|
1404
|
+
putEnvironmentBlueprintConfiguration(
|
|
1405
|
+
args: PutEnvironmentBlueprintConfigurationCommandInput,
|
|
1406
|
+
options: __HttpHandlerOptions,
|
|
1407
|
+
cb: (
|
|
1408
|
+
err: any,
|
|
1409
|
+
data?: PutEnvironmentBlueprintConfigurationCommandOutput
|
|
1410
|
+
) => void
|
|
1411
|
+
): void;
|
|
1412
|
+
rejectPredictions(
|
|
1413
|
+
args: RejectPredictionsCommandInput,
|
|
1414
|
+
options?: __HttpHandlerOptions
|
|
1415
|
+
): Promise<RejectPredictionsCommandOutput>;
|
|
1416
|
+
rejectPredictions(
|
|
1417
|
+
args: RejectPredictionsCommandInput,
|
|
1418
|
+
cb: (err: any, data?: RejectPredictionsCommandOutput) => void
|
|
1419
|
+
): void;
|
|
1420
|
+
rejectPredictions(
|
|
1421
|
+
args: RejectPredictionsCommandInput,
|
|
1422
|
+
options: __HttpHandlerOptions,
|
|
1423
|
+
cb: (err: any, data?: RejectPredictionsCommandOutput) => void
|
|
1424
|
+
): void;
|
|
1425
|
+
rejectSubscriptionRequest(
|
|
1426
|
+
args: RejectSubscriptionRequestCommandInput,
|
|
1427
|
+
options?: __HttpHandlerOptions
|
|
1428
|
+
): Promise<RejectSubscriptionRequestCommandOutput>;
|
|
1429
|
+
rejectSubscriptionRequest(
|
|
1430
|
+
args: RejectSubscriptionRequestCommandInput,
|
|
1431
|
+
cb: (err: any, data?: RejectSubscriptionRequestCommandOutput) => void
|
|
1432
|
+
): void;
|
|
1433
|
+
rejectSubscriptionRequest(
|
|
1434
|
+
args: RejectSubscriptionRequestCommandInput,
|
|
1435
|
+
options: __HttpHandlerOptions,
|
|
1436
|
+
cb: (err: any, data?: RejectSubscriptionRequestCommandOutput) => void
|
|
1437
|
+
): void;
|
|
1438
|
+
revokeSubscription(
|
|
1439
|
+
args: RevokeSubscriptionCommandInput,
|
|
1440
|
+
options?: __HttpHandlerOptions
|
|
1441
|
+
): Promise<RevokeSubscriptionCommandOutput>;
|
|
1442
|
+
revokeSubscription(
|
|
1443
|
+
args: RevokeSubscriptionCommandInput,
|
|
1444
|
+
cb: (err: any, data?: RevokeSubscriptionCommandOutput) => void
|
|
1445
|
+
): void;
|
|
1446
|
+
revokeSubscription(
|
|
1447
|
+
args: RevokeSubscriptionCommandInput,
|
|
1448
|
+
options: __HttpHandlerOptions,
|
|
1449
|
+
cb: (err: any, data?: RevokeSubscriptionCommandOutput) => void
|
|
1450
|
+
): void;
|
|
1451
|
+
search(
|
|
1452
|
+
args: SearchCommandInput,
|
|
1453
|
+
options?: __HttpHandlerOptions
|
|
1454
|
+
): Promise<SearchCommandOutput>;
|
|
1455
|
+
search(
|
|
1456
|
+
args: SearchCommandInput,
|
|
1457
|
+
cb: (err: any, data?: SearchCommandOutput) => void
|
|
1458
|
+
): void;
|
|
1459
|
+
search(
|
|
1460
|
+
args: SearchCommandInput,
|
|
1461
|
+
options: __HttpHandlerOptions,
|
|
1462
|
+
cb: (err: any, data?: SearchCommandOutput) => void
|
|
1463
|
+
): void;
|
|
1464
|
+
searchGroupProfiles(
|
|
1465
|
+
args: SearchGroupProfilesCommandInput,
|
|
1466
|
+
options?: __HttpHandlerOptions
|
|
1467
|
+
): Promise<SearchGroupProfilesCommandOutput>;
|
|
1468
|
+
searchGroupProfiles(
|
|
1469
|
+
args: SearchGroupProfilesCommandInput,
|
|
1470
|
+
cb: (err: any, data?: SearchGroupProfilesCommandOutput) => void
|
|
1471
|
+
): void;
|
|
1472
|
+
searchGroupProfiles(
|
|
1473
|
+
args: SearchGroupProfilesCommandInput,
|
|
1474
|
+
options: __HttpHandlerOptions,
|
|
1475
|
+
cb: (err: any, data?: SearchGroupProfilesCommandOutput) => void
|
|
1476
|
+
): void;
|
|
1477
|
+
searchListings(
|
|
1478
|
+
args: SearchListingsCommandInput,
|
|
1479
|
+
options?: __HttpHandlerOptions
|
|
1480
|
+
): Promise<SearchListingsCommandOutput>;
|
|
1481
|
+
searchListings(
|
|
1482
|
+
args: SearchListingsCommandInput,
|
|
1483
|
+
cb: (err: any, data?: SearchListingsCommandOutput) => void
|
|
1484
|
+
): void;
|
|
1485
|
+
searchListings(
|
|
1486
|
+
args: SearchListingsCommandInput,
|
|
1487
|
+
options: __HttpHandlerOptions,
|
|
1488
|
+
cb: (err: any, data?: SearchListingsCommandOutput) => void
|
|
1489
|
+
): void;
|
|
1490
|
+
searchTypes(
|
|
1491
|
+
args: SearchTypesCommandInput,
|
|
1492
|
+
options?: __HttpHandlerOptions
|
|
1493
|
+
): Promise<SearchTypesCommandOutput>;
|
|
1494
|
+
searchTypes(
|
|
1495
|
+
args: SearchTypesCommandInput,
|
|
1496
|
+
cb: (err: any, data?: SearchTypesCommandOutput) => void
|
|
1497
|
+
): void;
|
|
1498
|
+
searchTypes(
|
|
1499
|
+
args: SearchTypesCommandInput,
|
|
1500
|
+
options: __HttpHandlerOptions,
|
|
1501
|
+
cb: (err: any, data?: SearchTypesCommandOutput) => void
|
|
1502
|
+
): void;
|
|
1503
|
+
searchUserProfiles(
|
|
1504
|
+
args: SearchUserProfilesCommandInput,
|
|
1505
|
+
options?: __HttpHandlerOptions
|
|
1506
|
+
): Promise<SearchUserProfilesCommandOutput>;
|
|
1507
|
+
searchUserProfiles(
|
|
1508
|
+
args: SearchUserProfilesCommandInput,
|
|
1509
|
+
cb: (err: any, data?: SearchUserProfilesCommandOutput) => void
|
|
1510
|
+
): void;
|
|
1511
|
+
searchUserProfiles(
|
|
1512
|
+
args: SearchUserProfilesCommandInput,
|
|
1513
|
+
options: __HttpHandlerOptions,
|
|
1514
|
+
cb: (err: any, data?: SearchUserProfilesCommandOutput) => void
|
|
1515
|
+
): void;
|
|
1516
|
+
startDataSourceRun(
|
|
1517
|
+
args: StartDataSourceRunCommandInput,
|
|
1518
|
+
options?: __HttpHandlerOptions
|
|
1519
|
+
): Promise<StartDataSourceRunCommandOutput>;
|
|
1520
|
+
startDataSourceRun(
|
|
1521
|
+
args: StartDataSourceRunCommandInput,
|
|
1522
|
+
cb: (err: any, data?: StartDataSourceRunCommandOutput) => void
|
|
1523
|
+
): void;
|
|
1524
|
+
startDataSourceRun(
|
|
1525
|
+
args: StartDataSourceRunCommandInput,
|
|
1526
|
+
options: __HttpHandlerOptions,
|
|
1527
|
+
cb: (err: any, data?: StartDataSourceRunCommandOutput) => void
|
|
1528
|
+
): void;
|
|
1529
|
+
tagResource(
|
|
1530
|
+
args: TagResourceCommandInput,
|
|
1531
|
+
options?: __HttpHandlerOptions
|
|
1532
|
+
): Promise<TagResourceCommandOutput>;
|
|
1533
|
+
tagResource(
|
|
1534
|
+
args: TagResourceCommandInput,
|
|
1535
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1536
|
+
): void;
|
|
1537
|
+
tagResource(
|
|
1538
|
+
args: TagResourceCommandInput,
|
|
1539
|
+
options: __HttpHandlerOptions,
|
|
1540
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1541
|
+
): void;
|
|
1542
|
+
untagResource(
|
|
1543
|
+
args: UntagResourceCommandInput,
|
|
1544
|
+
options?: __HttpHandlerOptions
|
|
1545
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1546
|
+
untagResource(
|
|
1547
|
+
args: UntagResourceCommandInput,
|
|
1548
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1549
|
+
): void;
|
|
1550
|
+
untagResource(
|
|
1551
|
+
args: UntagResourceCommandInput,
|
|
1552
|
+
options: __HttpHandlerOptions,
|
|
1553
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1554
|
+
): void;
|
|
1555
|
+
updateDataSource(
|
|
1556
|
+
args: UpdateDataSourceCommandInput,
|
|
1557
|
+
options?: __HttpHandlerOptions
|
|
1558
|
+
): Promise<UpdateDataSourceCommandOutput>;
|
|
1559
|
+
updateDataSource(
|
|
1560
|
+
args: UpdateDataSourceCommandInput,
|
|
1561
|
+
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
1562
|
+
): void;
|
|
1563
|
+
updateDataSource(
|
|
1564
|
+
args: UpdateDataSourceCommandInput,
|
|
1565
|
+
options: __HttpHandlerOptions,
|
|
1566
|
+
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
1567
|
+
): void;
|
|
1568
|
+
updateDomain(
|
|
1569
|
+
args: UpdateDomainCommandInput,
|
|
1570
|
+
options?: __HttpHandlerOptions
|
|
1571
|
+
): Promise<UpdateDomainCommandOutput>;
|
|
1572
|
+
updateDomain(
|
|
1573
|
+
args: UpdateDomainCommandInput,
|
|
1574
|
+
cb: (err: any, data?: UpdateDomainCommandOutput) => void
|
|
1575
|
+
): void;
|
|
1576
|
+
updateDomain(
|
|
1577
|
+
args: UpdateDomainCommandInput,
|
|
1578
|
+
options: __HttpHandlerOptions,
|
|
1579
|
+
cb: (err: any, data?: UpdateDomainCommandOutput) => void
|
|
1580
|
+
): void;
|
|
1581
|
+
updateEnvironment(
|
|
1582
|
+
args: UpdateEnvironmentCommandInput,
|
|
1583
|
+
options?: __HttpHandlerOptions
|
|
1584
|
+
): Promise<UpdateEnvironmentCommandOutput>;
|
|
1585
|
+
updateEnvironment(
|
|
1586
|
+
args: UpdateEnvironmentCommandInput,
|
|
1587
|
+
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
1588
|
+
): void;
|
|
1589
|
+
updateEnvironment(
|
|
1590
|
+
args: UpdateEnvironmentCommandInput,
|
|
1591
|
+
options: __HttpHandlerOptions,
|
|
1592
|
+
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
1593
|
+
): void;
|
|
1594
|
+
updateEnvironmentProfile(
|
|
1595
|
+
args: UpdateEnvironmentProfileCommandInput,
|
|
1596
|
+
options?: __HttpHandlerOptions
|
|
1597
|
+
): Promise<UpdateEnvironmentProfileCommandOutput>;
|
|
1598
|
+
updateEnvironmentProfile(
|
|
1599
|
+
args: UpdateEnvironmentProfileCommandInput,
|
|
1600
|
+
cb: (err: any, data?: UpdateEnvironmentProfileCommandOutput) => void
|
|
1601
|
+
): void;
|
|
1602
|
+
updateEnvironmentProfile(
|
|
1603
|
+
args: UpdateEnvironmentProfileCommandInput,
|
|
1604
|
+
options: __HttpHandlerOptions,
|
|
1605
|
+
cb: (err: any, data?: UpdateEnvironmentProfileCommandOutput) => void
|
|
1606
|
+
): void;
|
|
1607
|
+
updateGlossary(
|
|
1608
|
+
args: UpdateGlossaryCommandInput,
|
|
1609
|
+
options?: __HttpHandlerOptions
|
|
1610
|
+
): Promise<UpdateGlossaryCommandOutput>;
|
|
1611
|
+
updateGlossary(
|
|
1612
|
+
args: UpdateGlossaryCommandInput,
|
|
1613
|
+
cb: (err: any, data?: UpdateGlossaryCommandOutput) => void
|
|
1614
|
+
): void;
|
|
1615
|
+
updateGlossary(
|
|
1616
|
+
args: UpdateGlossaryCommandInput,
|
|
1617
|
+
options: __HttpHandlerOptions,
|
|
1618
|
+
cb: (err: any, data?: UpdateGlossaryCommandOutput) => void
|
|
1619
|
+
): void;
|
|
1620
|
+
updateGlossaryTerm(
|
|
1621
|
+
args: UpdateGlossaryTermCommandInput,
|
|
1622
|
+
options?: __HttpHandlerOptions
|
|
1623
|
+
): Promise<UpdateGlossaryTermCommandOutput>;
|
|
1624
|
+
updateGlossaryTerm(
|
|
1625
|
+
args: UpdateGlossaryTermCommandInput,
|
|
1626
|
+
cb: (err: any, data?: UpdateGlossaryTermCommandOutput) => void
|
|
1627
|
+
): void;
|
|
1628
|
+
updateGlossaryTerm(
|
|
1629
|
+
args: UpdateGlossaryTermCommandInput,
|
|
1630
|
+
options: __HttpHandlerOptions,
|
|
1631
|
+
cb: (err: any, data?: UpdateGlossaryTermCommandOutput) => void
|
|
1632
|
+
): void;
|
|
1633
|
+
updateGroupProfile(
|
|
1634
|
+
args: UpdateGroupProfileCommandInput,
|
|
1635
|
+
options?: __HttpHandlerOptions
|
|
1636
|
+
): Promise<UpdateGroupProfileCommandOutput>;
|
|
1637
|
+
updateGroupProfile(
|
|
1638
|
+
args: UpdateGroupProfileCommandInput,
|
|
1639
|
+
cb: (err: any, data?: UpdateGroupProfileCommandOutput) => void
|
|
1640
|
+
): void;
|
|
1641
|
+
updateGroupProfile(
|
|
1642
|
+
args: UpdateGroupProfileCommandInput,
|
|
1643
|
+
options: __HttpHandlerOptions,
|
|
1644
|
+
cb: (err: any, data?: UpdateGroupProfileCommandOutput) => void
|
|
1645
|
+
): void;
|
|
1646
|
+
updateProject(
|
|
1647
|
+
args: UpdateProjectCommandInput,
|
|
1648
|
+
options?: __HttpHandlerOptions
|
|
1649
|
+
): Promise<UpdateProjectCommandOutput>;
|
|
1650
|
+
updateProject(
|
|
1651
|
+
args: UpdateProjectCommandInput,
|
|
1652
|
+
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
1653
|
+
): void;
|
|
1654
|
+
updateProject(
|
|
1655
|
+
args: UpdateProjectCommandInput,
|
|
1656
|
+
options: __HttpHandlerOptions,
|
|
1657
|
+
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
1658
|
+
): void;
|
|
1659
|
+
updateSubscriptionGrantStatus(
|
|
1660
|
+
args: UpdateSubscriptionGrantStatusCommandInput,
|
|
1661
|
+
options?: __HttpHandlerOptions
|
|
1662
|
+
): Promise<UpdateSubscriptionGrantStatusCommandOutput>;
|
|
1663
|
+
updateSubscriptionGrantStatus(
|
|
1664
|
+
args: UpdateSubscriptionGrantStatusCommandInput,
|
|
1665
|
+
cb: (err: any, data?: UpdateSubscriptionGrantStatusCommandOutput) => void
|
|
1666
|
+
): void;
|
|
1667
|
+
updateSubscriptionGrantStatus(
|
|
1668
|
+
args: UpdateSubscriptionGrantStatusCommandInput,
|
|
1669
|
+
options: __HttpHandlerOptions,
|
|
1670
|
+
cb: (err: any, data?: UpdateSubscriptionGrantStatusCommandOutput) => void
|
|
1671
|
+
): void;
|
|
1672
|
+
updateSubscriptionRequest(
|
|
1673
|
+
args: UpdateSubscriptionRequestCommandInput,
|
|
1674
|
+
options?: __HttpHandlerOptions
|
|
1675
|
+
): Promise<UpdateSubscriptionRequestCommandOutput>;
|
|
1676
|
+
updateSubscriptionRequest(
|
|
1677
|
+
args: UpdateSubscriptionRequestCommandInput,
|
|
1678
|
+
cb: (err: any, data?: UpdateSubscriptionRequestCommandOutput) => void
|
|
1679
|
+
): void;
|
|
1680
|
+
updateSubscriptionRequest(
|
|
1681
|
+
args: UpdateSubscriptionRequestCommandInput,
|
|
1682
|
+
options: __HttpHandlerOptions,
|
|
1683
|
+
cb: (err: any, data?: UpdateSubscriptionRequestCommandOutput) => void
|
|
1684
|
+
): void;
|
|
1685
|
+
updateSubscriptionTarget(
|
|
1686
|
+
args: UpdateSubscriptionTargetCommandInput,
|
|
1687
|
+
options?: __HttpHandlerOptions
|
|
1688
|
+
): Promise<UpdateSubscriptionTargetCommandOutput>;
|
|
1689
|
+
updateSubscriptionTarget(
|
|
1690
|
+
args: UpdateSubscriptionTargetCommandInput,
|
|
1691
|
+
cb: (err: any, data?: UpdateSubscriptionTargetCommandOutput) => void
|
|
1692
|
+
): void;
|
|
1693
|
+
updateSubscriptionTarget(
|
|
1694
|
+
args: UpdateSubscriptionTargetCommandInput,
|
|
1695
|
+
options: __HttpHandlerOptions,
|
|
1696
|
+
cb: (err: any, data?: UpdateSubscriptionTargetCommandOutput) => void
|
|
1697
|
+
): void;
|
|
1698
|
+
updateUserProfile(
|
|
1699
|
+
args: UpdateUserProfileCommandInput,
|
|
1700
|
+
options?: __HttpHandlerOptions
|
|
1701
|
+
): Promise<UpdateUserProfileCommandOutput>;
|
|
1702
|
+
updateUserProfile(
|
|
1703
|
+
args: UpdateUserProfileCommandInput,
|
|
1704
|
+
cb: (err: any, data?: UpdateUserProfileCommandOutput) => void
|
|
1705
|
+
): void;
|
|
1706
|
+
updateUserProfile(
|
|
1707
|
+
args: UpdateUserProfileCommandInput,
|
|
1708
|
+
options: __HttpHandlerOptions,
|
|
1709
|
+
cb: (err: any, data?: UpdateUserProfileCommandOutput) => void
|
|
1710
|
+
): void;
|
|
1711
|
+
}
|
|
1712
|
+
export declare class DataZone extends DataZoneClient implements DataZone {}
|