@aws-sdk/client-datazone 3.1019.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-es/DataZone.js +14 -14
- 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/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/ts3.4/DataZoneClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.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/package.json +14 -14
|
@@ -5,185 +5,185 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
11
|
-
import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
12
|
-
import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
13
|
-
import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
14
|
-
import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
15
|
-
import { AssociateGovernedTermsCommandInput, AssociateGovernedTermsCommandOutput } from "./commands/AssociateGovernedTermsCommand";
|
|
16
|
-
import { BatchGetAttributesMetadataCommandInput, BatchGetAttributesMetadataCommandOutput } from "./commands/BatchGetAttributesMetadataCommand";
|
|
17
|
-
import { BatchPutAttributesMetadataCommandInput, BatchPutAttributesMetadataCommandOutput } from "./commands/BatchPutAttributesMetadataCommand";
|
|
18
|
-
import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
19
|
-
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
20
|
-
import { CreateAccountPoolCommandInput, CreateAccountPoolCommandOutput } from "./commands/CreateAccountPoolCommand";
|
|
21
|
-
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
22
|
-
import { CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput } from "./commands/CreateAssetFilterCommand";
|
|
23
|
-
import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "./commands/CreateAssetRevisionCommand";
|
|
24
|
-
import { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "./commands/CreateAssetTypeCommand";
|
|
25
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
26
|
-
import { CreateDataProductCommandInput, CreateDataProductCommandOutput } from "./commands/CreateDataProductCommand";
|
|
27
|
-
import { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "./commands/CreateDataProductRevisionCommand";
|
|
28
|
-
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
29
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
30
|
-
import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
31
|
-
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
32
|
-
import { CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput } from "./commands/CreateEnvironmentBlueprintCommand";
|
|
33
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
34
|
-
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
35
|
-
import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
|
|
36
|
-
import { CreateGlossaryCommandInput, CreateGlossaryCommandOutput } from "./commands/CreateGlossaryCommand";
|
|
37
|
-
import { CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput } from "./commands/CreateGlossaryTermCommand";
|
|
38
|
-
import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from "./commands/CreateGroupProfileCommand";
|
|
39
|
-
import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
|
|
40
|
-
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
41
|
-
import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
|
|
42
|
-
import { CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput } from "./commands/CreateProjectProfileCommand";
|
|
43
|
-
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
44
|
-
import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
|
|
45
|
-
import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
|
|
46
|
-
import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
|
|
47
|
-
import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
|
|
48
|
-
import { DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput } from "./commands/DeleteAccountPoolCommand";
|
|
49
|
-
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
50
|
-
import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "./commands/DeleteAssetFilterCommand";
|
|
51
|
-
import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
|
|
52
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
53
|
-
import { DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput } from "./commands/DeleteDataExportConfigurationCommand";
|
|
54
|
-
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
55
|
-
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
56
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
57
|
-
import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
58
|
-
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
59
|
-
import { DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput } from "./commands/DeleteEnvironmentBlueprintCommand";
|
|
60
|
-
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
61
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
62
|
-
import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
|
|
63
|
-
import { DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput } from "./commands/DeleteFormTypeCommand";
|
|
64
|
-
import { DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput } from "./commands/DeleteGlossaryCommand";
|
|
65
|
-
import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from "./commands/DeleteGlossaryTermCommand";
|
|
66
|
-
import { DeleteListingCommandInput, DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
|
|
67
|
-
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
68
|
-
import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
|
|
69
|
-
import { DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput } from "./commands/DeleteProjectProfileCommand";
|
|
70
|
-
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
71
|
-
import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
|
|
72
|
-
import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
|
|
73
|
-
import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
|
|
74
|
-
import { DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput } from "./commands/DeleteTimeSeriesDataPointsCommand";
|
|
75
|
-
import { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCommandOutput } from "./commands/DisassociateEnvironmentRoleCommand";
|
|
76
|
-
import { DisassociateGovernedTermsCommandInput, DisassociateGovernedTermsCommandOutput } from "./commands/DisassociateGovernedTermsCommand";
|
|
77
|
-
import { GetAccountPoolCommandInput, GetAccountPoolCommandOutput } from "./commands/GetAccountPoolCommand";
|
|
78
|
-
import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
79
|
-
import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "./commands/GetAssetFilterCommand";
|
|
80
|
-
import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
|
|
81
|
-
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
82
|
-
import { GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput } from "./commands/GetDataExportConfigurationCommand";
|
|
83
|
-
import { GetDataProductCommandInput, GetDataProductCommandOutput } from "./commands/GetDataProductCommand";
|
|
84
|
-
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
85
|
-
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
86
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
87
|
-
import { GetDomainUnitCommandInput, GetDomainUnitCommandOutput } from "./commands/GetDomainUnitCommand";
|
|
88
|
-
import { GetEnvironmentActionCommandInput, GetEnvironmentActionCommandOutput } from "./commands/GetEnvironmentActionCommand";
|
|
89
|
-
import { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
|
|
90
|
-
import { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
91
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
92
|
-
import { GetEnvironmentCredentialsCommandInput, GetEnvironmentCredentialsCommandOutput } from "./commands/GetEnvironmentCredentialsCommand";
|
|
93
|
-
import { GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput } from "./commands/GetEnvironmentProfileCommand";
|
|
94
|
-
import { GetFormTypeCommandInput, GetFormTypeCommandOutput } from "./commands/GetFormTypeCommand";
|
|
95
|
-
import { GetGlossaryCommandInput, GetGlossaryCommandOutput } from "./commands/GetGlossaryCommand";
|
|
96
|
-
import { GetGlossaryTermCommandInput, GetGlossaryTermCommandOutput } from "./commands/GetGlossaryTermCommand";
|
|
97
|
-
import { GetGroupProfileCommandInput, GetGroupProfileCommandOutput } from "./commands/GetGroupProfileCommand";
|
|
98
|
-
import { GetIamPortalLoginUrlCommandInput, GetIamPortalLoginUrlCommandOutput } from "./commands/GetIamPortalLoginUrlCommand";
|
|
99
|
-
import { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJobRunCommand";
|
|
100
|
-
import { GetLineageEventCommandInput, GetLineageEventCommandOutput } from "./commands/GetLineageEventCommand";
|
|
101
|
-
import { GetLineageNodeCommandInput, GetLineageNodeCommandOutput } from "./commands/GetLineageNodeCommand";
|
|
102
|
-
import { GetListingCommandInput, GetListingCommandOutput } from "./commands/GetListingCommand";
|
|
103
|
-
import { GetMetadataGenerationRunCommandInput, GetMetadataGenerationRunCommandOutput } from "./commands/GetMetadataGenerationRunCommand";
|
|
104
|
-
import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
105
|
-
import { GetProjectProfileCommandInput, GetProjectProfileCommandOutput } from "./commands/GetProjectProfileCommand";
|
|
106
|
-
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
107
|
-
import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
|
|
108
|
-
import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
|
|
109
|
-
import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
110
|
-
import { GetSubscriptionTargetCommandInput, GetSubscriptionTargetCommandOutput } from "./commands/GetSubscriptionTargetCommand";
|
|
111
|
-
import { GetTimeSeriesDataPointCommandInput, GetTimeSeriesDataPointCommandOutput } from "./commands/GetTimeSeriesDataPointCommand";
|
|
112
|
-
import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "./commands/GetUserProfileCommand";
|
|
113
|
-
import { ListAccountPoolsCommandInput, ListAccountPoolsCommandOutput } from "./commands/ListAccountPoolsCommand";
|
|
114
|
-
import { ListAccountsInAccountPoolCommandInput, ListAccountsInAccountPoolCommandOutput } from "./commands/ListAccountsInAccountPoolCommand";
|
|
115
|
-
import { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "./commands/ListAssetFiltersCommand";
|
|
116
|
-
import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "./commands/ListAssetRevisionsCommand";
|
|
117
|
-
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
118
|
-
import { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "./commands/ListDataProductRevisionsCommand";
|
|
119
|
-
import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "./commands/ListDataSourceRunActivitiesCommand";
|
|
120
|
-
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
|
|
121
|
-
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
122
|
-
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
123
|
-
import { ListDomainUnitsForParentCommandInput, ListDomainUnitsForParentCommandOutput } from "./commands/ListDomainUnitsForParentCommand";
|
|
124
|
-
import { ListEntityOwnersCommandInput, ListEntityOwnersCommandOutput } from "./commands/ListEntityOwnersCommand";
|
|
125
|
-
import { ListEnvironmentActionsCommandInput, ListEnvironmentActionsCommandOutput } from "./commands/ListEnvironmentActionsCommand";
|
|
126
|
-
import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
127
|
-
import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
128
|
-
import { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "./commands/ListEnvironmentProfilesCommand";
|
|
129
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
130
|
-
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
131
|
-
import { ListLineageEventsCommandInput, ListLineageEventsCommandOutput } from "./commands/ListLineageEventsCommand";
|
|
132
|
-
import { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "./commands/ListLineageNodeHistoryCommand";
|
|
133
|
-
import { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "./commands/ListMetadataGenerationRunsCommand";
|
|
134
|
-
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
135
|
-
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
136
|
-
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
137
|
-
import { ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput } from "./commands/ListProjectProfilesCommand";
|
|
138
|
-
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
139
|
-
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
140
|
-
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
141
|
-
import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
|
|
142
|
-
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
143
|
-
import { ListSubscriptionTargetsCommandInput, ListSubscriptionTargetsCommandOutput } from "./commands/ListSubscriptionTargetsCommand";
|
|
144
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
145
|
-
import { ListTimeSeriesDataPointsCommandInput, ListTimeSeriesDataPointsCommandOutput } from "./commands/ListTimeSeriesDataPointsCommand";
|
|
146
|
-
import { PostLineageEventCommandInput, PostLineageEventCommandOutput } from "./commands/PostLineageEventCommand";
|
|
147
|
-
import { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOutput } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
148
|
-
import { PutDataExportConfigurationCommandInput, PutDataExportConfigurationCommandOutput } from "./commands/PutDataExportConfigurationCommand";
|
|
149
|
-
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
150
|
-
import { QueryGraphCommandInput, QueryGraphCommandOutput } from "./commands/QueryGraphCommand";
|
|
151
|
-
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
152
|
-
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
153
|
-
import { RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput } from "./commands/RemoveEntityOwnerCommand";
|
|
154
|
-
import { RemovePolicyGrantCommandInput, RemovePolicyGrantCommandOutput } from "./commands/RemovePolicyGrantCommand";
|
|
155
|
-
import { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
|
|
156
|
-
import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
|
|
157
|
-
import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
|
|
158
|
-
import { SearchListingsCommandInput, SearchListingsCommandOutput } from "./commands/SearchListingsCommand";
|
|
159
|
-
import { SearchTypesCommandInput, SearchTypesCommandOutput } from "./commands/SearchTypesCommand";
|
|
160
|
-
import { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput } from "./commands/SearchUserProfilesCommand";
|
|
161
|
-
import { StartDataSourceRunCommandInput, StartDataSourceRunCommandOutput } from "./commands/StartDataSourceRunCommand";
|
|
162
|
-
import { StartMetadataGenerationRunCommandInput, StartMetadataGenerationRunCommandOutput } from "./commands/StartMetadataGenerationRunCommand";
|
|
163
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
164
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
165
|
-
import { UpdateAccountPoolCommandInput, UpdateAccountPoolCommandOutput } from "./commands/UpdateAccountPoolCommand";
|
|
166
|
-
import { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "./commands/UpdateAssetFilterCommand";
|
|
167
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
168
|
-
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
169
|
-
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
170
|
-
import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
171
|
-
import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
172
|
-
import { UpdateEnvironmentBlueprintCommandInput, UpdateEnvironmentBlueprintCommandOutput } from "./commands/UpdateEnvironmentBlueprintCommand";
|
|
173
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
174
|
-
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
175
|
-
import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
|
|
176
|
-
import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
|
|
177
|
-
import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
178
|
-
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
179
|
-
import { UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput } from "./commands/UpdateProjectProfileCommand";
|
|
180
|
-
import { UpdateRootDomainUnitOwnerCommandInput, UpdateRootDomainUnitOwnerCommandOutput } from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
181
|
-
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
182
|
-
import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
183
|
-
import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
184
|
-
import { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
|
|
185
|
-
import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
|
|
186
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
11
|
+
import type { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
12
|
+
import type { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
13
|
+
import type { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
14
|
+
import type { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
15
|
+
import type { AssociateGovernedTermsCommandInput, AssociateGovernedTermsCommandOutput } from "./commands/AssociateGovernedTermsCommand";
|
|
16
|
+
import type { BatchGetAttributesMetadataCommandInput, BatchGetAttributesMetadataCommandOutput } from "./commands/BatchGetAttributesMetadataCommand";
|
|
17
|
+
import type { BatchPutAttributesMetadataCommandInput, BatchPutAttributesMetadataCommandOutput } from "./commands/BatchPutAttributesMetadataCommand";
|
|
18
|
+
import type { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
19
|
+
import type { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
20
|
+
import type { CreateAccountPoolCommandInput, CreateAccountPoolCommandOutput } from "./commands/CreateAccountPoolCommand";
|
|
21
|
+
import type { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
22
|
+
import type { CreateAssetFilterCommandInput, CreateAssetFilterCommandOutput } from "./commands/CreateAssetFilterCommand";
|
|
23
|
+
import type { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "./commands/CreateAssetRevisionCommand";
|
|
24
|
+
import type { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "./commands/CreateAssetTypeCommand";
|
|
25
|
+
import type { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
26
|
+
import type { CreateDataProductCommandInput, CreateDataProductCommandOutput } from "./commands/CreateDataProductCommand";
|
|
27
|
+
import type { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "./commands/CreateDataProductRevisionCommand";
|
|
28
|
+
import type { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
29
|
+
import type { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
30
|
+
import type { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
31
|
+
import type { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
32
|
+
import type { CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput } from "./commands/CreateEnvironmentBlueprintCommand";
|
|
33
|
+
import type { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
34
|
+
import type { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
35
|
+
import type { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
|
|
36
|
+
import type { CreateGlossaryCommandInput, CreateGlossaryCommandOutput } from "./commands/CreateGlossaryCommand";
|
|
37
|
+
import type { CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput } from "./commands/CreateGlossaryTermCommand";
|
|
38
|
+
import type { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from "./commands/CreateGroupProfileCommand";
|
|
39
|
+
import type { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
|
|
40
|
+
import type { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
41
|
+
import type { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
|
|
42
|
+
import type { CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput } from "./commands/CreateProjectProfileCommand";
|
|
43
|
+
import type { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
44
|
+
import type { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
|
|
45
|
+
import type { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
|
|
46
|
+
import type { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
|
|
47
|
+
import type { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
|
|
48
|
+
import type { DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput } from "./commands/DeleteAccountPoolCommand";
|
|
49
|
+
import type { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
50
|
+
import type { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "./commands/DeleteAssetFilterCommand";
|
|
51
|
+
import type { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
|
|
52
|
+
import type { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
53
|
+
import type { DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput } from "./commands/DeleteDataExportConfigurationCommand";
|
|
54
|
+
import type { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
55
|
+
import type { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
56
|
+
import type { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
57
|
+
import type { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
58
|
+
import type { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
59
|
+
import type { DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput } from "./commands/DeleteEnvironmentBlueprintCommand";
|
|
60
|
+
import type { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
61
|
+
import type { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
62
|
+
import type { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
|
|
63
|
+
import type { DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput } from "./commands/DeleteFormTypeCommand";
|
|
64
|
+
import type { DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput } from "./commands/DeleteGlossaryCommand";
|
|
65
|
+
import type { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from "./commands/DeleteGlossaryTermCommand";
|
|
66
|
+
import type { DeleteListingCommandInput, DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
|
|
67
|
+
import type { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
68
|
+
import type { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
|
|
69
|
+
import type { DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput } from "./commands/DeleteProjectProfileCommand";
|
|
70
|
+
import type { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
71
|
+
import type { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
|
|
72
|
+
import type { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
|
|
73
|
+
import type { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
|
|
74
|
+
import type { DeleteTimeSeriesDataPointsCommandInput, DeleteTimeSeriesDataPointsCommandOutput } from "./commands/DeleteTimeSeriesDataPointsCommand";
|
|
75
|
+
import type { DisassociateEnvironmentRoleCommandInput, DisassociateEnvironmentRoleCommandOutput } from "./commands/DisassociateEnvironmentRoleCommand";
|
|
76
|
+
import type { DisassociateGovernedTermsCommandInput, DisassociateGovernedTermsCommandOutput } from "./commands/DisassociateGovernedTermsCommand";
|
|
77
|
+
import type { GetAccountPoolCommandInput, GetAccountPoolCommandOutput } from "./commands/GetAccountPoolCommand";
|
|
78
|
+
import type { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
79
|
+
import type { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "./commands/GetAssetFilterCommand";
|
|
80
|
+
import type { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
|
|
81
|
+
import type { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
82
|
+
import type { GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput } from "./commands/GetDataExportConfigurationCommand";
|
|
83
|
+
import type { GetDataProductCommandInput, GetDataProductCommandOutput } from "./commands/GetDataProductCommand";
|
|
84
|
+
import type { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
85
|
+
import type { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
86
|
+
import type { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
87
|
+
import type { GetDomainUnitCommandInput, GetDomainUnitCommandOutput } from "./commands/GetDomainUnitCommand";
|
|
88
|
+
import type { GetEnvironmentActionCommandInput, GetEnvironmentActionCommandOutput } from "./commands/GetEnvironmentActionCommand";
|
|
89
|
+
import type { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
|
|
90
|
+
import type { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
91
|
+
import type { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
92
|
+
import type { GetEnvironmentCredentialsCommandInput, GetEnvironmentCredentialsCommandOutput } from "./commands/GetEnvironmentCredentialsCommand";
|
|
93
|
+
import type { GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput } from "./commands/GetEnvironmentProfileCommand";
|
|
94
|
+
import type { GetFormTypeCommandInput, GetFormTypeCommandOutput } from "./commands/GetFormTypeCommand";
|
|
95
|
+
import type { GetGlossaryCommandInput, GetGlossaryCommandOutput } from "./commands/GetGlossaryCommand";
|
|
96
|
+
import type { GetGlossaryTermCommandInput, GetGlossaryTermCommandOutput } from "./commands/GetGlossaryTermCommand";
|
|
97
|
+
import type { GetGroupProfileCommandInput, GetGroupProfileCommandOutput } from "./commands/GetGroupProfileCommand";
|
|
98
|
+
import type { GetIamPortalLoginUrlCommandInput, GetIamPortalLoginUrlCommandOutput } from "./commands/GetIamPortalLoginUrlCommand";
|
|
99
|
+
import type { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJobRunCommand";
|
|
100
|
+
import type { GetLineageEventCommandInput, GetLineageEventCommandOutput } from "./commands/GetLineageEventCommand";
|
|
101
|
+
import type { GetLineageNodeCommandInput, GetLineageNodeCommandOutput } from "./commands/GetLineageNodeCommand";
|
|
102
|
+
import type { GetListingCommandInput, GetListingCommandOutput } from "./commands/GetListingCommand";
|
|
103
|
+
import type { GetMetadataGenerationRunCommandInput, GetMetadataGenerationRunCommandOutput } from "./commands/GetMetadataGenerationRunCommand";
|
|
104
|
+
import type { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
105
|
+
import type { GetProjectProfileCommandInput, GetProjectProfileCommandOutput } from "./commands/GetProjectProfileCommand";
|
|
106
|
+
import type { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
107
|
+
import type { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
|
|
108
|
+
import type { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
|
|
109
|
+
import type { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
|
|
110
|
+
import type { GetSubscriptionTargetCommandInput, GetSubscriptionTargetCommandOutput } from "./commands/GetSubscriptionTargetCommand";
|
|
111
|
+
import type { GetTimeSeriesDataPointCommandInput, GetTimeSeriesDataPointCommandOutput } from "./commands/GetTimeSeriesDataPointCommand";
|
|
112
|
+
import type { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "./commands/GetUserProfileCommand";
|
|
113
|
+
import type { ListAccountPoolsCommandInput, ListAccountPoolsCommandOutput } from "./commands/ListAccountPoolsCommand";
|
|
114
|
+
import type { ListAccountsInAccountPoolCommandInput, ListAccountsInAccountPoolCommandOutput } from "./commands/ListAccountsInAccountPoolCommand";
|
|
115
|
+
import type { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "./commands/ListAssetFiltersCommand";
|
|
116
|
+
import type { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "./commands/ListAssetRevisionsCommand";
|
|
117
|
+
import type { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
118
|
+
import type { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "./commands/ListDataProductRevisionsCommand";
|
|
119
|
+
import type { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "./commands/ListDataSourceRunActivitiesCommand";
|
|
120
|
+
import type { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
|
|
121
|
+
import type { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
122
|
+
import type { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
123
|
+
import type { ListDomainUnitsForParentCommandInput, ListDomainUnitsForParentCommandOutput } from "./commands/ListDomainUnitsForParentCommand";
|
|
124
|
+
import type { ListEntityOwnersCommandInput, ListEntityOwnersCommandOutput } from "./commands/ListEntityOwnersCommand";
|
|
125
|
+
import type { ListEnvironmentActionsCommandInput, ListEnvironmentActionsCommandOutput } from "./commands/ListEnvironmentActionsCommand";
|
|
126
|
+
import type { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
127
|
+
import type { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
128
|
+
import type { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "./commands/ListEnvironmentProfilesCommand";
|
|
129
|
+
import type { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
130
|
+
import type { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
131
|
+
import type { ListLineageEventsCommandInput, ListLineageEventsCommandOutput } from "./commands/ListLineageEventsCommand";
|
|
132
|
+
import type { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "./commands/ListLineageNodeHistoryCommand";
|
|
133
|
+
import type { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "./commands/ListMetadataGenerationRunsCommand";
|
|
134
|
+
import type { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
135
|
+
import type { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
136
|
+
import type { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
137
|
+
import type { ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput } from "./commands/ListProjectProfilesCommand";
|
|
138
|
+
import type { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
139
|
+
import type { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
140
|
+
import type { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
141
|
+
import type { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
|
|
142
|
+
import type { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
143
|
+
import type { ListSubscriptionTargetsCommandInput, ListSubscriptionTargetsCommandOutput } from "./commands/ListSubscriptionTargetsCommand";
|
|
144
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
145
|
+
import type { ListTimeSeriesDataPointsCommandInput, ListTimeSeriesDataPointsCommandOutput } from "./commands/ListTimeSeriesDataPointsCommand";
|
|
146
|
+
import type { PostLineageEventCommandInput, PostLineageEventCommandOutput } from "./commands/PostLineageEventCommand";
|
|
147
|
+
import type { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOutput } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
148
|
+
import type { PutDataExportConfigurationCommandInput, PutDataExportConfigurationCommandOutput } from "./commands/PutDataExportConfigurationCommand";
|
|
149
|
+
import type { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
150
|
+
import type { QueryGraphCommandInput, QueryGraphCommandOutput } from "./commands/QueryGraphCommand";
|
|
151
|
+
import type { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
152
|
+
import type { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
153
|
+
import type { RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput } from "./commands/RemoveEntityOwnerCommand";
|
|
154
|
+
import type { RemovePolicyGrantCommandInput, RemovePolicyGrantCommandOutput } from "./commands/RemovePolicyGrantCommand";
|
|
155
|
+
import type { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
|
|
156
|
+
import type { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
|
|
157
|
+
import type { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
|
|
158
|
+
import type { SearchListingsCommandInput, SearchListingsCommandOutput } from "./commands/SearchListingsCommand";
|
|
159
|
+
import type { SearchTypesCommandInput, SearchTypesCommandOutput } from "./commands/SearchTypesCommand";
|
|
160
|
+
import type { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput } from "./commands/SearchUserProfilesCommand";
|
|
161
|
+
import type { StartDataSourceRunCommandInput, StartDataSourceRunCommandOutput } from "./commands/StartDataSourceRunCommand";
|
|
162
|
+
import type { StartMetadataGenerationRunCommandInput, StartMetadataGenerationRunCommandOutput } from "./commands/StartMetadataGenerationRunCommand";
|
|
163
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
164
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
165
|
+
import type { UpdateAccountPoolCommandInput, UpdateAccountPoolCommandOutput } from "./commands/UpdateAccountPoolCommand";
|
|
166
|
+
import type { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "./commands/UpdateAssetFilterCommand";
|
|
167
|
+
import type { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
168
|
+
import type { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
169
|
+
import type { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
170
|
+
import type { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
171
|
+
import type { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
172
|
+
import type { UpdateEnvironmentBlueprintCommandInput, UpdateEnvironmentBlueprintCommandOutput } from "./commands/UpdateEnvironmentBlueprintCommand";
|
|
173
|
+
import type { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
174
|
+
import type { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
175
|
+
import type { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
|
|
176
|
+
import type { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
|
|
177
|
+
import type { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
|
|
178
|
+
import type { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
179
|
+
import type { UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput } from "./commands/UpdateProjectProfileCommand";
|
|
180
|
+
import type { UpdateRootDomainUnitOwnerCommandInput, UpdateRootDomainUnitOwnerCommandOutput } from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
181
|
+
import type { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
182
|
+
import type { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
183
|
+
import type { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
|
|
184
|
+
import type { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
|
|
185
|
+
import type { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
|
|
186
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
187
187
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
188
188
|
export { __Client };
|
|
189
189
|
/**
|
|
@@ -292,7 +292,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
292
292
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
293
293
|
* @internal
|
|
294
294
|
*/
|
|
295
|
-
defaultUserAgentProvider?:
|
|
295
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
296
296
|
/**
|
|
297
297
|
* Default credentials provider; Not available in browser runtime.
|
|
298
298
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { DataZoneHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
5
|
-
import {
|
|
5
|
+
import type { GetLineageEventInput, GetLineageEventOutput } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import {
|
|
4
|
+
import type { PostLineageEventInput, PostLineageEventOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./DataZoneClient";
|
|
7
7
|
export * from "./DataZone";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { DataZoneExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AcceptRuleBehavior, AttributeEntityType, AuthenticationType, AuthType, ChangeAction, ComputeEnvironments, ConfigurableActionTypeAuthorization, ConnectionScope, ConnectionStatus, ConnectionType, DataProductItemType, DataProductStatus, DataSourceErrorType, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, DeploymentMode, DeploymentStatus, DeploymentType, DomainStatus, DomainUnitDesignation, DomainVersion, EnableSetting, EntityType, EnvironmentStatus, FilterExpressionType, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GlueConnectionType, GovernanceType, GovernedEntityType, GroupProfileStatus, HyperPodOrchestrator, ListingStatus, ManagedPolicyType, OAuth2GrantType, OverallDeploymentStatus, ProjectDesignation, ProjectStatus, Protocol, ResolutionStrategy, ResourceTagSource, RuleAction, RuleScopeSelectionMode, RuleTargetType, RuleType, S3Permission, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, Timezone, UserAssignment, UserDesignation } from "./enums";
|
|
1
|
+
import type { AcceptRuleBehavior, AttributeEntityType, AuthenticationType, AuthType, ChangeAction, ComputeEnvironments, ConfigurableActionTypeAuthorization, ConnectionScope, ConnectionStatus, ConnectionType, DataProductItemType, DataProductStatus, DataSourceErrorType, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, DeploymentMode, DeploymentStatus, DeploymentType, DomainStatus, DomainUnitDesignation, DomainVersion, EnableSetting, EntityType, EnvironmentStatus, FilterExpressionType, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GlueConnectionType, GovernanceType, GovernedEntityType, GroupProfileStatus, HyperPodOrchestrator, ListingStatus, ManagedPolicyType, OAuth2GrantType, OverallDeploymentStatus, ProjectDesignation, ProjectStatus, Protocol, ResolutionStrategy, ResourceTagSource, RuleAction, RuleScopeSelectionMode, RuleTargetType, RuleType, S3Permission, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, Timezone, UserAssignment, UserDesignation } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>
|
|
4
4
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
-
import
|
|
1
|
+
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
+
import type { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetRevision, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, GrantedEntity, MatchRationaleItem, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, RuleDetail, RuleScope, RuleTarget, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, FormTypeStatus, GraphEntityType, GroupProfileStatus, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import type { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, FormTypeStatus, GraphEntityType, GroupProfileStatus, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
+
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FailureCause, FormEntryOutput, FormOutput, GrantedEntity, Model, PhysicalEndpoint, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, UserProfileDetails } from "./models_0";
|
|
3
|
+
import type { DataProductListingItem, Filter, Import, RelationPattern, SearchInItem, SearchSort } from "./models_1";
|
|
4
4
|
/**
|
|
5
5
|
* <p>The details of the results of the <code>SearchListings</code> action.</p>
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAccountPoolsCommandInput, ListAccountPoolsCommandOutput } from "../commands/ListAccountPoolsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAccountsInAccountPoolCommandInput, ListAccountsInAccountPoolCommandOutput } from "../commands/ListAccountsInAccountPoolCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssetFiltersCommandInput, ListAssetFiltersCommandOutput } from "../commands/ListAssetFiltersCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "../commands/ListAssetRevisionsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataProductRevisionsCommandInput, ListDataProductRevisionsCommandOutput } from "../commands/ListDataProductRevisionsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "../commands/ListDataSourceRunActivitiesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "../commands/ListDataSourceRunsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|