@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,893 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "../commands/AcceptPredictionsCommand";
|
|
4
|
+
import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "../commands/AcceptSubscriptionRequestCommand";
|
|
5
|
+
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "../commands/CancelSubscriptionCommand";
|
|
6
|
+
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/CreateAssetCommand";
|
|
7
|
+
import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "../commands/CreateAssetRevisionCommand";
|
|
8
|
+
import { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "../commands/CreateAssetTypeCommand";
|
|
9
|
+
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
|
|
10
|
+
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
11
|
+
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
|
|
12
|
+
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "../commands/CreateEnvironmentProfileCommand";
|
|
13
|
+
import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "../commands/CreateFormTypeCommand";
|
|
14
|
+
import { CreateGlossaryCommandInput, CreateGlossaryCommandOutput } from "../commands/CreateGlossaryCommand";
|
|
15
|
+
import { CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput } from "../commands/CreateGlossaryTermCommand";
|
|
16
|
+
import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from "../commands/CreateGroupProfileCommand";
|
|
17
|
+
import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "../commands/CreateListingChangeSetCommand";
|
|
18
|
+
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
|
|
19
|
+
import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "../commands/CreateProjectMembershipCommand";
|
|
20
|
+
import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "../commands/CreateSubscriptionGrantCommand";
|
|
21
|
+
import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "../commands/CreateSubscriptionRequestCommand";
|
|
22
|
+
import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "../commands/CreateSubscriptionTargetCommand";
|
|
23
|
+
import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "../commands/CreateUserProfileCommand";
|
|
24
|
+
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
|
|
25
|
+
import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "../commands/DeleteAssetTypeCommand";
|
|
26
|
+
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
27
|
+
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
28
|
+
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "../commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
29
|
+
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
|
|
30
|
+
import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "../commands/DeleteEnvironmentProfileCommand";
|
|
31
|
+
import { DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput } from "../commands/DeleteFormTypeCommand";
|
|
32
|
+
import { DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput } from "../commands/DeleteGlossaryCommand";
|
|
33
|
+
import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from "../commands/DeleteGlossaryTermCommand";
|
|
34
|
+
import { DeleteListingCommandInput, DeleteListingCommandOutput } from "../commands/DeleteListingCommand";
|
|
35
|
+
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
36
|
+
import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "../commands/DeleteProjectMembershipCommand";
|
|
37
|
+
import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "../commands/DeleteSubscriptionGrantCommand";
|
|
38
|
+
import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "../commands/DeleteSubscriptionRequestCommand";
|
|
39
|
+
import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "../commands/DeleteSubscriptionTargetCommand";
|
|
40
|
+
import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
|
|
41
|
+
import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "../commands/GetAssetTypeCommand";
|
|
42
|
+
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
|
|
43
|
+
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "../commands/GetDataSourceRunCommand";
|
|
44
|
+
import { GetDomainCommandInput, GetDomainCommandOutput } from "../commands/GetDomainCommand";
|
|
45
|
+
import { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "../commands/GetEnvironmentBlueprintCommand";
|
|
46
|
+
import { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "../commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
47
|
+
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
|
|
48
|
+
import { GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput } from "../commands/GetEnvironmentProfileCommand";
|
|
49
|
+
import { GetFormTypeCommandInput, GetFormTypeCommandOutput } from "../commands/GetFormTypeCommand";
|
|
50
|
+
import { GetGlossaryCommandInput, GetGlossaryCommandOutput } from "../commands/GetGlossaryCommand";
|
|
51
|
+
import { GetGlossaryTermCommandInput, GetGlossaryTermCommandOutput } from "../commands/GetGlossaryTermCommand";
|
|
52
|
+
import { GetGroupProfileCommandInput, GetGroupProfileCommandOutput } from "../commands/GetGroupProfileCommand";
|
|
53
|
+
import { GetIamPortalLoginUrlCommandInput, GetIamPortalLoginUrlCommandOutput } from "../commands/GetIamPortalLoginUrlCommand";
|
|
54
|
+
import { GetListingCommandInput, GetListingCommandOutput } from "../commands/GetListingCommand";
|
|
55
|
+
import { GetProjectCommandInput, GetProjectCommandOutput } from "../commands/GetProjectCommand";
|
|
56
|
+
import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "../commands/GetSubscriptionCommand";
|
|
57
|
+
import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "../commands/GetSubscriptionGrantCommand";
|
|
58
|
+
import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "../commands/GetSubscriptionRequestDetailsCommand";
|
|
59
|
+
import { GetSubscriptionTargetCommandInput, GetSubscriptionTargetCommandOutput } from "../commands/GetSubscriptionTargetCommand";
|
|
60
|
+
import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "../commands/GetUserProfileCommand";
|
|
61
|
+
import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "../commands/ListAssetRevisionsCommand";
|
|
62
|
+
import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "../commands/ListDataSourceRunActivitiesCommand";
|
|
63
|
+
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "../commands/ListDataSourceRunsCommand";
|
|
64
|
+
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
65
|
+
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
66
|
+
import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "../commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
67
|
+
import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "../commands/ListEnvironmentBlueprintsCommand";
|
|
68
|
+
import { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "../commands/ListEnvironmentProfilesCommand";
|
|
69
|
+
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
70
|
+
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
71
|
+
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "../commands/ListProjectMembershipsCommand";
|
|
72
|
+
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
73
|
+
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "../commands/ListSubscriptionGrantsCommand";
|
|
74
|
+
import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "../commands/ListSubscriptionRequestsCommand";
|
|
75
|
+
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
|
|
76
|
+
import { ListSubscriptionTargetsCommandInput, ListSubscriptionTargetsCommandOutput } from "../commands/ListSubscriptionTargetsCommand";
|
|
77
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
78
|
+
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "../commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
79
|
+
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "../commands/RejectPredictionsCommand";
|
|
80
|
+
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "../commands/RejectSubscriptionRequestCommand";
|
|
81
|
+
import { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "../commands/RevokeSubscriptionCommand";
|
|
82
|
+
import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand";
|
|
83
|
+
import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "../commands/SearchGroupProfilesCommand";
|
|
84
|
+
import { SearchListingsCommandInput, SearchListingsCommandOutput } from "../commands/SearchListingsCommand";
|
|
85
|
+
import { SearchTypesCommandInput, SearchTypesCommandOutput } from "../commands/SearchTypesCommand";
|
|
86
|
+
import { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput } from "../commands/SearchUserProfilesCommand";
|
|
87
|
+
import { StartDataSourceRunCommandInput, StartDataSourceRunCommandOutput } from "../commands/StartDataSourceRunCommand";
|
|
88
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
89
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
90
|
+
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
91
|
+
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
|
|
92
|
+
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
|
|
93
|
+
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "../commands/UpdateEnvironmentProfileCommand";
|
|
94
|
+
import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "../commands/UpdateGlossaryCommand";
|
|
95
|
+
import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "../commands/UpdateGlossaryTermCommand";
|
|
96
|
+
import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "../commands/UpdateGroupProfileCommand";
|
|
97
|
+
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
98
|
+
import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "../commands/UpdateSubscriptionGrantStatusCommand";
|
|
99
|
+
import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "../commands/UpdateSubscriptionRequestCommand";
|
|
100
|
+
import { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "../commands/UpdateSubscriptionTargetCommand";
|
|
101
|
+
import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "../commands/UpdateUserProfileCommand";
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1AcceptPredictionsCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_AcceptPredictionsCommand: (input: AcceptPredictionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1AcceptSubscriptionRequestCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_AcceptSubscriptionRequestCommand: (input: AcceptSubscriptionRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_restJson1CancelSubscriptionCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_CancelSubscriptionCommand: (input: CancelSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1CreateAssetCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_CreateAssetCommand: (input: CreateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restJson1CreateAssetRevisionCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_CreateAssetRevisionCommand: (input: CreateAssetRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_restJson1CreateAssetTypeCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_CreateAssetTypeCommand: (input: CreateAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1CreateDataSourceCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1CreateDomainCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1CreateEnvironmentCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_restJson1CreateEnvironmentProfileCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_CreateEnvironmentProfileCommand: (input: CreateEnvironmentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_restJson1CreateFormTypeCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_CreateFormTypeCommand: (input: CreateFormTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_restJson1CreateGlossaryCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_CreateGlossaryCommand: (input: CreateGlossaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_restJson1CreateGlossaryTermCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_CreateGlossaryTermCommand: (input: CreateGlossaryTermCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_restJson1CreateGroupProfileCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_CreateGroupProfileCommand: (input: CreateGroupProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_restJson1CreateListingChangeSetCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_CreateListingChangeSetCommand: (input: CreateListingChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_restJson1CreateProjectCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_restJson1CreateProjectMembershipCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_CreateProjectMembershipCommand: (input: CreateProjectMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_restJson1CreateSubscriptionGrantCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_CreateSubscriptionGrantCommand: (input: CreateSubscriptionGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_restJson1CreateSubscriptionRequestCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_CreateSubscriptionRequestCommand: (input: CreateSubscriptionRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* serializeAws_restJson1CreateSubscriptionTargetCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const se_CreateSubscriptionTargetCommand: (input: CreateSubscriptionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
/**
|
|
183
|
+
* serializeAws_restJson1CreateUserProfileCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const se_CreateUserProfileCommand: (input: CreateUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* serializeAws_restJson1DeleteAssetCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const se_DeleteAssetCommand: (input: DeleteAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_restJson1DeleteAssetTypeCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_DeleteAssetTypeCommand: (input: DeleteAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_restJson1DeleteDataSourceCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* serializeAws_restJson1DeleteDomainCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* serializeAws_restJson1DeleteEnvironmentCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
/**
|
|
207
|
+
* serializeAws_restJson1DeleteEnvironmentBlueprintConfigurationCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const se_DeleteEnvironmentBlueprintConfigurationCommand: (input: DeleteEnvironmentBlueprintConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
+
/**
|
|
211
|
+
* serializeAws_restJson1DeleteEnvironmentProfileCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const se_DeleteEnvironmentProfileCommand: (input: DeleteEnvironmentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
+
/**
|
|
215
|
+
* serializeAws_restJson1DeleteFormTypeCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const se_DeleteFormTypeCommand: (input: DeleteFormTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
+
/**
|
|
219
|
+
* serializeAws_restJson1DeleteGlossaryCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const se_DeleteGlossaryCommand: (input: DeleteGlossaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
+
/**
|
|
223
|
+
* serializeAws_restJson1DeleteGlossaryTermCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const se_DeleteGlossaryTermCommand: (input: DeleteGlossaryTermCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
+
/**
|
|
227
|
+
* serializeAws_restJson1DeleteListingCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const se_DeleteListingCommand: (input: DeleteListingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_restJson1DeleteProjectCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
/**
|
|
235
|
+
* serializeAws_restJson1DeleteProjectMembershipCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const se_DeleteProjectMembershipCommand: (input: DeleteProjectMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
+
/**
|
|
239
|
+
* serializeAws_restJson1DeleteSubscriptionGrantCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const se_DeleteSubscriptionGrantCommand: (input: DeleteSubscriptionGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
+
/**
|
|
243
|
+
* serializeAws_restJson1DeleteSubscriptionRequestCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const se_DeleteSubscriptionRequestCommand: (input: DeleteSubscriptionRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
+
/**
|
|
247
|
+
* serializeAws_restJson1DeleteSubscriptionTargetCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const se_DeleteSubscriptionTargetCommand: (input: DeleteSubscriptionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
+
/**
|
|
251
|
+
* serializeAws_restJson1GetAssetCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const se_GetAssetCommand: (input: GetAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
/**
|
|
255
|
+
* serializeAws_restJson1GetAssetTypeCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const se_GetAssetTypeCommand: (input: GetAssetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
/**
|
|
259
|
+
* serializeAws_restJson1GetDataSourceCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
/**
|
|
263
|
+
* serializeAws_restJson1GetDataSourceRunCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const se_GetDataSourceRunCommand: (input: GetDataSourceRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
/**
|
|
267
|
+
* serializeAws_restJson1GetDomainCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const se_GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
+
/**
|
|
271
|
+
* serializeAws_restJson1GetEnvironmentCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
+
/**
|
|
275
|
+
* serializeAws_restJson1GetEnvironmentBlueprintCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const se_GetEnvironmentBlueprintCommand: (input: GetEnvironmentBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
+
/**
|
|
279
|
+
* serializeAws_restJson1GetEnvironmentBlueprintConfigurationCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const se_GetEnvironmentBlueprintConfigurationCommand: (input: GetEnvironmentBlueprintConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
282
|
+
/**
|
|
283
|
+
* serializeAws_restJson1GetEnvironmentProfileCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const se_GetEnvironmentProfileCommand: (input: GetEnvironmentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
286
|
+
/**
|
|
287
|
+
* serializeAws_restJson1GetFormTypeCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const se_GetFormTypeCommand: (input: GetFormTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
290
|
+
/**
|
|
291
|
+
* serializeAws_restJson1GetGlossaryCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const se_GetGlossaryCommand: (input: GetGlossaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
|
+
/**
|
|
295
|
+
* serializeAws_restJson1GetGlossaryTermCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const se_GetGlossaryTermCommand: (input: GetGlossaryTermCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
|
+
/**
|
|
299
|
+
* serializeAws_restJson1GetGroupProfileCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const se_GetGroupProfileCommand: (input: GetGroupProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
|
+
/**
|
|
303
|
+
* serializeAws_restJson1GetIamPortalLoginUrlCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const se_GetIamPortalLoginUrlCommand: (input: GetIamPortalLoginUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
|
+
/**
|
|
307
|
+
* serializeAws_restJson1GetListingCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const se_GetListingCommand: (input: GetListingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
+
/**
|
|
311
|
+
* serializeAws_restJson1GetProjectCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const se_GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
|
+
/**
|
|
315
|
+
* serializeAws_restJson1GetSubscriptionCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const se_GetSubscriptionCommand: (input: GetSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
|
+
/**
|
|
319
|
+
* serializeAws_restJson1GetSubscriptionGrantCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const se_GetSubscriptionGrantCommand: (input: GetSubscriptionGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
322
|
+
/**
|
|
323
|
+
* serializeAws_restJson1GetSubscriptionRequestDetailsCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const se_GetSubscriptionRequestDetailsCommand: (input: GetSubscriptionRequestDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
326
|
+
/**
|
|
327
|
+
* serializeAws_restJson1GetSubscriptionTargetCommand
|
|
328
|
+
*/
|
|
329
|
+
export declare const se_GetSubscriptionTargetCommand: (input: GetSubscriptionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
330
|
+
/**
|
|
331
|
+
* serializeAws_restJson1GetUserProfileCommand
|
|
332
|
+
*/
|
|
333
|
+
export declare const se_GetUserProfileCommand: (input: GetUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
334
|
+
/**
|
|
335
|
+
* serializeAws_restJson1ListAssetRevisionsCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const se_ListAssetRevisionsCommand: (input: ListAssetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
338
|
+
/**
|
|
339
|
+
* serializeAws_restJson1ListDataSourceRunActivitiesCommand
|
|
340
|
+
*/
|
|
341
|
+
export declare const se_ListDataSourceRunActivitiesCommand: (input: ListDataSourceRunActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
342
|
+
/**
|
|
343
|
+
* serializeAws_restJson1ListDataSourceRunsCommand
|
|
344
|
+
*/
|
|
345
|
+
export declare const se_ListDataSourceRunsCommand: (input: ListDataSourceRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
+
/**
|
|
347
|
+
* serializeAws_restJson1ListDataSourcesCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
+
/**
|
|
351
|
+
* serializeAws_restJson1ListDomainsCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
354
|
+
/**
|
|
355
|
+
* serializeAws_restJson1ListEnvironmentBlueprintConfigurationsCommand
|
|
356
|
+
*/
|
|
357
|
+
export declare const se_ListEnvironmentBlueprintConfigurationsCommand: (input: ListEnvironmentBlueprintConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
358
|
+
/**
|
|
359
|
+
* serializeAws_restJson1ListEnvironmentBlueprintsCommand
|
|
360
|
+
*/
|
|
361
|
+
export declare const se_ListEnvironmentBlueprintsCommand: (input: ListEnvironmentBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
362
|
+
/**
|
|
363
|
+
* serializeAws_restJson1ListEnvironmentProfilesCommand
|
|
364
|
+
*/
|
|
365
|
+
export declare const se_ListEnvironmentProfilesCommand: (input: ListEnvironmentProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
|
+
/**
|
|
367
|
+
* serializeAws_restJson1ListEnvironmentsCommand
|
|
368
|
+
*/
|
|
369
|
+
export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
370
|
+
/**
|
|
371
|
+
* serializeAws_restJson1ListNotificationsCommand
|
|
372
|
+
*/
|
|
373
|
+
export declare const se_ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
374
|
+
/**
|
|
375
|
+
* serializeAws_restJson1ListProjectMembershipsCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const se_ListProjectMembershipsCommand: (input: ListProjectMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
378
|
+
/**
|
|
379
|
+
* serializeAws_restJson1ListProjectsCommand
|
|
380
|
+
*/
|
|
381
|
+
export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
382
|
+
/**
|
|
383
|
+
* serializeAws_restJson1ListSubscriptionGrantsCommand
|
|
384
|
+
*/
|
|
385
|
+
export declare const se_ListSubscriptionGrantsCommand: (input: ListSubscriptionGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
|
+
/**
|
|
387
|
+
* serializeAws_restJson1ListSubscriptionRequestsCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const se_ListSubscriptionRequestsCommand: (input: ListSubscriptionRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
390
|
+
/**
|
|
391
|
+
* serializeAws_restJson1ListSubscriptionsCommand
|
|
392
|
+
*/
|
|
393
|
+
export declare const se_ListSubscriptionsCommand: (input: ListSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
394
|
+
/**
|
|
395
|
+
* serializeAws_restJson1ListSubscriptionTargetsCommand
|
|
396
|
+
*/
|
|
397
|
+
export declare const se_ListSubscriptionTargetsCommand: (input: ListSubscriptionTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
398
|
+
/**
|
|
399
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
400
|
+
*/
|
|
401
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
402
|
+
/**
|
|
403
|
+
* serializeAws_restJson1PutEnvironmentBlueprintConfigurationCommand
|
|
404
|
+
*/
|
|
405
|
+
export declare const se_PutEnvironmentBlueprintConfigurationCommand: (input: PutEnvironmentBlueprintConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
406
|
+
/**
|
|
407
|
+
* serializeAws_restJson1RejectPredictionsCommand
|
|
408
|
+
*/
|
|
409
|
+
export declare const se_RejectPredictionsCommand: (input: RejectPredictionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
410
|
+
/**
|
|
411
|
+
* serializeAws_restJson1RejectSubscriptionRequestCommand
|
|
412
|
+
*/
|
|
413
|
+
export declare const se_RejectSubscriptionRequestCommand: (input: RejectSubscriptionRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
414
|
+
/**
|
|
415
|
+
* serializeAws_restJson1RevokeSubscriptionCommand
|
|
416
|
+
*/
|
|
417
|
+
export declare const se_RevokeSubscriptionCommand: (input: RevokeSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
|
+
/**
|
|
419
|
+
* serializeAws_restJson1SearchCommand
|
|
420
|
+
*/
|
|
421
|
+
export declare const se_SearchCommand: (input: SearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
422
|
+
/**
|
|
423
|
+
* serializeAws_restJson1SearchGroupProfilesCommand
|
|
424
|
+
*/
|
|
425
|
+
export declare const se_SearchGroupProfilesCommand: (input: SearchGroupProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
426
|
+
/**
|
|
427
|
+
* serializeAws_restJson1SearchListingsCommand
|
|
428
|
+
*/
|
|
429
|
+
export declare const se_SearchListingsCommand: (input: SearchListingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
430
|
+
/**
|
|
431
|
+
* serializeAws_restJson1SearchTypesCommand
|
|
432
|
+
*/
|
|
433
|
+
export declare const se_SearchTypesCommand: (input: SearchTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
434
|
+
/**
|
|
435
|
+
* serializeAws_restJson1SearchUserProfilesCommand
|
|
436
|
+
*/
|
|
437
|
+
export declare const se_SearchUserProfilesCommand: (input: SearchUserProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
438
|
+
/**
|
|
439
|
+
* serializeAws_restJson1StartDataSourceRunCommand
|
|
440
|
+
*/
|
|
441
|
+
export declare const se_StartDataSourceRunCommand: (input: StartDataSourceRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
442
|
+
/**
|
|
443
|
+
* serializeAws_restJson1TagResourceCommand
|
|
444
|
+
*/
|
|
445
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
446
|
+
/**
|
|
447
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
448
|
+
*/
|
|
449
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
450
|
+
/**
|
|
451
|
+
* serializeAws_restJson1UpdateDataSourceCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
454
|
+
/**
|
|
455
|
+
* serializeAws_restJson1UpdateDomainCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const se_UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
458
|
+
/**
|
|
459
|
+
* serializeAws_restJson1UpdateEnvironmentCommand
|
|
460
|
+
*/
|
|
461
|
+
export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
462
|
+
/**
|
|
463
|
+
* serializeAws_restJson1UpdateEnvironmentProfileCommand
|
|
464
|
+
*/
|
|
465
|
+
export declare const se_UpdateEnvironmentProfileCommand: (input: UpdateEnvironmentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
466
|
+
/**
|
|
467
|
+
* serializeAws_restJson1UpdateGlossaryCommand
|
|
468
|
+
*/
|
|
469
|
+
export declare const se_UpdateGlossaryCommand: (input: UpdateGlossaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
470
|
+
/**
|
|
471
|
+
* serializeAws_restJson1UpdateGlossaryTermCommand
|
|
472
|
+
*/
|
|
473
|
+
export declare const se_UpdateGlossaryTermCommand: (input: UpdateGlossaryTermCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
474
|
+
/**
|
|
475
|
+
* serializeAws_restJson1UpdateGroupProfileCommand
|
|
476
|
+
*/
|
|
477
|
+
export declare const se_UpdateGroupProfileCommand: (input: UpdateGroupProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
478
|
+
/**
|
|
479
|
+
* serializeAws_restJson1UpdateProjectCommand
|
|
480
|
+
*/
|
|
481
|
+
export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
482
|
+
/**
|
|
483
|
+
* serializeAws_restJson1UpdateSubscriptionGrantStatusCommand
|
|
484
|
+
*/
|
|
485
|
+
export declare const se_UpdateSubscriptionGrantStatusCommand: (input: UpdateSubscriptionGrantStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
486
|
+
/**
|
|
487
|
+
* serializeAws_restJson1UpdateSubscriptionRequestCommand
|
|
488
|
+
*/
|
|
489
|
+
export declare const se_UpdateSubscriptionRequestCommand: (input: UpdateSubscriptionRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
490
|
+
/**
|
|
491
|
+
* serializeAws_restJson1UpdateSubscriptionTargetCommand
|
|
492
|
+
*/
|
|
493
|
+
export declare const se_UpdateSubscriptionTargetCommand: (input: UpdateSubscriptionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
494
|
+
/**
|
|
495
|
+
* serializeAws_restJson1UpdateUserProfileCommand
|
|
496
|
+
*/
|
|
497
|
+
export declare const se_UpdateUserProfileCommand: (input: UpdateUserProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
498
|
+
/**
|
|
499
|
+
* deserializeAws_restJson1AcceptPredictionsCommand
|
|
500
|
+
*/
|
|
501
|
+
export declare const de_AcceptPredictionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptPredictionsCommandOutput>;
|
|
502
|
+
/**
|
|
503
|
+
* deserializeAws_restJson1AcceptSubscriptionRequestCommand
|
|
504
|
+
*/
|
|
505
|
+
export declare const de_AcceptSubscriptionRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptSubscriptionRequestCommandOutput>;
|
|
506
|
+
/**
|
|
507
|
+
* deserializeAws_restJson1CancelSubscriptionCommand
|
|
508
|
+
*/
|
|
509
|
+
export declare const de_CancelSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSubscriptionCommandOutput>;
|
|
510
|
+
/**
|
|
511
|
+
* deserializeAws_restJson1CreateAssetCommand
|
|
512
|
+
*/
|
|
513
|
+
export declare const de_CreateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetCommandOutput>;
|
|
514
|
+
/**
|
|
515
|
+
* deserializeAws_restJson1CreateAssetRevisionCommand
|
|
516
|
+
*/
|
|
517
|
+
export declare const de_CreateAssetRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetRevisionCommandOutput>;
|
|
518
|
+
/**
|
|
519
|
+
* deserializeAws_restJson1CreateAssetTypeCommand
|
|
520
|
+
*/
|
|
521
|
+
export declare const de_CreateAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetTypeCommandOutput>;
|
|
522
|
+
/**
|
|
523
|
+
* deserializeAws_restJson1CreateDataSourceCommand
|
|
524
|
+
*/
|
|
525
|
+
export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
|
|
526
|
+
/**
|
|
527
|
+
* deserializeAws_restJson1CreateDomainCommand
|
|
528
|
+
*/
|
|
529
|
+
export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
530
|
+
/**
|
|
531
|
+
* deserializeAws_restJson1CreateEnvironmentCommand
|
|
532
|
+
*/
|
|
533
|
+
export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
|
|
534
|
+
/**
|
|
535
|
+
* deserializeAws_restJson1CreateEnvironmentProfileCommand
|
|
536
|
+
*/
|
|
537
|
+
export declare const de_CreateEnvironmentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentProfileCommandOutput>;
|
|
538
|
+
/**
|
|
539
|
+
* deserializeAws_restJson1CreateFormTypeCommand
|
|
540
|
+
*/
|
|
541
|
+
export declare const de_CreateFormTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFormTypeCommandOutput>;
|
|
542
|
+
/**
|
|
543
|
+
* deserializeAws_restJson1CreateGlossaryCommand
|
|
544
|
+
*/
|
|
545
|
+
export declare const de_CreateGlossaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlossaryCommandOutput>;
|
|
546
|
+
/**
|
|
547
|
+
* deserializeAws_restJson1CreateGlossaryTermCommand
|
|
548
|
+
*/
|
|
549
|
+
export declare const de_CreateGlossaryTermCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlossaryTermCommandOutput>;
|
|
550
|
+
/**
|
|
551
|
+
* deserializeAws_restJson1CreateGroupProfileCommand
|
|
552
|
+
*/
|
|
553
|
+
export declare const de_CreateGroupProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupProfileCommandOutput>;
|
|
554
|
+
/**
|
|
555
|
+
* deserializeAws_restJson1CreateListingChangeSetCommand
|
|
556
|
+
*/
|
|
557
|
+
export declare const de_CreateListingChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListingChangeSetCommandOutput>;
|
|
558
|
+
/**
|
|
559
|
+
* deserializeAws_restJson1CreateProjectCommand
|
|
560
|
+
*/
|
|
561
|
+
export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
|
|
562
|
+
/**
|
|
563
|
+
* deserializeAws_restJson1CreateProjectMembershipCommand
|
|
564
|
+
*/
|
|
565
|
+
export declare const de_CreateProjectMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectMembershipCommandOutput>;
|
|
566
|
+
/**
|
|
567
|
+
* deserializeAws_restJson1CreateSubscriptionGrantCommand
|
|
568
|
+
*/
|
|
569
|
+
export declare const de_CreateSubscriptionGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionGrantCommandOutput>;
|
|
570
|
+
/**
|
|
571
|
+
* deserializeAws_restJson1CreateSubscriptionRequestCommand
|
|
572
|
+
*/
|
|
573
|
+
export declare const de_CreateSubscriptionRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionRequestCommandOutput>;
|
|
574
|
+
/**
|
|
575
|
+
* deserializeAws_restJson1CreateSubscriptionTargetCommand
|
|
576
|
+
*/
|
|
577
|
+
export declare const de_CreateSubscriptionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionTargetCommandOutput>;
|
|
578
|
+
/**
|
|
579
|
+
* deserializeAws_restJson1CreateUserProfileCommand
|
|
580
|
+
*/
|
|
581
|
+
export declare const de_CreateUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserProfileCommandOutput>;
|
|
582
|
+
/**
|
|
583
|
+
* deserializeAws_restJson1DeleteAssetCommand
|
|
584
|
+
*/
|
|
585
|
+
export declare const de_DeleteAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetCommandOutput>;
|
|
586
|
+
/**
|
|
587
|
+
* deserializeAws_restJson1DeleteAssetTypeCommand
|
|
588
|
+
*/
|
|
589
|
+
export declare const de_DeleteAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetTypeCommandOutput>;
|
|
590
|
+
/**
|
|
591
|
+
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
592
|
+
*/
|
|
593
|
+
export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
|
|
594
|
+
/**
|
|
595
|
+
* deserializeAws_restJson1DeleteDomainCommand
|
|
596
|
+
*/
|
|
597
|
+
export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
598
|
+
/**
|
|
599
|
+
* deserializeAws_restJson1DeleteEnvironmentCommand
|
|
600
|
+
*/
|
|
601
|
+
export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
|
|
602
|
+
/**
|
|
603
|
+
* deserializeAws_restJson1DeleteEnvironmentBlueprintConfigurationCommand
|
|
604
|
+
*/
|
|
605
|
+
export declare const de_DeleteEnvironmentBlueprintConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentBlueprintConfigurationCommandOutput>;
|
|
606
|
+
/**
|
|
607
|
+
* deserializeAws_restJson1DeleteEnvironmentProfileCommand
|
|
608
|
+
*/
|
|
609
|
+
export declare const de_DeleteEnvironmentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentProfileCommandOutput>;
|
|
610
|
+
/**
|
|
611
|
+
* deserializeAws_restJson1DeleteFormTypeCommand
|
|
612
|
+
*/
|
|
613
|
+
export declare const de_DeleteFormTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFormTypeCommandOutput>;
|
|
614
|
+
/**
|
|
615
|
+
* deserializeAws_restJson1DeleteGlossaryCommand
|
|
616
|
+
*/
|
|
617
|
+
export declare const de_DeleteGlossaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlossaryCommandOutput>;
|
|
618
|
+
/**
|
|
619
|
+
* deserializeAws_restJson1DeleteGlossaryTermCommand
|
|
620
|
+
*/
|
|
621
|
+
export declare const de_DeleteGlossaryTermCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlossaryTermCommandOutput>;
|
|
622
|
+
/**
|
|
623
|
+
* deserializeAws_restJson1DeleteListingCommand
|
|
624
|
+
*/
|
|
625
|
+
export declare const de_DeleteListingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListingCommandOutput>;
|
|
626
|
+
/**
|
|
627
|
+
* deserializeAws_restJson1DeleteProjectCommand
|
|
628
|
+
*/
|
|
629
|
+
export declare const de_DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
|
|
630
|
+
/**
|
|
631
|
+
* deserializeAws_restJson1DeleteProjectMembershipCommand
|
|
632
|
+
*/
|
|
633
|
+
export declare const de_DeleteProjectMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectMembershipCommandOutput>;
|
|
634
|
+
/**
|
|
635
|
+
* deserializeAws_restJson1DeleteSubscriptionGrantCommand
|
|
636
|
+
*/
|
|
637
|
+
export declare const de_DeleteSubscriptionGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionGrantCommandOutput>;
|
|
638
|
+
/**
|
|
639
|
+
* deserializeAws_restJson1DeleteSubscriptionRequestCommand
|
|
640
|
+
*/
|
|
641
|
+
export declare const de_DeleteSubscriptionRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionRequestCommandOutput>;
|
|
642
|
+
/**
|
|
643
|
+
* deserializeAws_restJson1DeleteSubscriptionTargetCommand
|
|
644
|
+
*/
|
|
645
|
+
export declare const de_DeleteSubscriptionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionTargetCommandOutput>;
|
|
646
|
+
/**
|
|
647
|
+
* deserializeAws_restJson1GetAssetCommand
|
|
648
|
+
*/
|
|
649
|
+
export declare const de_GetAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetCommandOutput>;
|
|
650
|
+
/**
|
|
651
|
+
* deserializeAws_restJson1GetAssetTypeCommand
|
|
652
|
+
*/
|
|
653
|
+
export declare const de_GetAssetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetTypeCommandOutput>;
|
|
654
|
+
/**
|
|
655
|
+
* deserializeAws_restJson1GetDataSourceCommand
|
|
656
|
+
*/
|
|
657
|
+
export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
|
|
658
|
+
/**
|
|
659
|
+
* deserializeAws_restJson1GetDataSourceRunCommand
|
|
660
|
+
*/
|
|
661
|
+
export declare const de_GetDataSourceRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceRunCommandOutput>;
|
|
662
|
+
/**
|
|
663
|
+
* deserializeAws_restJson1GetDomainCommand
|
|
664
|
+
*/
|
|
665
|
+
export declare const de_GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
|
|
666
|
+
/**
|
|
667
|
+
* deserializeAws_restJson1GetEnvironmentCommand
|
|
668
|
+
*/
|
|
669
|
+
export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
|
|
670
|
+
/**
|
|
671
|
+
* deserializeAws_restJson1GetEnvironmentBlueprintCommand
|
|
672
|
+
*/
|
|
673
|
+
export declare const de_GetEnvironmentBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentBlueprintCommandOutput>;
|
|
674
|
+
/**
|
|
675
|
+
* deserializeAws_restJson1GetEnvironmentBlueprintConfigurationCommand
|
|
676
|
+
*/
|
|
677
|
+
export declare const de_GetEnvironmentBlueprintConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentBlueprintConfigurationCommandOutput>;
|
|
678
|
+
/**
|
|
679
|
+
* deserializeAws_restJson1GetEnvironmentProfileCommand
|
|
680
|
+
*/
|
|
681
|
+
export declare const de_GetEnvironmentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentProfileCommandOutput>;
|
|
682
|
+
/**
|
|
683
|
+
* deserializeAws_restJson1GetFormTypeCommand
|
|
684
|
+
*/
|
|
685
|
+
export declare const de_GetFormTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFormTypeCommandOutput>;
|
|
686
|
+
/**
|
|
687
|
+
* deserializeAws_restJson1GetGlossaryCommand
|
|
688
|
+
*/
|
|
689
|
+
export declare const de_GetGlossaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlossaryCommandOutput>;
|
|
690
|
+
/**
|
|
691
|
+
* deserializeAws_restJson1GetGlossaryTermCommand
|
|
692
|
+
*/
|
|
693
|
+
export declare const de_GetGlossaryTermCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlossaryTermCommandOutput>;
|
|
694
|
+
/**
|
|
695
|
+
* deserializeAws_restJson1GetGroupProfileCommand
|
|
696
|
+
*/
|
|
697
|
+
export declare const de_GetGroupProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupProfileCommandOutput>;
|
|
698
|
+
/**
|
|
699
|
+
* deserializeAws_restJson1GetIamPortalLoginUrlCommand
|
|
700
|
+
*/
|
|
701
|
+
export declare const de_GetIamPortalLoginUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIamPortalLoginUrlCommandOutput>;
|
|
702
|
+
/**
|
|
703
|
+
* deserializeAws_restJson1GetListingCommand
|
|
704
|
+
*/
|
|
705
|
+
export declare const de_GetListingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetListingCommandOutput>;
|
|
706
|
+
/**
|
|
707
|
+
* deserializeAws_restJson1GetProjectCommand
|
|
708
|
+
*/
|
|
709
|
+
export declare const de_GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
|
|
710
|
+
/**
|
|
711
|
+
* deserializeAws_restJson1GetSubscriptionCommand
|
|
712
|
+
*/
|
|
713
|
+
export declare const de_GetSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionCommandOutput>;
|
|
714
|
+
/**
|
|
715
|
+
* deserializeAws_restJson1GetSubscriptionGrantCommand
|
|
716
|
+
*/
|
|
717
|
+
export declare const de_GetSubscriptionGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionGrantCommandOutput>;
|
|
718
|
+
/**
|
|
719
|
+
* deserializeAws_restJson1GetSubscriptionRequestDetailsCommand
|
|
720
|
+
*/
|
|
721
|
+
export declare const de_GetSubscriptionRequestDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionRequestDetailsCommandOutput>;
|
|
722
|
+
/**
|
|
723
|
+
* deserializeAws_restJson1GetSubscriptionTargetCommand
|
|
724
|
+
*/
|
|
725
|
+
export declare const de_GetSubscriptionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionTargetCommandOutput>;
|
|
726
|
+
/**
|
|
727
|
+
* deserializeAws_restJson1GetUserProfileCommand
|
|
728
|
+
*/
|
|
729
|
+
export declare const de_GetUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserProfileCommandOutput>;
|
|
730
|
+
/**
|
|
731
|
+
* deserializeAws_restJson1ListAssetRevisionsCommand
|
|
732
|
+
*/
|
|
733
|
+
export declare const de_ListAssetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetRevisionsCommandOutput>;
|
|
734
|
+
/**
|
|
735
|
+
* deserializeAws_restJson1ListDataSourceRunActivitiesCommand
|
|
736
|
+
*/
|
|
737
|
+
export declare const de_ListDataSourceRunActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourceRunActivitiesCommandOutput>;
|
|
738
|
+
/**
|
|
739
|
+
* deserializeAws_restJson1ListDataSourceRunsCommand
|
|
740
|
+
*/
|
|
741
|
+
export declare const de_ListDataSourceRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourceRunsCommandOutput>;
|
|
742
|
+
/**
|
|
743
|
+
* deserializeAws_restJson1ListDataSourcesCommand
|
|
744
|
+
*/
|
|
745
|
+
export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
|
|
746
|
+
/**
|
|
747
|
+
* deserializeAws_restJson1ListDomainsCommand
|
|
748
|
+
*/
|
|
749
|
+
export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
|
|
750
|
+
/**
|
|
751
|
+
* deserializeAws_restJson1ListEnvironmentBlueprintConfigurationsCommand
|
|
752
|
+
*/
|
|
753
|
+
export declare const de_ListEnvironmentBlueprintConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentBlueprintConfigurationsCommandOutput>;
|
|
754
|
+
/**
|
|
755
|
+
* deserializeAws_restJson1ListEnvironmentBlueprintsCommand
|
|
756
|
+
*/
|
|
757
|
+
export declare const de_ListEnvironmentBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentBlueprintsCommandOutput>;
|
|
758
|
+
/**
|
|
759
|
+
* deserializeAws_restJson1ListEnvironmentProfilesCommand
|
|
760
|
+
*/
|
|
761
|
+
export declare const de_ListEnvironmentProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentProfilesCommandOutput>;
|
|
762
|
+
/**
|
|
763
|
+
* deserializeAws_restJson1ListEnvironmentsCommand
|
|
764
|
+
*/
|
|
765
|
+
export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
|
|
766
|
+
/**
|
|
767
|
+
* deserializeAws_restJson1ListNotificationsCommand
|
|
768
|
+
*/
|
|
769
|
+
export declare const de_ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
|
|
770
|
+
/**
|
|
771
|
+
* deserializeAws_restJson1ListProjectMembershipsCommand
|
|
772
|
+
*/
|
|
773
|
+
export declare const de_ListProjectMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectMembershipsCommandOutput>;
|
|
774
|
+
/**
|
|
775
|
+
* deserializeAws_restJson1ListProjectsCommand
|
|
776
|
+
*/
|
|
777
|
+
export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
|
|
778
|
+
/**
|
|
779
|
+
* deserializeAws_restJson1ListSubscriptionGrantsCommand
|
|
780
|
+
*/
|
|
781
|
+
export declare const de_ListSubscriptionGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionGrantsCommandOutput>;
|
|
782
|
+
/**
|
|
783
|
+
* deserializeAws_restJson1ListSubscriptionRequestsCommand
|
|
784
|
+
*/
|
|
785
|
+
export declare const de_ListSubscriptionRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionRequestsCommandOutput>;
|
|
786
|
+
/**
|
|
787
|
+
* deserializeAws_restJson1ListSubscriptionsCommand
|
|
788
|
+
*/
|
|
789
|
+
export declare const de_ListSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsCommandOutput>;
|
|
790
|
+
/**
|
|
791
|
+
* deserializeAws_restJson1ListSubscriptionTargetsCommand
|
|
792
|
+
*/
|
|
793
|
+
export declare const de_ListSubscriptionTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionTargetsCommandOutput>;
|
|
794
|
+
/**
|
|
795
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
796
|
+
*/
|
|
797
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
798
|
+
/**
|
|
799
|
+
* deserializeAws_restJson1PutEnvironmentBlueprintConfigurationCommand
|
|
800
|
+
*/
|
|
801
|
+
export declare const de_PutEnvironmentBlueprintConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEnvironmentBlueprintConfigurationCommandOutput>;
|
|
802
|
+
/**
|
|
803
|
+
* deserializeAws_restJson1RejectPredictionsCommand
|
|
804
|
+
*/
|
|
805
|
+
export declare const de_RejectPredictionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectPredictionsCommandOutput>;
|
|
806
|
+
/**
|
|
807
|
+
* deserializeAws_restJson1RejectSubscriptionRequestCommand
|
|
808
|
+
*/
|
|
809
|
+
export declare const de_RejectSubscriptionRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectSubscriptionRequestCommandOutput>;
|
|
810
|
+
/**
|
|
811
|
+
* deserializeAws_restJson1RevokeSubscriptionCommand
|
|
812
|
+
*/
|
|
813
|
+
export declare const de_RevokeSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeSubscriptionCommandOutput>;
|
|
814
|
+
/**
|
|
815
|
+
* deserializeAws_restJson1SearchCommand
|
|
816
|
+
*/
|
|
817
|
+
export declare const de_SearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchCommandOutput>;
|
|
818
|
+
/**
|
|
819
|
+
* deserializeAws_restJson1SearchGroupProfilesCommand
|
|
820
|
+
*/
|
|
821
|
+
export declare const de_SearchGroupProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupProfilesCommandOutput>;
|
|
822
|
+
/**
|
|
823
|
+
* deserializeAws_restJson1SearchListingsCommand
|
|
824
|
+
*/
|
|
825
|
+
export declare const de_SearchListingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchListingsCommandOutput>;
|
|
826
|
+
/**
|
|
827
|
+
* deserializeAws_restJson1SearchTypesCommand
|
|
828
|
+
*/
|
|
829
|
+
export declare const de_SearchTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTypesCommandOutput>;
|
|
830
|
+
/**
|
|
831
|
+
* deserializeAws_restJson1SearchUserProfilesCommand
|
|
832
|
+
*/
|
|
833
|
+
export declare const de_SearchUserProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchUserProfilesCommandOutput>;
|
|
834
|
+
/**
|
|
835
|
+
* deserializeAws_restJson1StartDataSourceRunCommand
|
|
836
|
+
*/
|
|
837
|
+
export declare const de_StartDataSourceRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataSourceRunCommandOutput>;
|
|
838
|
+
/**
|
|
839
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
840
|
+
*/
|
|
841
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
842
|
+
/**
|
|
843
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
844
|
+
*/
|
|
845
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
846
|
+
/**
|
|
847
|
+
* deserializeAws_restJson1UpdateDataSourceCommand
|
|
848
|
+
*/
|
|
849
|
+
export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
850
|
+
/**
|
|
851
|
+
* deserializeAws_restJson1UpdateDomainCommand
|
|
852
|
+
*/
|
|
853
|
+
export declare const de_UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
|
|
854
|
+
/**
|
|
855
|
+
* deserializeAws_restJson1UpdateEnvironmentCommand
|
|
856
|
+
*/
|
|
857
|
+
export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
|
|
858
|
+
/**
|
|
859
|
+
* deserializeAws_restJson1UpdateEnvironmentProfileCommand
|
|
860
|
+
*/
|
|
861
|
+
export declare const de_UpdateEnvironmentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentProfileCommandOutput>;
|
|
862
|
+
/**
|
|
863
|
+
* deserializeAws_restJson1UpdateGlossaryCommand
|
|
864
|
+
*/
|
|
865
|
+
export declare const de_UpdateGlossaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlossaryCommandOutput>;
|
|
866
|
+
/**
|
|
867
|
+
* deserializeAws_restJson1UpdateGlossaryTermCommand
|
|
868
|
+
*/
|
|
869
|
+
export declare const de_UpdateGlossaryTermCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlossaryTermCommandOutput>;
|
|
870
|
+
/**
|
|
871
|
+
* deserializeAws_restJson1UpdateGroupProfileCommand
|
|
872
|
+
*/
|
|
873
|
+
export declare const de_UpdateGroupProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupProfileCommandOutput>;
|
|
874
|
+
/**
|
|
875
|
+
* deserializeAws_restJson1UpdateProjectCommand
|
|
876
|
+
*/
|
|
877
|
+
export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
|
|
878
|
+
/**
|
|
879
|
+
* deserializeAws_restJson1UpdateSubscriptionGrantStatusCommand
|
|
880
|
+
*/
|
|
881
|
+
export declare const de_UpdateSubscriptionGrantStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionGrantStatusCommandOutput>;
|
|
882
|
+
/**
|
|
883
|
+
* deserializeAws_restJson1UpdateSubscriptionRequestCommand
|
|
884
|
+
*/
|
|
885
|
+
export declare const de_UpdateSubscriptionRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionRequestCommandOutput>;
|
|
886
|
+
/**
|
|
887
|
+
* deserializeAws_restJson1UpdateSubscriptionTargetCommand
|
|
888
|
+
*/
|
|
889
|
+
export declare const de_UpdateSubscriptionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionTargetCommandOutput>;
|
|
890
|
+
/**
|
|
891
|
+
* deserializeAws_restJson1UpdateUserProfileCommand
|
|
892
|
+
*/
|
|
893
|
+
export declare const de_UpdateUserProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserProfileCommandOutput>;
|