@aws-sdk/client-datazone 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +376 -377
- package/dist-cjs/models/DataZoneServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DataZone.js +1 -1
- package/dist-es/DataZoneClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptPredictionsCommand.js +2 -2
- package/dist-es/commands/AcceptSubscriptionRequestCommand.js +2 -2
- package/dist-es/commands/AddEntityOwnerCommand.js +2 -2
- package/dist-es/commands/AddPolicyGrantCommand.js +2 -2
- package/dist-es/commands/AssociateEnvironmentRoleCommand.js +2 -2
- package/dist-es/commands/AssociateGovernedTermsCommand.js +2 -2
- package/dist-es/commands/BatchGetAttributesMetadataCommand.js +2 -2
- package/dist-es/commands/BatchPutAttributesMetadataCommand.js +2 -2
- package/dist-es/commands/CancelMetadataGenerationRunCommand.js +2 -2
- package/dist-es/commands/CancelSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateAccountPoolCommand.js +2 -2
- package/dist-es/commands/CreateAssetCommand.js +2 -2
- package/dist-es/commands/CreateAssetFilterCommand.js +2 -2
- package/dist-es/commands/CreateAssetRevisionCommand.js +2 -2
- package/dist-es/commands/CreateAssetTypeCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateDataProductCommand.js +2 -2
- package/dist-es/commands/CreateDataProductRevisionCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateDomainCommand.js +2 -2
- package/dist-es/commands/CreateDomainUnitCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentActionCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentProfileCommand.js +2 -2
- package/dist-es/commands/CreateFormTypeCommand.js +2 -2
- package/dist-es/commands/CreateGlossaryCommand.js +2 -2
- package/dist-es/commands/CreateGlossaryTermCommand.js +2 -2
- package/dist-es/commands/CreateGroupProfileCommand.js +2 -2
- package/dist-es/commands/CreateListingChangeSetCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateProjectMembershipCommand.js +2 -2
- package/dist-es/commands/CreateProjectProfileCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionGrantCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +2 -2
- package/dist-es/commands/CreateUserProfileCommand.js +2 -2
- package/dist-es/commands/DeleteAccountPoolCommand.js +2 -2
- package/dist-es/commands/DeleteAssetCommand.js +2 -2
- package/dist-es/commands/DeleteAssetFilterCommand.js +2 -2
- package/dist-es/commands/DeleteAssetTypeCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteDataExportConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteDataProductCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteDomainUnitCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentActionCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentProfileCommand.js +2 -2
- package/dist-es/commands/DeleteFormTypeCommand.js +2 -2
- package/dist-es/commands/DeleteGlossaryCommand.js +2 -2
- package/dist-es/commands/DeleteGlossaryTermCommand.js +2 -2
- package/dist-es/commands/DeleteListingCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteProjectMembershipCommand.js +2 -2
- package/dist-es/commands/DeleteProjectProfileCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionGrantCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionRequestCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionTargetCommand.js +2 -2
- package/dist-es/commands/DeleteTimeSeriesDataPointsCommand.js +2 -2
- package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +2 -2
- package/dist-es/commands/DisassociateGovernedTermsCommand.js +2 -2
- package/dist-es/commands/GetAccountPoolCommand.js +2 -2
- package/dist-es/commands/GetAssetCommand.js +2 -2
- package/dist-es/commands/GetAssetFilterCommand.js +2 -2
- package/dist-es/commands/GetAssetTypeCommand.js +2 -2
- package/dist-es/commands/GetConnectionCommand.js +2 -2
- package/dist-es/commands/GetDataExportConfigurationCommand.js +2 -2
- package/dist-es/commands/GetDataProductCommand.js +2 -2
- package/dist-es/commands/GetDataSourceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceRunCommand.js +2 -2
- package/dist-es/commands/GetDomainCommand.js +2 -2
- package/dist-es/commands/GetDomainUnitCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentActionCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentBlueprintCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentBlueprintConfigurationCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCredentialsCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentProfileCommand.js +2 -2
- package/dist-es/commands/GetFormTypeCommand.js +2 -2
- package/dist-es/commands/GetGlossaryCommand.js +2 -2
- package/dist-es/commands/GetGlossaryTermCommand.js +2 -2
- package/dist-es/commands/GetGroupProfileCommand.js +2 -2
- package/dist-es/commands/GetIamPortalLoginUrlCommand.js +2 -2
- package/dist-es/commands/GetJobRunCommand.js +2 -2
- package/dist-es/commands/GetLineageEventCommand.js +2 -2
- package/dist-es/commands/GetLineageNodeCommand.js +2 -2
- package/dist-es/commands/GetListingCommand.js +2 -2
- package/dist-es/commands/GetMetadataGenerationRunCommand.js +2 -2
- package/dist-es/commands/GetNotebookRunCommand.js +2 -2
- package/dist-es/commands/GetProjectCommand.js +2 -2
- package/dist-es/commands/GetProjectProfileCommand.js +2 -2
- package/dist-es/commands/GetRuleCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionGrantCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionTargetCommand.js +2 -2
- package/dist-es/commands/GetTimeSeriesDataPointCommand.js +2 -2
- package/dist-es/commands/GetUserProfileCommand.js +2 -2
- package/dist-es/commands/ListAccountPoolsCommand.js +2 -2
- package/dist-es/commands/ListAccountsInAccountPoolCommand.js +2 -2
- package/dist-es/commands/ListAssetFiltersCommand.js +2 -2
- package/dist-es/commands/ListAssetRevisionsCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListDataProductRevisionsCommand.js +2 -2
- package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +2 -2
- package/dist-es/commands/ListDataSourceRunsCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListDomainUnitsForParentCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListEntityOwnersCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentActionsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentBlueprintConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentProfilesCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListJobRunsCommand.js +2 -2
- package/dist-es/commands/ListLineageEventsCommand.js +2 -2
- package/dist-es/commands/ListLineageNodeHistoryCommand.js +2 -2
- package/dist-es/commands/ListMetadataGenerationRunsCommand.js +2 -2
- package/dist-es/commands/ListNotebookRunsCommand.js +2 -2
- package/dist-es/commands/ListNotificationsCommand.js +2 -2
- package/dist-es/commands/ListPolicyGrantsCommand.js +2 -2
- package/dist-es/commands/ListProjectMembershipsCommand.js +2 -2
- package/dist-es/commands/ListProjectProfilesCommand.js +2 -2
- package/dist-es/commands/ListProjectsCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionGrantsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionRequestsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionTargetsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTimeSeriesDataPointsCommand.js +2 -2
- package/dist-es/commands/PostLineageEventCommand.js +2 -2
- package/dist-es/commands/PostTimeSeriesDataPointsCommand.js +2 -2
- package/dist-es/commands/PutDataExportConfigurationCommand.js +2 -2
- package/dist-es/commands/PutEnvironmentBlueprintConfigurationCommand.js +2 -2
- package/dist-es/commands/QueryGraphCommand.js +2 -2
- package/dist-es/commands/RejectPredictionsCommand.js +2 -2
- package/dist-es/commands/RejectSubscriptionRequestCommand.js +2 -2
- package/dist-es/commands/RemoveEntityOwnerCommand.js +2 -2
- package/dist-es/commands/RemovePolicyGrantCommand.js +2 -2
- package/dist-es/commands/RevokeSubscriptionCommand.js +2 -2
- package/dist-es/commands/SearchCommand.js +2 -2
- package/dist-es/commands/SearchGroupProfilesCommand.js +2 -2
- package/dist-es/commands/SearchListingsCommand.js +2 -2
- package/dist-es/commands/SearchTypesCommand.js +2 -2
- package/dist-es/commands/SearchUserProfilesCommand.js +2 -2
- package/dist-es/commands/StartDataSourceRunCommand.js +2 -2
- package/dist-es/commands/StartMetadataGenerationRunCommand.js +2 -2
- package/dist-es/commands/StartNotebookRunCommand.js +2 -2
- package/dist-es/commands/StopNotebookRunCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountPoolCommand.js +2 -2
- package/dist-es/commands/UpdateAssetFilterCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateDomainCommand.js +2 -2
- package/dist-es/commands/UpdateDomainUnitCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentActionCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +2 -2
- package/dist-es/commands/UpdateGlossaryCommand.js +2 -2
- package/dist-es/commands/UpdateGlossaryTermCommand.js +2 -2
- package/dist-es/commands/UpdateGroupProfileCommand.js +2 -2
- package/dist-es/commands/UpdateProjectCommand.js +2 -2
- package/dist-es/commands/UpdateProjectProfileCommand.js +2 -2
- package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +2 -2
- package/dist-es/commands/UpdateRuleCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionGrantStatusCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +2 -2
- package/dist-es/commands/UpdateUserProfileCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DataZoneServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DataZoneClient.d.ts +5 -5
- package/dist-types/commands/AcceptPredictionsCommand.d.ts +6 -4
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +6 -4
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +6 -4
- package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +6 -4
- package/dist-types/commands/AssociateGovernedTermsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +6 -4
- package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +6 -4
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccountPoolCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssetTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataProductCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/commands/CreateDomainUnitCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateFormTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreateGlossaryCommand.d.ts +6 -4
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +6 -4
- package/dist-types/commands/CreateGroupProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/commands/CreateProjectMembershipCommand.d.ts +6 -4
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccountPoolCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataExportConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataProductCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +6 -4
- package/dist-types/commands/DeleteListingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateGovernedTermsCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountPoolCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetFilterCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetTypeCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
- package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetDataProductCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainUnitCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetFormTypeCommand.d.ts +6 -4
- package/dist-types/commands/GetGlossaryCommand.d.ts +6 -4
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetJobRunCommand.d.ts +6 -4
- package/dist-types/commands/GetLineageEventCommand.d.ts +7 -5
- package/dist-types/commands/GetLineageNodeCommand.d.ts +6 -4
- package/dist-types/commands/GetListingCommand.d.ts +6 -4
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +6 -4
- package/dist-types/commands/GetNotebookRunCommand.d.ts +6 -4
- package/dist-types/commands/GetProjectCommand.d.ts +6 -4
- package/dist-types/commands/GetProjectProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +6 -4
- package/dist-types/commands/GetUserProfileCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountPoolsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +6 -4
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/commands/ListEntityOwnersCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListJobRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListLineageEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +6 -4
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListNotebookRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectMembershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +6 -4
- package/dist-types/commands/PostLineageEventCommand.d.ts +6 -4
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +6 -4
- package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/QueryGraphCommand.d.ts +6 -4
- package/dist-types/commands/RejectPredictionsCommand.d.ts +6 -4
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +6 -4
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +6 -4
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/SearchCommand.d.ts +6 -4
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +6 -4
- package/dist-types/commands/SearchListingsCommand.d.ts +6 -4
- package/dist-types/commands/SearchTypesCommand.d.ts +6 -4
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +6 -4
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +6 -4
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +6 -4
- package/dist-types/commands/StartNotebookRunCommand.d.ts +6 -4
- package/dist-types/commands/StopNotebookRunCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DataZoneServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DataZoneClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptPredictionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AcceptSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateEnvironmentRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateGovernedTermsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMetadataGenerationRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssetTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFormTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGroupProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateListingChangeSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataExportConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateGovernedTermsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataExportConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetListingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryGraphCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DataZoneServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteAssetInput, DeleteAssetOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssetCommandInput extends DeleteAssetInput {
|
|
|
22
22
|
export interface DeleteAssetCommandOutput extends DeleteAssetOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssetCommand_base: {
|
|
25
|
-
new (input: DeleteAssetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an asset in Amazon DataZone.</p> <ul> <li> <p>--domain-identifier must refer to a valid and existing domain. </p> </li> <li> <p>--identifier must refer to an existing asset in the specified domain.</p> </li> <li> <p>Asset must not be referenced in any existing asset filters.</p> </li> <li> <p>Asset must not be linked to any draft or published data product.</p> </li> <li> <p>User must have delete permissions for the domain and project.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteAssetFilterInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssetFilterCommandInput extends DeleteAssetFilterInput {
|
|
|
22
22
|
export interface DeleteAssetFilterCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssetFilterCommand_base: {
|
|
25
|
-
new (input: DeleteAssetFilterCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssetFilterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssetFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssetFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an asset filter.</p> <p>Prerequisites:</p> <ul> <li> <p>The asset filter must exist. </p> </li> <li> <p>The domain and asset must not have been deleted.</p> </li> <li> <p>Ensure the --identifier refers to a valid filter ID.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteAssetTypeInput, DeleteAssetTypeOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssetTypeCommandInput extends DeleteAssetTypeInput {
|
|
|
22
22
|
export interface DeleteAssetTypeCommandOutput extends DeleteAssetTypeOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssetTypeCommand_base: {
|
|
25
|
-
new (input: DeleteAssetTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssetTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an asset type in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The asset type must exist in the domain. </p> </li> <li> <p>You must have DeleteAssetType permission.</p> </li> <li> <p>The asset type must not be in use (e.g., assigned to any asset). If used, deletion will fail.</p> </li> <li> <p>You should retrieve the asset type using get-asset-type to confirm its presence before deletion.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectionCommandInput extends DeleteConnectionInput {
|
|
|
22
22
|
export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteDataExportConfigurationInput, DeleteDataExportConfigurationOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataExportConfigurationCommandInput extends DeleteDataExp
|
|
|
22
22
|
export interface DeleteDataExportConfigurationCommandOutput extends DeleteDataExportConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataExportConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteDataExportConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataExportConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataExportConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataExportConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes data export configuration for a domain.</p> <p>This operation does not delete the S3 table created by the PutDataExportConfiguration operation.</p> <p>To temporarily disable export without deleting the configuration, use the PutDataExportConfiguration operation with the <code>--no-enable-export</code> flag instead. This allows you to re-enable export for the same domain using the <code>--enable-export</code> flag without deleting S3 table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteDataProductInput, DeleteDataProductOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataProductCommandInput extends DeleteDataProductInput {
|
|
|
22
22
|
export interface DeleteDataProductCommandOutput extends DeleteDataProductOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataProductCommand_base: {
|
|
25
|
-
new (input: DeleteDataProductCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataProductCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataProductCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataProductCommandInput, DeleteDataProductCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataProductCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataProductCommandInput, DeleteDataProductCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a data product in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The data product must exist and not be deleted or archived. </p> </li> <li> <p>The user must have delete permissions for the data product.</p> </li> <li> <p>Domain and project must be active.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {
|
|
|
22
22
|
export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataSourceCommand_base: {
|
|
25
|
-
new (input: DeleteDataSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a data source in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteDomainInput, DeleteDomainOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDomainCommandInput extends DeleteDomainInput {
|
|
|
22
22
|
export interface DeleteDomainCommandOutput extends DeleteDomainOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDomainCommand_base: {
|
|
25
|
-
new (input: DeleteDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a Amazon DataZone domain.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteDomainUnitInput, DeleteDomainUnitOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDomainUnitCommandInput extends DeleteDomainUnitInput {
|
|
|
22
22
|
export interface DeleteDomainUnitCommandOutput extends DeleteDomainUnitOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDomainUnitCommand_base: {
|
|
25
|
-
new (input: DeleteDomainUnitCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDomainUnitCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDomainUnitCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDomainUnitCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a domain unit.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteEnvironmentActionInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentActionCommandInput extends DeleteEnvironmentAc
|
|
|
22
22
|
export interface DeleteEnvironmentActionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentActionCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteEnvironmentBlueprintInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentBlueprintCommandInput extends DeleteEnvironmen
|
|
|
22
22
|
export interface DeleteEnvironmentBlueprintCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentBlueprintCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentBlueprintCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentBlueprintCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentBlueprintCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentBlueprintCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a blueprint in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteEnvironmentBlueprintConfigurationInput, DeleteEnvironmentBlueprintConfigurationOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentBlueprintConfigurationCommandInput extends Del
|
|
|
22
22
|
export interface DeleteEnvironmentBlueprintConfigurationCommandOutput extends DeleteEnvironmentBlueprintConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentBlueprintConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentBlueprintConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentBlueprintConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentBlueprintConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentBlueprintConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the blueprint configuration in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteEnvironmentInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {
|
|
|
22
22
|
export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an environment in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteEnvironmentProfileInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEnvironmentProfileCommandInput extends DeleteEnvironmentP
|
|
|
22
22
|
export interface DeleteEnvironmentProfileCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEnvironmentProfileCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEnvironmentProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEnvironmentProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEnvironmentProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an environment profile in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteFormTypeInput, DeleteFormTypeOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFormTypeCommandInput extends DeleteFormTypeInput {
|
|
|
22
22
|
export interface DeleteFormTypeCommandOutput extends DeleteFormTypeOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFormTypeCommand_base: {
|
|
25
|
-
new (input: DeleteFormTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFormTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFormTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFormTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes and metadata form type in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The form type must exist in the domain. </p> </li> <li> <p>The form type must not be in use by any asset types or assets.</p> </li> <li> <p>The domain must be valid and accessible.</p> </li> <li> <p>User must have delete permissions on the form type.</p> </li> <li> <p>Any dependencies (such as linked asset types) must be removed first.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteGlossaryInput, DeleteGlossaryOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteGlossaryCommandInput extends DeleteGlossaryInput {
|
|
|
22
22
|
export interface DeleteGlossaryCommandOutput extends DeleteGlossaryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteGlossaryCommand_base: {
|
|
25
|
-
new (input: DeleteGlossaryCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteGlossaryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteGlossaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteGlossaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a business glossary in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The glossary must be in DISABLED state. </p> </li> <li> <p>The glossary must not have any glossary terms associated with it.</p> </li> <li> <p>The glossary must exist in the specified domain.</p> </li> <li> <p>The caller must have the <code>datazone:DeleteGlossary</code> permission in the domain and glossary.</p> </li> <li> <p>Glossary should not be linked to any active metadata forms.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteGlossaryTermInput, DeleteGlossaryTermOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteGlossaryTermCommandInput extends DeleteGlossaryTermInput
|
|
|
22
22
|
export interface DeleteGlossaryTermCommandOutput extends DeleteGlossaryTermOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteGlossaryTermCommand_base: {
|
|
25
|
-
new (input: DeleteGlossaryTermCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteGlossaryTermCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a business glossary term in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>Glossary term must exist and be active. </p> </li> <li> <p>The term must not be linked to other assets or child terms.</p> </li> <li> <p>Caller must have delete permissions in the domain/glossary.</p> </li> <li> <p>Ensure all associations (such as to assets or parent terms) are removed before deletion.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteListingInput, DeleteListingOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteListingCommandInput extends DeleteListingInput {
|
|
|
22
22
|
export interface DeleteListingCommandOutput extends DeleteListingOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteListingCommand_base: {
|
|
25
|
-
new (input: DeleteListingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteListingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteListingCommandInput): import("@smithy/core/client").CommandImpl<DeleteListingCommandInput, DeleteListingCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteListingCommandInput): import("@smithy/core/client").CommandImpl<DeleteListingCommandInput, DeleteListingCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a listing (a record of an asset at a given time).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteProjectInput, DeleteProjectOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProjectCommandInput extends DeleteProjectInput {
|
|
|
22
22
|
export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProjectCommand_base: {
|
|
25
|
-
new (input: DeleteProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a project in Amazon DataZone. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteProjectMembershipInput, DeleteProjectMembershipOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProjectMembershipCommandInput extends DeleteProjectMember
|
|
|
22
22
|
export interface DeleteProjectMembershipCommandOutput extends DeleteProjectMembershipOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProjectMembershipCommand_base: {
|
|
25
|
-
new (input: DeleteProjectMembershipCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProjectMembershipCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProjectMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProjectMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes project membership in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteProjectProfileInput, DeleteProjectProfileOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProjectProfileCommandInput extends DeleteProjectProfileIn
|
|
|
22
22
|
export interface DeleteProjectProfileCommandOutput extends DeleteProjectProfileOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProjectProfileCommand_base: {
|
|
25
|
-
new (input: DeleteProjectProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProjectProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProjectProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProjectProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a project profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteRuleInput, DeleteRuleOutput } from "../models/models_2";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRuleCommandInput extends DeleteRuleInput {
|
|
|
22
22
|
export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRuleCommand_base: {
|
|
25
|
-
new (input: DeleteRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteSubscriptionGrantInput, DeleteSubscriptionGrantOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSubscriptionGrantCommandInput extends DeleteSubscriptionG
|
|
|
22
22
|
export interface DeleteSubscriptionGrantCommandOutput extends DeleteSubscriptionGrantOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSubscriptionGrantCommand_base: {
|
|
25
|
-
new (input: DeleteSubscriptionGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSubscriptionGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSubscriptionGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSubscriptionGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes and subscription grant in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteSubscriptionRequestInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSubscriptionRequestCommandInput extends DeleteSubscriptio
|
|
|
22
22
|
export interface DeleteSubscriptionRequestCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSubscriptionRequestCommand_base: {
|
|
25
|
-
new (input: DeleteSubscriptionRequestCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSubscriptionRequestCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSubscriptionRequestCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSubscriptionRequestCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a subscription request in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteSubscriptionTargetInput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSubscriptionTargetCommandInput extends DeleteSubscription
|
|
|
22
22
|
export interface DeleteSubscriptionTargetCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSubscriptionTargetCommand_base: {
|
|
25
|
-
new (input: DeleteSubscriptionTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSubscriptionTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSubscriptionTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSubscriptionTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a subscription target in Amazon DataZone.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
4
|
import type { DeleteTimeSeriesDataPointsInput, DeleteTimeSeriesDataPointsOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTimeSeriesDataPointsCommandInput extends DeleteTimeSeries
|
|
|
22
22
|
export interface DeleteTimeSeriesDataPointsCommandOutput extends DeleteTimeSeriesDataPointsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTimeSeriesDataPointsCommand_base: {
|
|
25
|
-
new (input: DeleteTimeSeriesDataPointsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTimeSeriesDataPointsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTimeSeriesDataPointsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTimeSeriesDataPointsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified time series form for the specified asset. </p>
|