@aws-sdk/client-datazone 3.975.0 → 3.978.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/index.js +114 -75
- package/dist-es/DataZone.js +77 -1
- package/dist-types/DataZone.d.ts +260 -1
- package/dist-types/ts3.4/DataZone.d.ts +264 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -8093,6 +8093,80 @@ class UpdateUserProfileCommand extends smithyClient.Command
|
|
|
8093
8093
|
.build() {
|
|
8094
8094
|
}
|
|
8095
8095
|
|
|
8096
|
+
const paginateListAccountPools = core.createPaginator(DataZoneClient, ListAccountPoolsCommand, "nextToken", "nextToken", "maxResults");
|
|
8097
|
+
|
|
8098
|
+
const paginateListAccountsInAccountPool = core.createPaginator(DataZoneClient, ListAccountsInAccountPoolCommand, "nextToken", "nextToken", "maxResults");
|
|
8099
|
+
|
|
8100
|
+
const paginateListAssetFilters = core.createPaginator(DataZoneClient, ListAssetFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
8101
|
+
|
|
8102
|
+
const paginateListAssetRevisions = core.createPaginator(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8103
|
+
|
|
8104
|
+
const paginateListConnections = core.createPaginator(DataZoneClient, ListConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8105
|
+
|
|
8106
|
+
const paginateListDataProductRevisions = core.createPaginator(DataZoneClient, ListDataProductRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8107
|
+
|
|
8108
|
+
const paginateListDataSourceRunActivities = core.createPaginator(DataZoneClient, ListDataSourceRunActivitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
8109
|
+
|
|
8110
|
+
const paginateListDataSourceRuns = core.createPaginator(DataZoneClient, ListDataSourceRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
8111
|
+
|
|
8112
|
+
const paginateListDataSources = core.createPaginator(DataZoneClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
8113
|
+
|
|
8114
|
+
const paginateListDomains = core.createPaginator(DataZoneClient, ListDomainsCommand, "nextToken", "nextToken", "maxResults");
|
|
8115
|
+
|
|
8116
|
+
const paginateListDomainUnitsForParent = core.createPaginator(DataZoneClient, ListDomainUnitsForParentCommand, "nextToken", "nextToken", "maxResults");
|
|
8117
|
+
|
|
8118
|
+
const paginateListEntityOwners = core.createPaginator(DataZoneClient, ListEntityOwnersCommand, "nextToken", "nextToken", "maxResults");
|
|
8119
|
+
|
|
8120
|
+
const paginateListEnvironmentActions = core.createPaginator(DataZoneClient, ListEnvironmentActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8121
|
+
|
|
8122
|
+
const paginateListEnvironmentBlueprintConfigurations = core.createPaginator(DataZoneClient, ListEnvironmentBlueprintConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
8123
|
+
|
|
8124
|
+
const paginateListEnvironmentBlueprints = core.createPaginator(DataZoneClient, ListEnvironmentBlueprintsCommand, "nextToken", "nextToken", "maxResults");
|
|
8125
|
+
|
|
8126
|
+
const paginateListEnvironmentProfiles = core.createPaginator(DataZoneClient, ListEnvironmentProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8127
|
+
|
|
8128
|
+
const paginateListEnvironments = core.createPaginator(DataZoneClient, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
8129
|
+
|
|
8130
|
+
const paginateListJobRuns = core.createPaginator(DataZoneClient, ListJobRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
8131
|
+
|
|
8132
|
+
const paginateListLineageEvents = core.createPaginator(DataZoneClient, ListLineageEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
8133
|
+
|
|
8134
|
+
const paginateListLineageNodeHistory = core.createPaginator(DataZoneClient, ListLineageNodeHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
8135
|
+
|
|
8136
|
+
const paginateListMetadataGenerationRuns = core.createPaginator(DataZoneClient, ListMetadataGenerationRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
8137
|
+
|
|
8138
|
+
const paginateListNotifications = core.createPaginator(DataZoneClient, ListNotificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
8139
|
+
|
|
8140
|
+
const paginateListPolicyGrants = core.createPaginator(DataZoneClient, ListPolicyGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
8141
|
+
|
|
8142
|
+
const paginateListProjectMemberships = core.createPaginator(DataZoneClient, ListProjectMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
8143
|
+
|
|
8144
|
+
const paginateListProjectProfiles = core.createPaginator(DataZoneClient, ListProjectProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8145
|
+
|
|
8146
|
+
const paginateListProjects = core.createPaginator(DataZoneClient, ListProjectsCommand, "nextToken", "nextToken", "maxResults");
|
|
8147
|
+
|
|
8148
|
+
const paginateListRules = core.createPaginator(DataZoneClient, ListRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
8149
|
+
|
|
8150
|
+
const paginateListSubscriptionGrants = core.createPaginator(DataZoneClient, ListSubscriptionGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
8151
|
+
|
|
8152
|
+
const paginateListSubscriptionRequests = core.createPaginator(DataZoneClient, ListSubscriptionRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
8153
|
+
|
|
8154
|
+
const paginateListSubscriptions = core.createPaginator(DataZoneClient, ListSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8155
|
+
|
|
8156
|
+
const paginateListSubscriptionTargets = core.createPaginator(DataZoneClient, ListSubscriptionTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
8157
|
+
|
|
8158
|
+
const paginateListTimeSeriesDataPoints = core.createPaginator(DataZoneClient, ListTimeSeriesDataPointsCommand, "nextToken", "nextToken", "maxResults");
|
|
8159
|
+
|
|
8160
|
+
const paginateSearchGroupProfiles = core.createPaginator(DataZoneClient, SearchGroupProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8161
|
+
|
|
8162
|
+
const paginateSearchListings = core.createPaginator(DataZoneClient, SearchListingsCommand, "nextToken", "nextToken", "maxResults");
|
|
8163
|
+
|
|
8164
|
+
const paginateSearch = core.createPaginator(DataZoneClient, SearchCommand, "nextToken", "nextToken", "maxResults");
|
|
8165
|
+
|
|
8166
|
+
const paginateSearchTypes = core.createPaginator(DataZoneClient, SearchTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
8167
|
+
|
|
8168
|
+
const paginateSearchUserProfiles = core.createPaginator(DataZoneClient, SearchUserProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8169
|
+
|
|
8096
8170
|
const commands = {
|
|
8097
8171
|
AcceptPredictionsCommand,
|
|
8098
8172
|
AcceptSubscriptionRequestCommand,
|
|
@@ -8270,83 +8344,48 @@ const commands = {
|
|
|
8270
8344
|
UpdateSubscriptionTargetCommand,
|
|
8271
8345
|
UpdateUserProfileCommand,
|
|
8272
8346
|
};
|
|
8347
|
+
const paginators = {
|
|
8348
|
+
paginateListAccountPools,
|
|
8349
|
+
paginateListAccountsInAccountPool,
|
|
8350
|
+
paginateListAssetFilters,
|
|
8351
|
+
paginateListAssetRevisions,
|
|
8352
|
+
paginateListConnections,
|
|
8353
|
+
paginateListDataProductRevisions,
|
|
8354
|
+
paginateListDataSourceRunActivities,
|
|
8355
|
+
paginateListDataSourceRuns,
|
|
8356
|
+
paginateListDataSources,
|
|
8357
|
+
paginateListDomains,
|
|
8358
|
+
paginateListDomainUnitsForParent,
|
|
8359
|
+
paginateListEntityOwners,
|
|
8360
|
+
paginateListEnvironmentActions,
|
|
8361
|
+
paginateListEnvironmentBlueprintConfigurations,
|
|
8362
|
+
paginateListEnvironmentBlueprints,
|
|
8363
|
+
paginateListEnvironmentProfiles,
|
|
8364
|
+
paginateListEnvironments,
|
|
8365
|
+
paginateListJobRuns,
|
|
8366
|
+
paginateListLineageEvents,
|
|
8367
|
+
paginateListLineageNodeHistory,
|
|
8368
|
+
paginateListMetadataGenerationRuns,
|
|
8369
|
+
paginateListNotifications,
|
|
8370
|
+
paginateListPolicyGrants,
|
|
8371
|
+
paginateListProjectMemberships,
|
|
8372
|
+
paginateListProjectProfiles,
|
|
8373
|
+
paginateListProjects,
|
|
8374
|
+
paginateListRules,
|
|
8375
|
+
paginateListSubscriptionGrants,
|
|
8376
|
+
paginateListSubscriptionRequests,
|
|
8377
|
+
paginateListSubscriptions,
|
|
8378
|
+
paginateListSubscriptionTargets,
|
|
8379
|
+
paginateListTimeSeriesDataPoints,
|
|
8380
|
+
paginateSearch,
|
|
8381
|
+
paginateSearchGroupProfiles,
|
|
8382
|
+
paginateSearchListings,
|
|
8383
|
+
paginateSearchTypes,
|
|
8384
|
+
paginateSearchUserProfiles,
|
|
8385
|
+
};
|
|
8273
8386
|
class DataZone extends DataZoneClient {
|
|
8274
8387
|
}
|
|
8275
|
-
smithyClient.createAggregatedClient(commands, DataZone);
|
|
8276
|
-
|
|
8277
|
-
const paginateListAccountPools = core.createPaginator(DataZoneClient, ListAccountPoolsCommand, "nextToken", "nextToken", "maxResults");
|
|
8278
|
-
|
|
8279
|
-
const paginateListAccountsInAccountPool = core.createPaginator(DataZoneClient, ListAccountsInAccountPoolCommand, "nextToken", "nextToken", "maxResults");
|
|
8280
|
-
|
|
8281
|
-
const paginateListAssetFilters = core.createPaginator(DataZoneClient, ListAssetFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
8282
|
-
|
|
8283
|
-
const paginateListAssetRevisions = core.createPaginator(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8284
|
-
|
|
8285
|
-
const paginateListConnections = core.createPaginator(DataZoneClient, ListConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8286
|
-
|
|
8287
|
-
const paginateListDataProductRevisions = core.createPaginator(DataZoneClient, ListDataProductRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8288
|
-
|
|
8289
|
-
const paginateListDataSourceRunActivities = core.createPaginator(DataZoneClient, ListDataSourceRunActivitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
8290
|
-
|
|
8291
|
-
const paginateListDataSourceRuns = core.createPaginator(DataZoneClient, ListDataSourceRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
8292
|
-
|
|
8293
|
-
const paginateListDataSources = core.createPaginator(DataZoneClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
8294
|
-
|
|
8295
|
-
const paginateListDomains = core.createPaginator(DataZoneClient, ListDomainsCommand, "nextToken", "nextToken", "maxResults");
|
|
8296
|
-
|
|
8297
|
-
const paginateListDomainUnitsForParent = core.createPaginator(DataZoneClient, ListDomainUnitsForParentCommand, "nextToken", "nextToken", "maxResults");
|
|
8298
|
-
|
|
8299
|
-
const paginateListEntityOwners = core.createPaginator(DataZoneClient, ListEntityOwnersCommand, "nextToken", "nextToken", "maxResults");
|
|
8300
|
-
|
|
8301
|
-
const paginateListEnvironmentActions = core.createPaginator(DataZoneClient, ListEnvironmentActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8302
|
-
|
|
8303
|
-
const paginateListEnvironmentBlueprintConfigurations = core.createPaginator(DataZoneClient, ListEnvironmentBlueprintConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
8304
|
-
|
|
8305
|
-
const paginateListEnvironmentBlueprints = core.createPaginator(DataZoneClient, ListEnvironmentBlueprintsCommand, "nextToken", "nextToken", "maxResults");
|
|
8306
|
-
|
|
8307
|
-
const paginateListEnvironmentProfiles = core.createPaginator(DataZoneClient, ListEnvironmentProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8308
|
-
|
|
8309
|
-
const paginateListEnvironments = core.createPaginator(DataZoneClient, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
8310
|
-
|
|
8311
|
-
const paginateListJobRuns = core.createPaginator(DataZoneClient, ListJobRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
8312
|
-
|
|
8313
|
-
const paginateListLineageEvents = core.createPaginator(DataZoneClient, ListLineageEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
8314
|
-
|
|
8315
|
-
const paginateListLineageNodeHistory = core.createPaginator(DataZoneClient, ListLineageNodeHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
8316
|
-
|
|
8317
|
-
const paginateListMetadataGenerationRuns = core.createPaginator(DataZoneClient, ListMetadataGenerationRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
8318
|
-
|
|
8319
|
-
const paginateListNotifications = core.createPaginator(DataZoneClient, ListNotificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
8320
|
-
|
|
8321
|
-
const paginateListPolicyGrants = core.createPaginator(DataZoneClient, ListPolicyGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
8322
|
-
|
|
8323
|
-
const paginateListProjectMemberships = core.createPaginator(DataZoneClient, ListProjectMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
8324
|
-
|
|
8325
|
-
const paginateListProjectProfiles = core.createPaginator(DataZoneClient, ListProjectProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8326
|
-
|
|
8327
|
-
const paginateListProjects = core.createPaginator(DataZoneClient, ListProjectsCommand, "nextToken", "nextToken", "maxResults");
|
|
8328
|
-
|
|
8329
|
-
const paginateListRules = core.createPaginator(DataZoneClient, ListRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
8330
|
-
|
|
8331
|
-
const paginateListSubscriptionGrants = core.createPaginator(DataZoneClient, ListSubscriptionGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
8332
|
-
|
|
8333
|
-
const paginateListSubscriptionRequests = core.createPaginator(DataZoneClient, ListSubscriptionRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
8334
|
-
|
|
8335
|
-
const paginateListSubscriptions = core.createPaginator(DataZoneClient, ListSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8336
|
-
|
|
8337
|
-
const paginateListSubscriptionTargets = core.createPaginator(DataZoneClient, ListSubscriptionTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
8338
|
-
|
|
8339
|
-
const paginateListTimeSeriesDataPoints = core.createPaginator(DataZoneClient, ListTimeSeriesDataPointsCommand, "nextToken", "nextToken", "maxResults");
|
|
8340
|
-
|
|
8341
|
-
const paginateSearch = core.createPaginator(DataZoneClient, SearchCommand, "nextToken", "nextToken", "maxResults");
|
|
8342
|
-
|
|
8343
|
-
const paginateSearchGroupProfiles = core.createPaginator(DataZoneClient, SearchGroupProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8344
|
-
|
|
8345
|
-
const paginateSearchListings = core.createPaginator(DataZoneClient, SearchListingsCommand, "nextToken", "nextToken", "maxResults");
|
|
8346
|
-
|
|
8347
|
-
const paginateSearchTypes = core.createPaginator(DataZoneClient, SearchTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
8348
|
-
|
|
8349
|
-
const paginateSearchUserProfiles = core.createPaginator(DataZoneClient, SearchUserProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
8388
|
+
smithyClient.createAggregatedClient(commands, DataZone, { paginators });
|
|
8350
8389
|
|
|
8351
8390
|
const AcceptRuleBehavior = {
|
|
8352
8391
|
ALL: "ALL",
|
package/dist-es/DataZone.js
CHANGED
|
@@ -175,6 +175,43 @@ import { UpdateSubscriptionRequestCommand, } from "./commands/UpdateSubscription
|
|
|
175
175
|
import { UpdateSubscriptionTargetCommand, } from "./commands/UpdateSubscriptionTargetCommand";
|
|
176
176
|
import { UpdateUserProfileCommand, } from "./commands/UpdateUserProfileCommand";
|
|
177
177
|
import { DataZoneClient } from "./DataZoneClient";
|
|
178
|
+
import { paginateListAccountPools } from "./pagination/ListAccountPoolsPaginator";
|
|
179
|
+
import { paginateListAccountsInAccountPool } from "./pagination/ListAccountsInAccountPoolPaginator";
|
|
180
|
+
import { paginateListAssetFilters } from "./pagination/ListAssetFiltersPaginator";
|
|
181
|
+
import { paginateListAssetRevisions } from "./pagination/ListAssetRevisionsPaginator";
|
|
182
|
+
import { paginateListConnections } from "./pagination/ListConnectionsPaginator";
|
|
183
|
+
import { paginateListDataProductRevisions } from "./pagination/ListDataProductRevisionsPaginator";
|
|
184
|
+
import { paginateListDataSourceRunActivities } from "./pagination/ListDataSourceRunActivitiesPaginator";
|
|
185
|
+
import { paginateListDataSourceRuns } from "./pagination/ListDataSourceRunsPaginator";
|
|
186
|
+
import { paginateListDataSources } from "./pagination/ListDataSourcesPaginator";
|
|
187
|
+
import { paginateListDomains } from "./pagination/ListDomainsPaginator";
|
|
188
|
+
import { paginateListDomainUnitsForParent } from "./pagination/ListDomainUnitsForParentPaginator";
|
|
189
|
+
import { paginateListEntityOwners } from "./pagination/ListEntityOwnersPaginator";
|
|
190
|
+
import { paginateListEnvironmentActions } from "./pagination/ListEnvironmentActionsPaginator";
|
|
191
|
+
import { paginateListEnvironmentBlueprintConfigurations, } from "./pagination/ListEnvironmentBlueprintConfigurationsPaginator";
|
|
192
|
+
import { paginateListEnvironmentBlueprints } from "./pagination/ListEnvironmentBlueprintsPaginator";
|
|
193
|
+
import { paginateListEnvironmentProfiles } from "./pagination/ListEnvironmentProfilesPaginator";
|
|
194
|
+
import { paginateListEnvironments } from "./pagination/ListEnvironmentsPaginator";
|
|
195
|
+
import { paginateListJobRuns } from "./pagination/ListJobRunsPaginator";
|
|
196
|
+
import { paginateListLineageEvents } from "./pagination/ListLineageEventsPaginator";
|
|
197
|
+
import { paginateListLineageNodeHistory } from "./pagination/ListLineageNodeHistoryPaginator";
|
|
198
|
+
import { paginateListMetadataGenerationRuns } from "./pagination/ListMetadataGenerationRunsPaginator";
|
|
199
|
+
import { paginateListNotifications } from "./pagination/ListNotificationsPaginator";
|
|
200
|
+
import { paginateListPolicyGrants } from "./pagination/ListPolicyGrantsPaginator";
|
|
201
|
+
import { paginateListProjectMemberships } from "./pagination/ListProjectMembershipsPaginator";
|
|
202
|
+
import { paginateListProjectProfiles } from "./pagination/ListProjectProfilesPaginator";
|
|
203
|
+
import { paginateListProjects } from "./pagination/ListProjectsPaginator";
|
|
204
|
+
import { paginateListRules } from "./pagination/ListRulesPaginator";
|
|
205
|
+
import { paginateListSubscriptionGrants } from "./pagination/ListSubscriptionGrantsPaginator";
|
|
206
|
+
import { paginateListSubscriptionRequests } from "./pagination/ListSubscriptionRequestsPaginator";
|
|
207
|
+
import { paginateListSubscriptions } from "./pagination/ListSubscriptionsPaginator";
|
|
208
|
+
import { paginateListSubscriptionTargets } from "./pagination/ListSubscriptionTargetsPaginator";
|
|
209
|
+
import { paginateListTimeSeriesDataPoints } from "./pagination/ListTimeSeriesDataPointsPaginator";
|
|
210
|
+
import { paginateSearchGroupProfiles } from "./pagination/SearchGroupProfilesPaginator";
|
|
211
|
+
import { paginateSearchListings } from "./pagination/SearchListingsPaginator";
|
|
212
|
+
import { paginateSearch } from "./pagination/SearchPaginator";
|
|
213
|
+
import { paginateSearchTypes } from "./pagination/SearchTypesPaginator";
|
|
214
|
+
import { paginateSearchUserProfiles } from "./pagination/SearchUserProfilesPaginator";
|
|
178
215
|
const commands = {
|
|
179
216
|
AcceptPredictionsCommand,
|
|
180
217
|
AcceptSubscriptionRequestCommand,
|
|
@@ -352,6 +389,45 @@ const commands = {
|
|
|
352
389
|
UpdateSubscriptionTargetCommand,
|
|
353
390
|
UpdateUserProfileCommand,
|
|
354
391
|
};
|
|
392
|
+
const paginators = {
|
|
393
|
+
paginateListAccountPools,
|
|
394
|
+
paginateListAccountsInAccountPool,
|
|
395
|
+
paginateListAssetFilters,
|
|
396
|
+
paginateListAssetRevisions,
|
|
397
|
+
paginateListConnections,
|
|
398
|
+
paginateListDataProductRevisions,
|
|
399
|
+
paginateListDataSourceRunActivities,
|
|
400
|
+
paginateListDataSourceRuns,
|
|
401
|
+
paginateListDataSources,
|
|
402
|
+
paginateListDomains,
|
|
403
|
+
paginateListDomainUnitsForParent,
|
|
404
|
+
paginateListEntityOwners,
|
|
405
|
+
paginateListEnvironmentActions,
|
|
406
|
+
paginateListEnvironmentBlueprintConfigurations,
|
|
407
|
+
paginateListEnvironmentBlueprints,
|
|
408
|
+
paginateListEnvironmentProfiles,
|
|
409
|
+
paginateListEnvironments,
|
|
410
|
+
paginateListJobRuns,
|
|
411
|
+
paginateListLineageEvents,
|
|
412
|
+
paginateListLineageNodeHistory,
|
|
413
|
+
paginateListMetadataGenerationRuns,
|
|
414
|
+
paginateListNotifications,
|
|
415
|
+
paginateListPolicyGrants,
|
|
416
|
+
paginateListProjectMemberships,
|
|
417
|
+
paginateListProjectProfiles,
|
|
418
|
+
paginateListProjects,
|
|
419
|
+
paginateListRules,
|
|
420
|
+
paginateListSubscriptionGrants,
|
|
421
|
+
paginateListSubscriptionRequests,
|
|
422
|
+
paginateListSubscriptions,
|
|
423
|
+
paginateListSubscriptionTargets,
|
|
424
|
+
paginateListTimeSeriesDataPoints,
|
|
425
|
+
paginateSearch,
|
|
426
|
+
paginateSearchGroupProfiles,
|
|
427
|
+
paginateSearchListings,
|
|
428
|
+
paginateSearchTypes,
|
|
429
|
+
paginateSearchUserProfiles,
|
|
430
|
+
};
|
|
355
431
|
export class DataZone extends DataZoneClient {
|
|
356
432
|
}
|
|
357
|
-
createAggregatedClient(commands, DataZone);
|
|
433
|
+
createAggregatedClient(commands, DataZone, { paginators });
|
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
3
3
|
import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
4
4
|
import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
@@ -1227,6 +1227,265 @@ export interface DataZone {
|
|
|
1227
1227
|
updateUserProfile(args: UpdateUserProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserProfileCommandOutput>;
|
|
1228
1228
|
updateUserProfile(args: UpdateUserProfileCommandInput, cb: (err: any, data?: UpdateUserProfileCommandOutput) => void): void;
|
|
1229
1229
|
updateUserProfile(args: UpdateUserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserProfileCommandOutput) => void): void;
|
|
1230
|
+
/**
|
|
1231
|
+
* @see {@link ListAccountPoolsCommand}
|
|
1232
|
+
* @param args - command input.
|
|
1233
|
+
* @param paginationConfig - optional pagination config.
|
|
1234
|
+
* @returns AsyncIterable of {@link ListAccountPoolsCommandOutput}.
|
|
1235
|
+
*/
|
|
1236
|
+
paginateListAccountPools(args: ListAccountPoolsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountPoolsCommandOutput>;
|
|
1237
|
+
/**
|
|
1238
|
+
* @see {@link ListAccountsInAccountPoolCommand}
|
|
1239
|
+
* @param args - command input.
|
|
1240
|
+
* @param paginationConfig - optional pagination config.
|
|
1241
|
+
* @returns AsyncIterable of {@link ListAccountsInAccountPoolCommandOutput}.
|
|
1242
|
+
*/
|
|
1243
|
+
paginateListAccountsInAccountPool(args: ListAccountsInAccountPoolCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountsInAccountPoolCommandOutput>;
|
|
1244
|
+
/**
|
|
1245
|
+
* @see {@link ListAssetFiltersCommand}
|
|
1246
|
+
* @param args - command input.
|
|
1247
|
+
* @param paginationConfig - optional pagination config.
|
|
1248
|
+
* @returns AsyncIterable of {@link ListAssetFiltersCommandOutput}.
|
|
1249
|
+
*/
|
|
1250
|
+
paginateListAssetFilters(args: ListAssetFiltersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetFiltersCommandOutput>;
|
|
1251
|
+
/**
|
|
1252
|
+
* @see {@link ListAssetRevisionsCommand}
|
|
1253
|
+
* @param args - command input.
|
|
1254
|
+
* @param paginationConfig - optional pagination config.
|
|
1255
|
+
* @returns AsyncIterable of {@link ListAssetRevisionsCommandOutput}.
|
|
1256
|
+
*/
|
|
1257
|
+
paginateListAssetRevisions(args: ListAssetRevisionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetRevisionsCommandOutput>;
|
|
1258
|
+
/**
|
|
1259
|
+
* @see {@link ListConnectionsCommand}
|
|
1260
|
+
* @param args - command input.
|
|
1261
|
+
* @param paginationConfig - optional pagination config.
|
|
1262
|
+
* @returns AsyncIterable of {@link ListConnectionsCommandOutput}.
|
|
1263
|
+
*/
|
|
1264
|
+
paginateListConnections(args: ListConnectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListConnectionsCommandOutput>;
|
|
1265
|
+
/**
|
|
1266
|
+
* @see {@link ListDataProductRevisionsCommand}
|
|
1267
|
+
* @param args - command input.
|
|
1268
|
+
* @param paginationConfig - optional pagination config.
|
|
1269
|
+
* @returns AsyncIterable of {@link ListDataProductRevisionsCommandOutput}.
|
|
1270
|
+
*/
|
|
1271
|
+
paginateListDataProductRevisions(args: ListDataProductRevisionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataProductRevisionsCommandOutput>;
|
|
1272
|
+
/**
|
|
1273
|
+
* @see {@link ListDataSourceRunActivitiesCommand}
|
|
1274
|
+
* @param args - command input.
|
|
1275
|
+
* @param paginationConfig - optional pagination config.
|
|
1276
|
+
* @returns AsyncIterable of {@link ListDataSourceRunActivitiesCommandOutput}.
|
|
1277
|
+
*/
|
|
1278
|
+
paginateListDataSourceRunActivities(args: ListDataSourceRunActivitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSourceRunActivitiesCommandOutput>;
|
|
1279
|
+
/**
|
|
1280
|
+
* @see {@link ListDataSourceRunsCommand}
|
|
1281
|
+
* @param args - command input.
|
|
1282
|
+
* @param paginationConfig - optional pagination config.
|
|
1283
|
+
* @returns AsyncIterable of {@link ListDataSourceRunsCommandOutput}.
|
|
1284
|
+
*/
|
|
1285
|
+
paginateListDataSourceRuns(args: ListDataSourceRunsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSourceRunsCommandOutput>;
|
|
1286
|
+
/**
|
|
1287
|
+
* @see {@link ListDataSourcesCommand}
|
|
1288
|
+
* @param args - command input.
|
|
1289
|
+
* @param paginationConfig - optional pagination config.
|
|
1290
|
+
* @returns AsyncIterable of {@link ListDataSourcesCommandOutput}.
|
|
1291
|
+
*/
|
|
1292
|
+
paginateListDataSources(args: ListDataSourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSourcesCommandOutput>;
|
|
1293
|
+
/**
|
|
1294
|
+
* @see {@link ListDomainsCommand}
|
|
1295
|
+
* @param args - command input.
|
|
1296
|
+
* @param paginationConfig - optional pagination config.
|
|
1297
|
+
* @returns AsyncIterable of {@link ListDomainsCommandOutput}.
|
|
1298
|
+
*/
|
|
1299
|
+
paginateListDomains(args?: ListDomainsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDomainsCommandOutput>;
|
|
1300
|
+
/**
|
|
1301
|
+
* @see {@link ListDomainUnitsForParentCommand}
|
|
1302
|
+
* @param args - command input.
|
|
1303
|
+
* @param paginationConfig - optional pagination config.
|
|
1304
|
+
* @returns AsyncIterable of {@link ListDomainUnitsForParentCommandOutput}.
|
|
1305
|
+
*/
|
|
1306
|
+
paginateListDomainUnitsForParent(args: ListDomainUnitsForParentCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDomainUnitsForParentCommandOutput>;
|
|
1307
|
+
/**
|
|
1308
|
+
* @see {@link ListEntityOwnersCommand}
|
|
1309
|
+
* @param args - command input.
|
|
1310
|
+
* @param paginationConfig - optional pagination config.
|
|
1311
|
+
* @returns AsyncIterable of {@link ListEntityOwnersCommandOutput}.
|
|
1312
|
+
*/
|
|
1313
|
+
paginateListEntityOwners(args: ListEntityOwnersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEntityOwnersCommandOutput>;
|
|
1314
|
+
/**
|
|
1315
|
+
* @see {@link ListEnvironmentActionsCommand}
|
|
1316
|
+
* @param args - command input.
|
|
1317
|
+
* @param paginationConfig - optional pagination config.
|
|
1318
|
+
* @returns AsyncIterable of {@link ListEnvironmentActionsCommandOutput}.
|
|
1319
|
+
*/
|
|
1320
|
+
paginateListEnvironmentActions(args: ListEnvironmentActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentActionsCommandOutput>;
|
|
1321
|
+
/**
|
|
1322
|
+
* @see {@link ListEnvironmentBlueprintConfigurationsCommand}
|
|
1323
|
+
* @param args - command input.
|
|
1324
|
+
* @param paginationConfig - optional pagination config.
|
|
1325
|
+
* @returns AsyncIterable of {@link ListEnvironmentBlueprintConfigurationsCommandOutput}.
|
|
1326
|
+
*/
|
|
1327
|
+
paginateListEnvironmentBlueprintConfigurations(args: ListEnvironmentBlueprintConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentBlueprintConfigurationsCommandOutput>;
|
|
1328
|
+
/**
|
|
1329
|
+
* @see {@link ListEnvironmentBlueprintsCommand}
|
|
1330
|
+
* @param args - command input.
|
|
1331
|
+
* @param paginationConfig - optional pagination config.
|
|
1332
|
+
* @returns AsyncIterable of {@link ListEnvironmentBlueprintsCommandOutput}.
|
|
1333
|
+
*/
|
|
1334
|
+
paginateListEnvironmentBlueprints(args: ListEnvironmentBlueprintsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentBlueprintsCommandOutput>;
|
|
1335
|
+
/**
|
|
1336
|
+
* @see {@link ListEnvironmentProfilesCommand}
|
|
1337
|
+
* @param args - command input.
|
|
1338
|
+
* @param paginationConfig - optional pagination config.
|
|
1339
|
+
* @returns AsyncIterable of {@link ListEnvironmentProfilesCommandOutput}.
|
|
1340
|
+
*/
|
|
1341
|
+
paginateListEnvironmentProfiles(args: ListEnvironmentProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentProfilesCommandOutput>;
|
|
1342
|
+
/**
|
|
1343
|
+
* @see {@link ListEnvironmentsCommand}
|
|
1344
|
+
* @param args - command input.
|
|
1345
|
+
* @param paginationConfig - optional pagination config.
|
|
1346
|
+
* @returns AsyncIterable of {@link ListEnvironmentsCommandOutput}.
|
|
1347
|
+
*/
|
|
1348
|
+
paginateListEnvironments(args: ListEnvironmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEnvironmentsCommandOutput>;
|
|
1349
|
+
/**
|
|
1350
|
+
* @see {@link ListJobRunsCommand}
|
|
1351
|
+
* @param args - command input.
|
|
1352
|
+
* @param paginationConfig - optional pagination config.
|
|
1353
|
+
* @returns AsyncIterable of {@link ListJobRunsCommandOutput}.
|
|
1354
|
+
*/
|
|
1355
|
+
paginateListJobRuns(args: ListJobRunsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListJobRunsCommandOutput>;
|
|
1356
|
+
/**
|
|
1357
|
+
* @see {@link ListLineageEventsCommand}
|
|
1358
|
+
* @param args - command input.
|
|
1359
|
+
* @param paginationConfig - optional pagination config.
|
|
1360
|
+
* @returns AsyncIterable of {@link ListLineageEventsCommandOutput}.
|
|
1361
|
+
*/
|
|
1362
|
+
paginateListLineageEvents(args: ListLineageEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLineageEventsCommandOutput>;
|
|
1363
|
+
/**
|
|
1364
|
+
* @see {@link ListLineageNodeHistoryCommand}
|
|
1365
|
+
* @param args - command input.
|
|
1366
|
+
* @param paginationConfig - optional pagination config.
|
|
1367
|
+
* @returns AsyncIterable of {@link ListLineageNodeHistoryCommandOutput}.
|
|
1368
|
+
*/
|
|
1369
|
+
paginateListLineageNodeHistory(args: ListLineageNodeHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLineageNodeHistoryCommandOutput>;
|
|
1370
|
+
/**
|
|
1371
|
+
* @see {@link ListMetadataGenerationRunsCommand}
|
|
1372
|
+
* @param args - command input.
|
|
1373
|
+
* @param paginationConfig - optional pagination config.
|
|
1374
|
+
* @returns AsyncIterable of {@link ListMetadataGenerationRunsCommandOutput}.
|
|
1375
|
+
*/
|
|
1376
|
+
paginateListMetadataGenerationRuns(args: ListMetadataGenerationRunsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMetadataGenerationRunsCommandOutput>;
|
|
1377
|
+
/**
|
|
1378
|
+
* @see {@link ListNotificationsCommand}
|
|
1379
|
+
* @param args - command input.
|
|
1380
|
+
* @param paginationConfig - optional pagination config.
|
|
1381
|
+
* @returns AsyncIterable of {@link ListNotificationsCommandOutput}.
|
|
1382
|
+
*/
|
|
1383
|
+
paginateListNotifications(args: ListNotificationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNotificationsCommandOutput>;
|
|
1384
|
+
/**
|
|
1385
|
+
* @see {@link ListPolicyGrantsCommand}
|
|
1386
|
+
* @param args - command input.
|
|
1387
|
+
* @param paginationConfig - optional pagination config.
|
|
1388
|
+
* @returns AsyncIterable of {@link ListPolicyGrantsCommandOutput}.
|
|
1389
|
+
*/
|
|
1390
|
+
paginateListPolicyGrants(args: ListPolicyGrantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyGrantsCommandOutput>;
|
|
1391
|
+
/**
|
|
1392
|
+
* @see {@link ListProjectMembershipsCommand}
|
|
1393
|
+
* @param args - command input.
|
|
1394
|
+
* @param paginationConfig - optional pagination config.
|
|
1395
|
+
* @returns AsyncIterable of {@link ListProjectMembershipsCommandOutput}.
|
|
1396
|
+
*/
|
|
1397
|
+
paginateListProjectMemberships(args: ListProjectMembershipsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectMembershipsCommandOutput>;
|
|
1398
|
+
/**
|
|
1399
|
+
* @see {@link ListProjectProfilesCommand}
|
|
1400
|
+
* @param args - command input.
|
|
1401
|
+
* @param paginationConfig - optional pagination config.
|
|
1402
|
+
* @returns AsyncIterable of {@link ListProjectProfilesCommandOutput}.
|
|
1403
|
+
*/
|
|
1404
|
+
paginateListProjectProfiles(args: ListProjectProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectProfilesCommandOutput>;
|
|
1405
|
+
/**
|
|
1406
|
+
* @see {@link ListProjectsCommand}
|
|
1407
|
+
* @param args - command input.
|
|
1408
|
+
* @param paginationConfig - optional pagination config.
|
|
1409
|
+
* @returns AsyncIterable of {@link ListProjectsCommandOutput}.
|
|
1410
|
+
*/
|
|
1411
|
+
paginateListProjects(args: ListProjectsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProjectsCommandOutput>;
|
|
1412
|
+
/**
|
|
1413
|
+
* @see {@link ListRulesCommand}
|
|
1414
|
+
* @param args - command input.
|
|
1415
|
+
* @param paginationConfig - optional pagination config.
|
|
1416
|
+
* @returns AsyncIterable of {@link ListRulesCommandOutput}.
|
|
1417
|
+
*/
|
|
1418
|
+
paginateListRules(args: ListRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRulesCommandOutput>;
|
|
1419
|
+
/**
|
|
1420
|
+
* @see {@link ListSubscriptionGrantsCommand}
|
|
1421
|
+
* @param args - command input.
|
|
1422
|
+
* @param paginationConfig - optional pagination config.
|
|
1423
|
+
* @returns AsyncIterable of {@link ListSubscriptionGrantsCommandOutput}.
|
|
1424
|
+
*/
|
|
1425
|
+
paginateListSubscriptionGrants(args: ListSubscriptionGrantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscriptionGrantsCommandOutput>;
|
|
1426
|
+
/**
|
|
1427
|
+
* @see {@link ListSubscriptionRequestsCommand}
|
|
1428
|
+
* @param args - command input.
|
|
1429
|
+
* @param paginationConfig - optional pagination config.
|
|
1430
|
+
* @returns AsyncIterable of {@link ListSubscriptionRequestsCommandOutput}.
|
|
1431
|
+
*/
|
|
1432
|
+
paginateListSubscriptionRequests(args: ListSubscriptionRequestsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscriptionRequestsCommandOutput>;
|
|
1433
|
+
/**
|
|
1434
|
+
* @see {@link ListSubscriptionsCommand}
|
|
1435
|
+
* @param args - command input.
|
|
1436
|
+
* @param paginationConfig - optional pagination config.
|
|
1437
|
+
* @returns AsyncIterable of {@link ListSubscriptionsCommandOutput}.
|
|
1438
|
+
*/
|
|
1439
|
+
paginateListSubscriptions(args: ListSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscriptionsCommandOutput>;
|
|
1440
|
+
/**
|
|
1441
|
+
* @see {@link ListSubscriptionTargetsCommand}
|
|
1442
|
+
* @param args - command input.
|
|
1443
|
+
* @param paginationConfig - optional pagination config.
|
|
1444
|
+
* @returns AsyncIterable of {@link ListSubscriptionTargetsCommandOutput}.
|
|
1445
|
+
*/
|
|
1446
|
+
paginateListSubscriptionTargets(args: ListSubscriptionTargetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscriptionTargetsCommandOutput>;
|
|
1447
|
+
/**
|
|
1448
|
+
* @see {@link ListTimeSeriesDataPointsCommand}
|
|
1449
|
+
* @param args - command input.
|
|
1450
|
+
* @param paginationConfig - optional pagination config.
|
|
1451
|
+
* @returns AsyncIterable of {@link ListTimeSeriesDataPointsCommandOutput}.
|
|
1452
|
+
*/
|
|
1453
|
+
paginateListTimeSeriesDataPoints(args: ListTimeSeriesDataPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTimeSeriesDataPointsCommandOutput>;
|
|
1454
|
+
/**
|
|
1455
|
+
* @see {@link SearchCommand}
|
|
1456
|
+
* @param args - command input.
|
|
1457
|
+
* @param paginationConfig - optional pagination config.
|
|
1458
|
+
* @returns AsyncIterable of {@link SearchCommandOutput}.
|
|
1459
|
+
*/
|
|
1460
|
+
paginateSearch(args: SearchCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchCommandOutput>;
|
|
1461
|
+
/**
|
|
1462
|
+
* @see {@link SearchGroupProfilesCommand}
|
|
1463
|
+
* @param args - command input.
|
|
1464
|
+
* @param paginationConfig - optional pagination config.
|
|
1465
|
+
* @returns AsyncIterable of {@link SearchGroupProfilesCommandOutput}.
|
|
1466
|
+
*/
|
|
1467
|
+
paginateSearchGroupProfiles(args: SearchGroupProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchGroupProfilesCommandOutput>;
|
|
1468
|
+
/**
|
|
1469
|
+
* @see {@link SearchListingsCommand}
|
|
1470
|
+
* @param args - command input.
|
|
1471
|
+
* @param paginationConfig - optional pagination config.
|
|
1472
|
+
* @returns AsyncIterable of {@link SearchListingsCommandOutput}.
|
|
1473
|
+
*/
|
|
1474
|
+
paginateSearchListings(args: SearchListingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchListingsCommandOutput>;
|
|
1475
|
+
/**
|
|
1476
|
+
* @see {@link SearchTypesCommand}
|
|
1477
|
+
* @param args - command input.
|
|
1478
|
+
* @param paginationConfig - optional pagination config.
|
|
1479
|
+
* @returns AsyncIterable of {@link SearchTypesCommandOutput}.
|
|
1480
|
+
*/
|
|
1481
|
+
paginateSearchTypes(args: SearchTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchTypesCommandOutput>;
|
|
1482
|
+
/**
|
|
1483
|
+
* @see {@link SearchUserProfilesCommand}
|
|
1484
|
+
* @param args - command input.
|
|
1485
|
+
* @param paginationConfig - optional pagination config.
|
|
1486
|
+
* @returns AsyncIterable of {@link SearchUserProfilesCommandOutput}.
|
|
1487
|
+
*/
|
|
1488
|
+
paginateSearchUserProfiles(args: SearchUserProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchUserProfilesCommandOutput>;
|
|
1230
1489
|
}
|
|
1231
1490
|
/**
|
|
1232
1491
|
* <p>Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AcceptPredictionsCommandInput,
|
|
4
8
|
AcceptPredictionsCommandOutput,
|
|
@@ -3001,5 +3005,264 @@ export interface DataZone {
|
|
|
3001
3005
|
options: __HttpHandlerOptions,
|
|
3002
3006
|
cb: (err: any, data?: UpdateUserProfileCommandOutput) => void
|
|
3003
3007
|
): void;
|
|
3008
|
+
paginateListAccountPools(
|
|
3009
|
+
args: ListAccountPoolsCommandInput,
|
|
3010
|
+
paginationConfig?: Pick<
|
|
3011
|
+
PaginationConfiguration,
|
|
3012
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3013
|
+
>
|
|
3014
|
+
): Paginator<ListAccountPoolsCommandOutput>;
|
|
3015
|
+
paginateListAccountsInAccountPool(
|
|
3016
|
+
args: ListAccountsInAccountPoolCommandInput,
|
|
3017
|
+
paginationConfig?: Pick<
|
|
3018
|
+
PaginationConfiguration,
|
|
3019
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3020
|
+
>
|
|
3021
|
+
): Paginator<ListAccountsInAccountPoolCommandOutput>;
|
|
3022
|
+
paginateListAssetFilters(
|
|
3023
|
+
args: ListAssetFiltersCommandInput,
|
|
3024
|
+
paginationConfig?: Pick<
|
|
3025
|
+
PaginationConfiguration,
|
|
3026
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3027
|
+
>
|
|
3028
|
+
): Paginator<ListAssetFiltersCommandOutput>;
|
|
3029
|
+
paginateListAssetRevisions(
|
|
3030
|
+
args: ListAssetRevisionsCommandInput,
|
|
3031
|
+
paginationConfig?: Pick<
|
|
3032
|
+
PaginationConfiguration,
|
|
3033
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3034
|
+
>
|
|
3035
|
+
): Paginator<ListAssetRevisionsCommandOutput>;
|
|
3036
|
+
paginateListConnections(
|
|
3037
|
+
args: ListConnectionsCommandInput,
|
|
3038
|
+
paginationConfig?: Pick<
|
|
3039
|
+
PaginationConfiguration,
|
|
3040
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3041
|
+
>
|
|
3042
|
+
): Paginator<ListConnectionsCommandOutput>;
|
|
3043
|
+
paginateListDataProductRevisions(
|
|
3044
|
+
args: ListDataProductRevisionsCommandInput,
|
|
3045
|
+
paginationConfig?: Pick<
|
|
3046
|
+
PaginationConfiguration,
|
|
3047
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3048
|
+
>
|
|
3049
|
+
): Paginator<ListDataProductRevisionsCommandOutput>;
|
|
3050
|
+
paginateListDataSourceRunActivities(
|
|
3051
|
+
args: ListDataSourceRunActivitiesCommandInput,
|
|
3052
|
+
paginationConfig?: Pick<
|
|
3053
|
+
PaginationConfiguration,
|
|
3054
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3055
|
+
>
|
|
3056
|
+
): Paginator<ListDataSourceRunActivitiesCommandOutput>;
|
|
3057
|
+
paginateListDataSourceRuns(
|
|
3058
|
+
args: ListDataSourceRunsCommandInput,
|
|
3059
|
+
paginationConfig?: Pick<
|
|
3060
|
+
PaginationConfiguration,
|
|
3061
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3062
|
+
>
|
|
3063
|
+
): Paginator<ListDataSourceRunsCommandOutput>;
|
|
3064
|
+
paginateListDataSources(
|
|
3065
|
+
args: ListDataSourcesCommandInput,
|
|
3066
|
+
paginationConfig?: Pick<
|
|
3067
|
+
PaginationConfiguration,
|
|
3068
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3069
|
+
>
|
|
3070
|
+
): Paginator<ListDataSourcesCommandOutput>;
|
|
3071
|
+
paginateListDomains(
|
|
3072
|
+
args?: ListDomainsCommandInput,
|
|
3073
|
+
paginationConfig?: Pick<
|
|
3074
|
+
PaginationConfiguration,
|
|
3075
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3076
|
+
>
|
|
3077
|
+
): Paginator<ListDomainsCommandOutput>;
|
|
3078
|
+
paginateListDomainUnitsForParent(
|
|
3079
|
+
args: ListDomainUnitsForParentCommandInput,
|
|
3080
|
+
paginationConfig?: Pick<
|
|
3081
|
+
PaginationConfiguration,
|
|
3082
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3083
|
+
>
|
|
3084
|
+
): Paginator<ListDomainUnitsForParentCommandOutput>;
|
|
3085
|
+
paginateListEntityOwners(
|
|
3086
|
+
args: ListEntityOwnersCommandInput,
|
|
3087
|
+
paginationConfig?: Pick<
|
|
3088
|
+
PaginationConfiguration,
|
|
3089
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3090
|
+
>
|
|
3091
|
+
): Paginator<ListEntityOwnersCommandOutput>;
|
|
3092
|
+
paginateListEnvironmentActions(
|
|
3093
|
+
args: ListEnvironmentActionsCommandInput,
|
|
3094
|
+
paginationConfig?: Pick<
|
|
3095
|
+
PaginationConfiguration,
|
|
3096
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3097
|
+
>
|
|
3098
|
+
): Paginator<ListEnvironmentActionsCommandOutput>;
|
|
3099
|
+
paginateListEnvironmentBlueprintConfigurations(
|
|
3100
|
+
args: ListEnvironmentBlueprintConfigurationsCommandInput,
|
|
3101
|
+
paginationConfig?: Pick<
|
|
3102
|
+
PaginationConfiguration,
|
|
3103
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3104
|
+
>
|
|
3105
|
+
): Paginator<ListEnvironmentBlueprintConfigurationsCommandOutput>;
|
|
3106
|
+
paginateListEnvironmentBlueprints(
|
|
3107
|
+
args: ListEnvironmentBlueprintsCommandInput,
|
|
3108
|
+
paginationConfig?: Pick<
|
|
3109
|
+
PaginationConfiguration,
|
|
3110
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3111
|
+
>
|
|
3112
|
+
): Paginator<ListEnvironmentBlueprintsCommandOutput>;
|
|
3113
|
+
paginateListEnvironmentProfiles(
|
|
3114
|
+
args: ListEnvironmentProfilesCommandInput,
|
|
3115
|
+
paginationConfig?: Pick<
|
|
3116
|
+
PaginationConfiguration,
|
|
3117
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3118
|
+
>
|
|
3119
|
+
): Paginator<ListEnvironmentProfilesCommandOutput>;
|
|
3120
|
+
paginateListEnvironments(
|
|
3121
|
+
args: ListEnvironmentsCommandInput,
|
|
3122
|
+
paginationConfig?: Pick<
|
|
3123
|
+
PaginationConfiguration,
|
|
3124
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3125
|
+
>
|
|
3126
|
+
): Paginator<ListEnvironmentsCommandOutput>;
|
|
3127
|
+
paginateListJobRuns(
|
|
3128
|
+
args: ListJobRunsCommandInput,
|
|
3129
|
+
paginationConfig?: Pick<
|
|
3130
|
+
PaginationConfiguration,
|
|
3131
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3132
|
+
>
|
|
3133
|
+
): Paginator<ListJobRunsCommandOutput>;
|
|
3134
|
+
paginateListLineageEvents(
|
|
3135
|
+
args: ListLineageEventsCommandInput,
|
|
3136
|
+
paginationConfig?: Pick<
|
|
3137
|
+
PaginationConfiguration,
|
|
3138
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3139
|
+
>
|
|
3140
|
+
): Paginator<ListLineageEventsCommandOutput>;
|
|
3141
|
+
paginateListLineageNodeHistory(
|
|
3142
|
+
args: ListLineageNodeHistoryCommandInput,
|
|
3143
|
+
paginationConfig?: Pick<
|
|
3144
|
+
PaginationConfiguration,
|
|
3145
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3146
|
+
>
|
|
3147
|
+
): Paginator<ListLineageNodeHistoryCommandOutput>;
|
|
3148
|
+
paginateListMetadataGenerationRuns(
|
|
3149
|
+
args: ListMetadataGenerationRunsCommandInput,
|
|
3150
|
+
paginationConfig?: Pick<
|
|
3151
|
+
PaginationConfiguration,
|
|
3152
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3153
|
+
>
|
|
3154
|
+
): Paginator<ListMetadataGenerationRunsCommandOutput>;
|
|
3155
|
+
paginateListNotifications(
|
|
3156
|
+
args: ListNotificationsCommandInput,
|
|
3157
|
+
paginationConfig?: Pick<
|
|
3158
|
+
PaginationConfiguration,
|
|
3159
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3160
|
+
>
|
|
3161
|
+
): Paginator<ListNotificationsCommandOutput>;
|
|
3162
|
+
paginateListPolicyGrants(
|
|
3163
|
+
args: ListPolicyGrantsCommandInput,
|
|
3164
|
+
paginationConfig?: Pick<
|
|
3165
|
+
PaginationConfiguration,
|
|
3166
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3167
|
+
>
|
|
3168
|
+
): Paginator<ListPolicyGrantsCommandOutput>;
|
|
3169
|
+
paginateListProjectMemberships(
|
|
3170
|
+
args: ListProjectMembershipsCommandInput,
|
|
3171
|
+
paginationConfig?: Pick<
|
|
3172
|
+
PaginationConfiguration,
|
|
3173
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3174
|
+
>
|
|
3175
|
+
): Paginator<ListProjectMembershipsCommandOutput>;
|
|
3176
|
+
paginateListProjectProfiles(
|
|
3177
|
+
args: ListProjectProfilesCommandInput,
|
|
3178
|
+
paginationConfig?: Pick<
|
|
3179
|
+
PaginationConfiguration,
|
|
3180
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3181
|
+
>
|
|
3182
|
+
): Paginator<ListProjectProfilesCommandOutput>;
|
|
3183
|
+
paginateListProjects(
|
|
3184
|
+
args: ListProjectsCommandInput,
|
|
3185
|
+
paginationConfig?: Pick<
|
|
3186
|
+
PaginationConfiguration,
|
|
3187
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3188
|
+
>
|
|
3189
|
+
): Paginator<ListProjectsCommandOutput>;
|
|
3190
|
+
paginateListRules(
|
|
3191
|
+
args: ListRulesCommandInput,
|
|
3192
|
+
paginationConfig?: Pick<
|
|
3193
|
+
PaginationConfiguration,
|
|
3194
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3195
|
+
>
|
|
3196
|
+
): Paginator<ListRulesCommandOutput>;
|
|
3197
|
+
paginateListSubscriptionGrants(
|
|
3198
|
+
args: ListSubscriptionGrantsCommandInput,
|
|
3199
|
+
paginationConfig?: Pick<
|
|
3200
|
+
PaginationConfiguration,
|
|
3201
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3202
|
+
>
|
|
3203
|
+
): Paginator<ListSubscriptionGrantsCommandOutput>;
|
|
3204
|
+
paginateListSubscriptionRequests(
|
|
3205
|
+
args: ListSubscriptionRequestsCommandInput,
|
|
3206
|
+
paginationConfig?: Pick<
|
|
3207
|
+
PaginationConfiguration,
|
|
3208
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3209
|
+
>
|
|
3210
|
+
): Paginator<ListSubscriptionRequestsCommandOutput>;
|
|
3211
|
+
paginateListSubscriptions(
|
|
3212
|
+
args: ListSubscriptionsCommandInput,
|
|
3213
|
+
paginationConfig?: Pick<
|
|
3214
|
+
PaginationConfiguration,
|
|
3215
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3216
|
+
>
|
|
3217
|
+
): Paginator<ListSubscriptionsCommandOutput>;
|
|
3218
|
+
paginateListSubscriptionTargets(
|
|
3219
|
+
args: ListSubscriptionTargetsCommandInput,
|
|
3220
|
+
paginationConfig?: Pick<
|
|
3221
|
+
PaginationConfiguration,
|
|
3222
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3223
|
+
>
|
|
3224
|
+
): Paginator<ListSubscriptionTargetsCommandOutput>;
|
|
3225
|
+
paginateListTimeSeriesDataPoints(
|
|
3226
|
+
args: ListTimeSeriesDataPointsCommandInput,
|
|
3227
|
+
paginationConfig?: Pick<
|
|
3228
|
+
PaginationConfiguration,
|
|
3229
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3230
|
+
>
|
|
3231
|
+
): Paginator<ListTimeSeriesDataPointsCommandOutput>;
|
|
3232
|
+
paginateSearch(
|
|
3233
|
+
args: SearchCommandInput,
|
|
3234
|
+
paginationConfig?: Pick<
|
|
3235
|
+
PaginationConfiguration,
|
|
3236
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3237
|
+
>
|
|
3238
|
+
): Paginator<SearchCommandOutput>;
|
|
3239
|
+
paginateSearchGroupProfiles(
|
|
3240
|
+
args: SearchGroupProfilesCommandInput,
|
|
3241
|
+
paginationConfig?: Pick<
|
|
3242
|
+
PaginationConfiguration,
|
|
3243
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3244
|
+
>
|
|
3245
|
+
): Paginator<SearchGroupProfilesCommandOutput>;
|
|
3246
|
+
paginateSearchListings(
|
|
3247
|
+
args: SearchListingsCommandInput,
|
|
3248
|
+
paginationConfig?: Pick<
|
|
3249
|
+
PaginationConfiguration,
|
|
3250
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3251
|
+
>
|
|
3252
|
+
): Paginator<SearchListingsCommandOutput>;
|
|
3253
|
+
paginateSearchTypes(
|
|
3254
|
+
args: SearchTypesCommandInput,
|
|
3255
|
+
paginationConfig?: Pick<
|
|
3256
|
+
PaginationConfiguration,
|
|
3257
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3258
|
+
>
|
|
3259
|
+
): Paginator<SearchTypesCommandOutput>;
|
|
3260
|
+
paginateSearchUserProfiles(
|
|
3261
|
+
args: SearchUserProfilesCommandInput,
|
|
3262
|
+
paginationConfig?: Pick<
|
|
3263
|
+
PaginationConfiguration,
|
|
3264
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3265
|
+
>
|
|
3266
|
+
): Paginator<SearchUserProfilesCommandOutput>;
|
|
3004
3267
|
}
|
|
3005
3268
|
export declare class DataZone extends DataZoneClient implements DataZone {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|