@aws-sdk/client-datazone 3.1018.0 → 3.1020.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 +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/DataZone.js +14 -14
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-types/DataZone.d.ts +176 -176
- package/dist-types/DataZoneClient.d.ts +179 -179
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/GetLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +3 -3
- package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageNodeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetadataGenerationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimeSeriesDataPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryGraphPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchListingsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchUserProfilesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataZoneClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +24 -24
- package/dist-types/ts3.4/models/models_2.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +14 -14
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -1,180 +1,180 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
3
|
-
import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
4
|
-
import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
5
|
-
import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
6
|
-
import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
7
|
-
import { AssociateGovernedTermsCommandInput, AssociateGovernedTermsCommandOutput } from "./commands/AssociateGovernedTermsCommand";
|
|
8
|
-
import { BatchGetAttributesMetadataCommandInput, BatchGetAttributesMetadataCommandOutput } from "./commands/BatchGetAttributesMetadataCommand";
|
|
9
|
-
import { BatchPutAttributesMetadataCommandInput, BatchPutAttributesMetadataCommandOutput } from "./commands/BatchPutAttributesMetadataCommand";
|
|
10
|
-
import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
11
|
-
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
12
|
-
import { CreateAccountPoolCommandInput, CreateAccountPoolCommandOutput } from "./commands/CreateAccountPoolCommand";
|
|
13
|
-
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
14
|
-
import { CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput } from "./commands/CreateAssetFilterCommand";
|
|
15
|
-
import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "./commands/CreateAssetRevisionCommand";
|
|
16
|
-
import { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "./commands/CreateAssetTypeCommand";
|
|
17
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
18
|
-
import { CreateDataProductCommandInput, CreateDataProductCommandOutput } from "./commands/CreateDataProductCommand";
|
|
19
|
-
import { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "./commands/CreateDataProductRevisionCommand";
|
|
20
|
-
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
21
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
22
|
-
import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
23
|
-
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
24
|
-
import { CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput } from "./commands/CreateEnvironmentBlueprintCommand";
|
|
25
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
26
|
-
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
27
|
-
import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
|
|
28
|
-
import { CreateGlossaryCommandInput, CreateGlossaryCommandOutput } from "./commands/CreateGlossaryCommand";
|
|
29
|
-
import { CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput } from "./commands/CreateGlossaryTermCommand";
|
|
30
|
-
import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from "./commands/CreateGroupProfileCommand";
|
|
31
|
-
import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
|
|
32
|
-
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
33
|
-
import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
|
|
34
|
-
import { CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput } from "./commands/CreateProjectProfileCommand";
|
|
35
|
-
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
36
|
-
import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
|
|
37
|
-
import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
|
|
38
|
-
import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
|
|
39
|
-
import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
|
|
40
|
-
import { DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput } from "./commands/DeleteAccountPoolCommand";
|
|
41
|
-
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
42
|
-
import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "./commands/DeleteAssetFilterCommand";
|
|
43
|
-
import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
|
|
44
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
45
|
-
import { DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput } from "./commands/DeleteDataExportConfigurationCommand";
|
|
46
|
-
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
47
|
-
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
48
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
49
|
-
import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
50
|
-
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
51
|
-
import { DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput } from "./commands/DeleteEnvironmentBlueprintCommand";
|
|
52
|
-
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
53
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
54
|
-
import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
|
|
55
|
-
import { DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput } from "./commands/DeleteFormTypeCommand";
|
|
56
|
-
import { DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput } from "./commands/DeleteGlossaryCommand";
|
|
57
|
-
import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from "./commands/DeleteGlossaryTermCommand";
|
|
58
|
-
import { DeleteListingCommandInput, DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
|
|
59
|
-
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
60
|
-
import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
|
|
61
|
-
import { DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput } from "./commands/DeleteProjectProfileCommand";
|
|
62
|
-
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
63
|
-
import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
|
|
64
|
-
import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
|
|
65
|
-
import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
|
|
66
|
-
import { DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput } from "./commands/DeleteTimeSeriesDataPointsCommand";
|
|
67
|
-
import { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCommandOutput } from "./commands/DisassociateEnvironmentRoleCommand";
|
|
68
|
-
import { DisassociateGovernedTermsCommandInput, DisassociateGovernedTermsCommandOutput } from "./commands/DisassociateGovernedTermsCommand";
|
|
69
|
-
import { GetAccountPoolCommandInput, GetAccountPoolCommandOutput } from "./commands/GetAccountPoolCommand";
|
|
70
|
-
import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
71
|
-
import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "./commands/GetAssetFilterCommand";
|
|
72
|
-
import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
|
|
73
|
-
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
74
|
-
import { GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput } from "./commands/GetDataExportConfigurationCommand";
|
|
75
|
-
import { GetDataProductCommandInput, GetDataProductCommandOutput } from "./commands/GetDataProductCommand";
|
|
76
|
-
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
77
|
-
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
78
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
79
|
-
import { GetDomainUnitCommandInput, GetDomainUnitCommandOutput } from "./commands/GetDomainUnitCommand";
|
|
80
|
-
import { GetEnvironmentActionCommandInput, GetEnvironmentActionCommandOutput } from "./commands/GetEnvironmentActionCommand";
|
|
81
|
-
import { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
|
|
82
|
-
import { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
83
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
84
|
-
import { GetEnvironmentCredentialsCommandInput, GetEnvironmentCredentialsCommandOutput } from "./commands/GetEnvironmentCredentialsCommand";
|
|
85
|
-
import { GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput } from "./commands/GetEnvironmentProfileCommand";
|
|
86
|
-
import { GetFormTypeCommandInput, GetFormTypeCommandOutput } from "./commands/GetFormTypeCommand";
|
|
87
|
-
import { GetGlossaryCommandInput, GetGlossaryCommandOutput } from "./commands/GetGlossaryCommand";
|
|
88
|
-
import { GetGlossaryTermCommandInput, GetGlossaryTermCommandOutput } from "./commands/GetGlossaryTermCommand";
|
|
89
|
-
import { GetGroupProfileCommandInput, GetGroupProfileCommandOutput } from "./commands/GetGroupProfileCommand";
|
|
90
|
-
import { GetIamPortalLoginUrlCommandInput, GetIamPortalLoginUrlCommandOutput } from "./commands/GetIamPortalLoginUrlCommand";
|
|
91
|
-
import { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJobRunCommand";
|
|
92
|
-
import { GetLineageEventCommandInput, GetLineageEventCommandOutput } from "./commands/GetLineageEventCommand";
|
|
93
|
-
import { GetLineageNodeCommandInput, GetLineageNodeCommandOutput } from "./commands/GetLineageNodeCommand";
|
|
94
|
-
import { GetListingCommandInput, GetListingCommandOutput } from "./commands/GetListingCommand";
|
|
95
|
-
import { GetMetadataGenerationRunCommandInput, GetMetadataGenerationRunCommandOutput } from "./commands/GetMetadataGenerationRunCommand";
|
|
96
|
-
import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
97
|
-
import { GetProjectProfileCommandInput, GetProjectProfileCommandOutput } from "./commands/GetProjectProfileCommand";
|
|
98
|
-
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
99
|
-
import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
|
|
100
|
-
import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
|
|
101
|
-
import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
102
|
-
import { GetSubscriptionTargetCommandInput, GetSubscriptionTargetCommandOutput } from "./commands/GetSubscriptionTargetCommand";
|
|
103
|
-
import { GetTimeSeriesDataPointCommandInput, GetTimeSeriesDataPointCommandOutput } from "./commands/GetTimeSeriesDataPointCommand";
|
|
104
|
-
import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "./commands/GetUserProfileCommand";
|
|
105
|
-
import { ListAccountPoolsCommandInput, ListAccountPoolsCommandOutput } from "./commands/ListAccountPoolsCommand";
|
|
106
|
-
import { ListAccountsInAccountPoolCommandInput, ListAccountsInAccountPoolCommandOutput } from "./commands/ListAccountsInAccountPoolCommand";
|
|
107
|
-
import { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "./commands/ListAssetFiltersCommand";
|
|
108
|
-
import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "./commands/ListAssetRevisionsCommand";
|
|
109
|
-
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
110
|
-
import { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "./commands/ListDataProductRevisionsCommand";
|
|
111
|
-
import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "./commands/ListDataSourceRunActivitiesCommand";
|
|
112
|
-
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
|
|
113
|
-
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
114
|
-
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
115
|
-
import { ListDomainUnitsForParentCommandInput, ListDomainUnitsForParentCommandOutput } from "./commands/ListDomainUnitsForParentCommand";
|
|
116
|
-
import { ListEntityOwnersCommandInput, ListEntityOwnersCommandOutput } from "./commands/ListEntityOwnersCommand";
|
|
117
|
-
import { ListEnvironmentActionsCommandInput, ListEnvironmentActionsCommandOutput } from "./commands/ListEnvironmentActionsCommand";
|
|
118
|
-
import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
119
|
-
import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
120
|
-
import { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "./commands/ListEnvironmentProfilesCommand";
|
|
121
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
122
|
-
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
123
|
-
import { ListLineageEventsCommandInput, ListLineageEventsCommandOutput } from "./commands/ListLineageEventsCommand";
|
|
124
|
-
import { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "./commands/ListLineageNodeHistoryCommand";
|
|
125
|
-
import { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "./commands/ListMetadataGenerationRunsCommand";
|
|
126
|
-
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
127
|
-
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
128
|
-
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
129
|
-
import { ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput } from "./commands/ListProjectProfilesCommand";
|
|
130
|
-
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
131
|
-
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
132
|
-
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
133
|
-
import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
|
|
134
|
-
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
135
|
-
import { ListSubscriptionTargetsCommandInput, ListSubscriptionTargetsCommandOutput } from "./commands/ListSubscriptionTargetsCommand";
|
|
136
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
137
|
-
import { ListTimeSeriesDataPointsCommandInput, ListTimeSeriesDataPointsCommandOutput } from "./commands/ListTimeSeriesDataPointsCommand";
|
|
138
|
-
import { PostLineageEventCommandInput, PostLineageEventCommandOutput } from "./commands/PostLineageEventCommand";
|
|
139
|
-
import { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOutput } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
140
|
-
import { PutDataExportConfigurationCommandInput, PutDataExportConfigurationCommandOutput } from "./commands/PutDataExportConfigurationCommand";
|
|
141
|
-
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
142
|
-
import { QueryGraphCommandInput, QueryGraphCommandOutput } from "./commands/QueryGraphCommand";
|
|
143
|
-
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
144
|
-
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
145
|
-
import { RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput } from "./commands/RemoveEntityOwnerCommand";
|
|
146
|
-
import { RemovePolicyGrantCommandInput, RemovePolicyGrantCommandOutput } from "./commands/RemovePolicyGrantCommand";
|
|
147
|
-
import { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
|
|
148
|
-
import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
|
|
149
|
-
import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
|
|
150
|
-
import { SearchListingsCommandInput, SearchListingsCommandOutput } from "./commands/SearchListingsCommand";
|
|
151
|
-
import { SearchTypesCommandInput, SearchTypesCommandOutput } from "./commands/SearchTypesCommand";
|
|
152
|
-
import { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput } from "./commands/SearchUserProfilesCommand";
|
|
153
|
-
import { StartDataSourceRunCommandInput, StartDataSourceRunCommandOutput } from "./commands/StartDataSourceRunCommand";
|
|
154
|
-
import { StartMetadataGenerationRunCommandInput, StartMetadataGenerationRunCommandOutput } from "./commands/StartMetadataGenerationRunCommand";
|
|
155
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
156
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
157
|
-
import { UpdateAccountPoolCommandInput, UpdateAccountPoolCommandOutput } from "./commands/UpdateAccountPoolCommand";
|
|
158
|
-
import { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "./commands/UpdateAssetFilterCommand";
|
|
159
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
160
|
-
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
161
|
-
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
162
|
-
import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
163
|
-
import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
164
|
-
import { UpdateEnvironmentBlueprintCommandInput, UpdateEnvironmentBlueprintCommandOutput } from "./commands/UpdateEnvironmentBlueprintCommand";
|
|
165
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
166
|
-
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
167
|
-
import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
|
|
168
|
-
import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
|
|
169
|
-
import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
170
|
-
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
171
|
-
import { UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput } from "./commands/UpdateProjectProfileCommand";
|
|
172
|
-
import { UpdateRootDomainUnitOwnerCommandInput, UpdateRootDomainUnitOwnerCommandOutput } from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
173
|
-
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
174
|
-
import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
175
|
-
import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
176
|
-
import { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
|
|
177
|
-
import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
|
|
2
|
+
import { type AcceptPredictionsCommandInput, type AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
3
|
+
import { type AcceptSubscriptionRequestCommandInput, type AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
4
|
+
import { type AddEntityOwnerCommandInput, type AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
5
|
+
import { type AddPolicyGrantCommandInput, type AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
6
|
+
import { type AssociateEnvironmentRoleCommandInput, type AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
7
|
+
import { type AssociateGovernedTermsCommandInput, type AssociateGovernedTermsCommandOutput } from "./commands/AssociateGovernedTermsCommand";
|
|
8
|
+
import { type BatchGetAttributesMetadataCommandInput, type BatchGetAttributesMetadataCommandOutput } from "./commands/BatchGetAttributesMetadataCommand";
|
|
9
|
+
import { type BatchPutAttributesMetadataCommandInput, type BatchPutAttributesMetadataCommandOutput } from "./commands/BatchPutAttributesMetadataCommand";
|
|
10
|
+
import { type CancelMetadataGenerationRunCommandInput, type CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
11
|
+
import { type CancelSubscriptionCommandInput, type CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
12
|
+
import { type CreateAccountPoolCommandInput, type CreateAccountPoolCommandOutput } from "./commands/CreateAccountPoolCommand";
|
|
13
|
+
import { type CreateAssetCommandInput, type CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
14
|
+
import { type CreateAssetFilterCommandInput, type CreateAssetFilterCommandOutput } from "./commands/CreateAssetFilterCommand";
|
|
15
|
+
import { type CreateAssetRevisionCommandInput, type CreateAssetRevisionCommandOutput } from "./commands/CreateAssetRevisionCommand";
|
|
16
|
+
import { type CreateAssetTypeCommandInput, type CreateAssetTypeCommandOutput } from "./commands/CreateAssetTypeCommand";
|
|
17
|
+
import { type CreateConnectionCommandInput, type CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
18
|
+
import { type CreateDataProductCommandInput, type CreateDataProductCommandOutput } from "./commands/CreateDataProductCommand";
|
|
19
|
+
import { type CreateDataProductRevisionCommandInput, type CreateDataProductRevisionCommandOutput } from "./commands/CreateDataProductRevisionCommand";
|
|
20
|
+
import { type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
21
|
+
import { type CreateDomainCommandInput, type CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
22
|
+
import { type CreateDomainUnitCommandInput, type CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
23
|
+
import { type CreateEnvironmentActionCommandInput, type CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
24
|
+
import { type CreateEnvironmentBlueprintCommandInput, type CreateEnvironmentBlueprintCommandOutput } from "./commands/CreateEnvironmentBlueprintCommand";
|
|
25
|
+
import { type CreateEnvironmentCommandInput, type CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
26
|
+
import { type CreateEnvironmentProfileCommandInput, type CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
27
|
+
import { type CreateFormTypeCommandInput, type CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
|
|
28
|
+
import { type CreateGlossaryCommandInput, type CreateGlossaryCommandOutput } from "./commands/CreateGlossaryCommand";
|
|
29
|
+
import { type CreateGlossaryTermCommandInput, type CreateGlossaryTermCommandOutput } from "./commands/CreateGlossaryTermCommand";
|
|
30
|
+
import { type CreateGroupProfileCommandInput, type CreateGroupProfileCommandOutput } from "./commands/CreateGroupProfileCommand";
|
|
31
|
+
import { type CreateListingChangeSetCommandInput, type CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
|
|
32
|
+
import { type CreateProjectCommandInput, type CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
33
|
+
import { type CreateProjectMembershipCommandInput, type CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
|
|
34
|
+
import { type CreateProjectProfileCommandInput, type CreateProjectProfileCommandOutput } from "./commands/CreateProjectProfileCommand";
|
|
35
|
+
import { type CreateRuleCommandInput, type CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
36
|
+
import { type CreateSubscriptionGrantCommandInput, type CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
|
|
37
|
+
import { type CreateSubscriptionRequestCommandInput, type CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
|
|
38
|
+
import { type CreateSubscriptionTargetCommandInput, type CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
|
|
39
|
+
import { type CreateUserProfileCommandInput, type CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
|
|
40
|
+
import { type DeleteAccountPoolCommandInput, type DeleteAccountPoolCommandOutput } from "./commands/DeleteAccountPoolCommand";
|
|
41
|
+
import { type DeleteAssetCommandInput, type DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
42
|
+
import { type DeleteAssetFilterCommandInput, type DeleteAssetFilterCommandOutput } from "./commands/DeleteAssetFilterCommand";
|
|
43
|
+
import { type DeleteAssetTypeCommandInput, type DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
|
|
44
|
+
import { type DeleteConnectionCommandInput, type DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
45
|
+
import { type DeleteDataExportConfigurationCommandInput, type DeleteDataExportConfigurationCommandOutput } from "./commands/DeleteDataExportConfigurationCommand";
|
|
46
|
+
import { type DeleteDataProductCommandInput, type DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
47
|
+
import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
48
|
+
import { type DeleteDomainCommandInput, type DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
49
|
+
import { type DeleteDomainUnitCommandInput, type DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
50
|
+
import { type DeleteEnvironmentActionCommandInput, type DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
51
|
+
import { type DeleteEnvironmentBlueprintCommandInput, type DeleteEnvironmentBlueprintCommandOutput } from "./commands/DeleteEnvironmentBlueprintCommand";
|
|
52
|
+
import { type DeleteEnvironmentBlueprintConfigurationCommandInput, type DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
53
|
+
import { type DeleteEnvironmentCommandInput, type DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
54
|
+
import { type DeleteEnvironmentProfileCommandInput, type DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
|
|
55
|
+
import { type DeleteFormTypeCommandInput, type DeleteFormTypeCommandOutput } from "./commands/DeleteFormTypeCommand";
|
|
56
|
+
import { type DeleteGlossaryCommandInput, type DeleteGlossaryCommandOutput } from "./commands/DeleteGlossaryCommand";
|
|
57
|
+
import { type DeleteGlossaryTermCommandInput, type DeleteGlossaryTermCommandOutput } from "./commands/DeleteGlossaryTermCommand";
|
|
58
|
+
import { type DeleteListingCommandInput, type DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
|
|
59
|
+
import { type DeleteProjectCommandInput, type DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
60
|
+
import { type DeleteProjectMembershipCommandInput, type DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
|
|
61
|
+
import { type DeleteProjectProfileCommandInput, type DeleteProjectProfileCommandOutput } from "./commands/DeleteProjectProfileCommand";
|
|
62
|
+
import { type DeleteRuleCommandInput, type DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
63
|
+
import { type DeleteSubscriptionGrantCommandInput, type DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
|
|
64
|
+
import { type DeleteSubscriptionRequestCommandInput, type DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
|
|
65
|
+
import { type DeleteSubscriptionTargetCommandInput, type DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
|
|
66
|
+
import { type DeleteTimeSeriesDataPointsCommandInput, type DeleteTimeSeriesDataPointsCommandOutput } from "./commands/DeleteTimeSeriesDataPointsCommand";
|
|
67
|
+
import { type DisassociateEnvironmentRoleCommandInput, type DisassociateEnvironmentRoleCommandOutput } from "./commands/DisassociateEnvironmentRoleCommand";
|
|
68
|
+
import { type DisassociateGovernedTermsCommandInput, type DisassociateGovernedTermsCommandOutput } from "./commands/DisassociateGovernedTermsCommand";
|
|
69
|
+
import { type GetAccountPoolCommandInput, type GetAccountPoolCommandOutput } from "./commands/GetAccountPoolCommand";
|
|
70
|
+
import { type GetAssetCommandInput, type GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
71
|
+
import { type GetAssetFilterCommandInput, type GetAssetFilterCommandOutput } from "./commands/GetAssetFilterCommand";
|
|
72
|
+
import { type GetAssetTypeCommandInput, type GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
|
|
73
|
+
import { type GetConnectionCommandInput, type GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
74
|
+
import { type GetDataExportConfigurationCommandInput, type GetDataExportConfigurationCommandOutput } from "./commands/GetDataExportConfigurationCommand";
|
|
75
|
+
import { type GetDataProductCommandInput, type GetDataProductCommandOutput } from "./commands/GetDataProductCommand";
|
|
76
|
+
import { type GetDataSourceCommandInput, type GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
77
|
+
import { type GetDataSourceRunCommandInput, type GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
78
|
+
import { type GetDomainCommandInput, type GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
79
|
+
import { type GetDomainUnitCommandInput, type GetDomainUnitCommandOutput } from "./commands/GetDomainUnitCommand";
|
|
80
|
+
import { type GetEnvironmentActionCommandInput, type GetEnvironmentActionCommandOutput } from "./commands/GetEnvironmentActionCommand";
|
|
81
|
+
import { type GetEnvironmentBlueprintCommandInput, type GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
|
|
82
|
+
import { type GetEnvironmentBlueprintConfigurationCommandInput, type GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
83
|
+
import { type GetEnvironmentCommandInput, type GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
84
|
+
import { type GetEnvironmentCredentialsCommandInput, type GetEnvironmentCredentialsCommandOutput } from "./commands/GetEnvironmentCredentialsCommand";
|
|
85
|
+
import { type GetEnvironmentProfileCommandInput, type GetEnvironmentProfileCommandOutput } from "./commands/GetEnvironmentProfileCommand";
|
|
86
|
+
import { type GetFormTypeCommandInput, type GetFormTypeCommandOutput } from "./commands/GetFormTypeCommand";
|
|
87
|
+
import { type GetGlossaryCommandInput, type GetGlossaryCommandOutput } from "./commands/GetGlossaryCommand";
|
|
88
|
+
import { type GetGlossaryTermCommandInput, type GetGlossaryTermCommandOutput } from "./commands/GetGlossaryTermCommand";
|
|
89
|
+
import { type GetGroupProfileCommandInput, type GetGroupProfileCommandOutput } from "./commands/GetGroupProfileCommand";
|
|
90
|
+
import { type GetIamPortalLoginUrlCommandInput, type GetIamPortalLoginUrlCommandOutput } from "./commands/GetIamPortalLoginUrlCommand";
|
|
91
|
+
import { type GetJobRunCommandInput, type GetJobRunCommandOutput } from "./commands/GetJobRunCommand";
|
|
92
|
+
import { type GetLineageEventCommandInput, type GetLineageEventCommandOutput } from "./commands/GetLineageEventCommand";
|
|
93
|
+
import { type GetLineageNodeCommandInput, type GetLineageNodeCommandOutput } from "./commands/GetLineageNodeCommand";
|
|
94
|
+
import { type GetListingCommandInput, type GetListingCommandOutput } from "./commands/GetListingCommand";
|
|
95
|
+
import { type GetMetadataGenerationRunCommandInput, type GetMetadataGenerationRunCommandOutput } from "./commands/GetMetadataGenerationRunCommand";
|
|
96
|
+
import { type GetProjectCommandInput, type GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
97
|
+
import { type GetProjectProfileCommandInput, type GetProjectProfileCommandOutput } from "./commands/GetProjectProfileCommand";
|
|
98
|
+
import { type GetRuleCommandInput, type GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
99
|
+
import { type GetSubscriptionCommandInput, type GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
|
|
100
|
+
import { type GetSubscriptionGrantCommandInput, type GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
|
|
101
|
+
import { type GetSubscriptionRequestDetailsCommandInput, type GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
102
|
+
import { type GetSubscriptionTargetCommandInput, type GetSubscriptionTargetCommandOutput } from "./commands/GetSubscriptionTargetCommand";
|
|
103
|
+
import { type GetTimeSeriesDataPointCommandInput, type GetTimeSeriesDataPointCommandOutput } from "./commands/GetTimeSeriesDataPointCommand";
|
|
104
|
+
import { type GetUserProfileCommandInput, type GetUserProfileCommandOutput } from "./commands/GetUserProfileCommand";
|
|
105
|
+
import { type ListAccountPoolsCommandInput, type ListAccountPoolsCommandOutput } from "./commands/ListAccountPoolsCommand";
|
|
106
|
+
import { type ListAccountsInAccountPoolCommandInput, type ListAccountsInAccountPoolCommandOutput } from "./commands/ListAccountsInAccountPoolCommand";
|
|
107
|
+
import { type ListAssetFiltersCommandInput, type ListAssetFiltersCommandOutput } from "./commands/ListAssetFiltersCommand";
|
|
108
|
+
import { type ListAssetRevisionsCommandInput, type ListAssetRevisionsCommandOutput } from "./commands/ListAssetRevisionsCommand";
|
|
109
|
+
import { type ListConnectionsCommandInput, type ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
110
|
+
import { type ListDataProductRevisionsCommandInput, type ListDataProductRevisionsCommandOutput } from "./commands/ListDataProductRevisionsCommand";
|
|
111
|
+
import { type ListDataSourceRunActivitiesCommandInput, type ListDataSourceRunActivitiesCommandOutput } from "./commands/ListDataSourceRunActivitiesCommand";
|
|
112
|
+
import { type ListDataSourceRunsCommandInput, type ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
|
|
113
|
+
import { type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
114
|
+
import { type ListDomainsCommandInput, type ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
115
|
+
import { type ListDomainUnitsForParentCommandInput, type ListDomainUnitsForParentCommandOutput } from "./commands/ListDomainUnitsForParentCommand";
|
|
116
|
+
import { type ListEntityOwnersCommandInput, type ListEntityOwnersCommandOutput } from "./commands/ListEntityOwnersCommand";
|
|
117
|
+
import { type ListEnvironmentActionsCommandInput, type ListEnvironmentActionsCommandOutput } from "./commands/ListEnvironmentActionsCommand";
|
|
118
|
+
import { type ListEnvironmentBlueprintConfigurationsCommandInput, type ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
119
|
+
import { type ListEnvironmentBlueprintsCommandInput, type ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
120
|
+
import { type ListEnvironmentProfilesCommandInput, type ListEnvironmentProfilesCommandOutput } from "./commands/ListEnvironmentProfilesCommand";
|
|
121
|
+
import { type ListEnvironmentsCommandInput, type ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
122
|
+
import { type ListJobRunsCommandInput, type ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
123
|
+
import { type ListLineageEventsCommandInput, type ListLineageEventsCommandOutput } from "./commands/ListLineageEventsCommand";
|
|
124
|
+
import { type ListLineageNodeHistoryCommandInput, type ListLineageNodeHistoryCommandOutput } from "./commands/ListLineageNodeHistoryCommand";
|
|
125
|
+
import { type ListMetadataGenerationRunsCommandInput, type ListMetadataGenerationRunsCommandOutput } from "./commands/ListMetadataGenerationRunsCommand";
|
|
126
|
+
import { type ListNotificationsCommandInput, type ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
127
|
+
import { type ListPolicyGrantsCommandInput, type ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
128
|
+
import { type ListProjectMembershipsCommandInput, type ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
129
|
+
import { type ListProjectProfilesCommandInput, type ListProjectProfilesCommandOutput } from "./commands/ListProjectProfilesCommand";
|
|
130
|
+
import { type ListProjectsCommandInput, type ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
131
|
+
import { type ListRulesCommandInput, type ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
132
|
+
import { type ListSubscriptionGrantsCommandInput, type ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
133
|
+
import { type ListSubscriptionRequestsCommandInput, type ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
|
|
134
|
+
import { type ListSubscriptionsCommandInput, type ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
135
|
+
import { type ListSubscriptionTargetsCommandInput, type ListSubscriptionTargetsCommandOutput } from "./commands/ListSubscriptionTargetsCommand";
|
|
136
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
137
|
+
import { type ListTimeSeriesDataPointsCommandInput, type ListTimeSeriesDataPointsCommandOutput } from "./commands/ListTimeSeriesDataPointsCommand";
|
|
138
|
+
import { type PostLineageEventCommandInput, type PostLineageEventCommandOutput } from "./commands/PostLineageEventCommand";
|
|
139
|
+
import { type PostTimeSeriesDataPointsCommandInput, type PostTimeSeriesDataPointsCommandOutput } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
140
|
+
import { type PutDataExportConfigurationCommandInput, type PutDataExportConfigurationCommandOutput } from "./commands/PutDataExportConfigurationCommand";
|
|
141
|
+
import { type PutEnvironmentBlueprintConfigurationCommandInput, type PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
142
|
+
import { type QueryGraphCommandInput, type QueryGraphCommandOutput } from "./commands/QueryGraphCommand";
|
|
143
|
+
import { type RejectPredictionsCommandInput, type RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
144
|
+
import { type RejectSubscriptionRequestCommandInput, type RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
145
|
+
import { type RemoveEntityOwnerCommandInput, type RemoveEntityOwnerCommandOutput } from "./commands/RemoveEntityOwnerCommand";
|
|
146
|
+
import { type RemovePolicyGrantCommandInput, type RemovePolicyGrantCommandOutput } from "./commands/RemovePolicyGrantCommand";
|
|
147
|
+
import { type RevokeSubscriptionCommandInput, type RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
|
|
148
|
+
import { type SearchCommandInput, type SearchCommandOutput } from "./commands/SearchCommand";
|
|
149
|
+
import { type SearchGroupProfilesCommandInput, type SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
|
|
150
|
+
import { type SearchListingsCommandInput, type SearchListingsCommandOutput } from "./commands/SearchListingsCommand";
|
|
151
|
+
import { type SearchTypesCommandInput, type SearchTypesCommandOutput } from "./commands/SearchTypesCommand";
|
|
152
|
+
import { type SearchUserProfilesCommandInput, type SearchUserProfilesCommandOutput } from "./commands/SearchUserProfilesCommand";
|
|
153
|
+
import { type StartDataSourceRunCommandInput, type StartDataSourceRunCommandOutput } from "./commands/StartDataSourceRunCommand";
|
|
154
|
+
import { type StartMetadataGenerationRunCommandInput, type StartMetadataGenerationRunCommandOutput } from "./commands/StartMetadataGenerationRunCommand";
|
|
155
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
156
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
157
|
+
import { type UpdateAccountPoolCommandInput, type UpdateAccountPoolCommandOutput } from "./commands/UpdateAccountPoolCommand";
|
|
158
|
+
import { type UpdateAssetFilterCommandInput, type UpdateAssetFilterCommandOutput } from "./commands/UpdateAssetFilterCommand";
|
|
159
|
+
import { type UpdateConnectionCommandInput, type UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
160
|
+
import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
161
|
+
import { type UpdateDomainCommandInput, type UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
162
|
+
import { type UpdateDomainUnitCommandInput, type UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
163
|
+
import { type UpdateEnvironmentActionCommandInput, type UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
164
|
+
import { type UpdateEnvironmentBlueprintCommandInput, type UpdateEnvironmentBlueprintCommandOutput } from "./commands/UpdateEnvironmentBlueprintCommand";
|
|
165
|
+
import { type UpdateEnvironmentCommandInput, type UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
166
|
+
import { type UpdateEnvironmentProfileCommandInput, type UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
167
|
+
import { type UpdateGlossaryCommandInput, type UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
|
|
168
|
+
import { type UpdateGlossaryTermCommandInput, type UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
|
|
169
|
+
import { type UpdateGroupProfileCommandInput, type UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
170
|
+
import { type UpdateProjectCommandInput, type UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
171
|
+
import { type UpdateProjectProfileCommandInput, type UpdateProjectProfileCommandOutput } from "./commands/UpdateProjectProfileCommand";
|
|
172
|
+
import { type UpdateRootDomainUnitOwnerCommandInput, type UpdateRootDomainUnitOwnerCommandOutput } from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
173
|
+
import { type UpdateRuleCommandInput, type UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
174
|
+
import { type UpdateSubscriptionGrantStatusCommandInput, type UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
175
|
+
import { type UpdateSubscriptionRequestCommandInput, type UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
176
|
+
import { type UpdateSubscriptionTargetCommandInput, type UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
|
|
177
|
+
import { type UpdateUserProfileCommandInput, type UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
|
|
178
178
|
import { DataZoneClient } from "./DataZoneClient";
|
|
179
179
|
export interface DataZone {
|
|
180
180
|
/**
|