@aws-sdk/client-datazone 3.974.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/README.md +7 -0
- package/dist-cjs/index.js +147 -75
- package/dist-es/DataZone.js +79 -1
- package/dist-es/commands/DeleteDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +16 -0
- package/dist-types/DataZone.d.ts +267 -1
- package/dist-types/DataZoneClient.d.ts +3 -2
- package/dist-types/commands/DeleteDataExportConfigurationCommand.d.ts +93 -0
- package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +16 -21
- package/dist-types/models/models_2.d.ts +20 -0
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/DataZone.d.ts +281 -1
- package/dist-types/ts3.4/DataZoneClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +4 -5
- package/dist-types/ts3.4/models/models_2.d.ts +5 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +17 -17
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";
|
|
@@ -42,6 +42,7 @@ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/De
|
|
|
42
42
|
import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "./commands/DeleteAssetFilterCommand";
|
|
43
43
|
import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
|
|
44
44
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
45
|
+
import { DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput } from "./commands/DeleteDataExportConfigurationCommand";
|
|
45
46
|
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
46
47
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
47
48
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
@@ -433,6 +434,12 @@ export interface DataZone {
|
|
|
433
434
|
deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
|
|
434
435
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
435
436
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
437
|
+
/**
|
|
438
|
+
* @see {@link DeleteDataExportConfigurationCommand}
|
|
439
|
+
*/
|
|
440
|
+
deleteDataExportConfiguration(args: DeleteDataExportConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataExportConfigurationCommandOutput>;
|
|
441
|
+
deleteDataExportConfiguration(args: DeleteDataExportConfigurationCommandInput, cb: (err: any, data?: DeleteDataExportConfigurationCommandOutput) => void): void;
|
|
442
|
+
deleteDataExportConfiguration(args: DeleteDataExportConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataExportConfigurationCommandOutput) => void): void;
|
|
436
443
|
/**
|
|
437
444
|
* @see {@link DeleteDataProductCommand}
|
|
438
445
|
*/
|
|
@@ -1220,6 +1227,265 @@ export interface DataZone {
|
|
|
1220
1227
|
updateUserProfile(args: UpdateUserProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserProfileCommandOutput>;
|
|
1221
1228
|
updateUserProfile(args: UpdateUserProfileCommandInput, cb: (err: any, data?: UpdateUserProfileCommandOutput) => void): void;
|
|
1222
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>;
|
|
1223
1489
|
}
|
|
1224
1490
|
/**
|
|
1225
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>
|
|
@@ -50,6 +50,7 @@ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/De
|
|
|
50
50
|
import { DeleteAssetFilterCommandInput, DeleteAssetFilterCommandOutput } from "./commands/DeleteAssetFilterCommand";
|
|
51
51
|
import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
|
|
52
52
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
53
|
+
import { DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput } from "./commands/DeleteDataExportConfigurationCommand";
|
|
53
54
|
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
54
55
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
55
56
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
@@ -187,11 +188,11 @@ export { __Client };
|
|
|
187
188
|
/**
|
|
188
189
|
* @public
|
|
189
190
|
*/
|
|
190
|
-
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | BatchGetAttributesMetadataCommandInput | BatchPutAttributesMetadataCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataExportConfigurationCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutDataExportConfigurationCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRootDomainUnitOwnerCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
191
|
+
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | BatchGetAttributesMetadataCommandInput | BatchPutAttributesMetadataCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataExportConfigurationCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataExportConfigurationCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutDataExportConfigurationCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRootDomainUnitOwnerCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
191
192
|
/**
|
|
192
193
|
* @public
|
|
193
194
|
*/
|
|
194
|
-
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | BatchGetAttributesMetadataCommandOutput | BatchPutAttributesMetadataCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataExportConfigurationCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutDataExportConfigurationCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRootDomainUnitOwnerCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
195
|
+
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | BatchGetAttributesMetadataCommandOutput | BatchPutAttributesMetadataCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataExportConfigurationCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataExportConfigurationCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutDataExportConfigurationCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRootDomainUnitOwnerCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
195
196
|
/**
|
|
196
197
|
* @public
|
|
197
198
|
*/
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import type { DeleteDataExportConfigurationInput, DeleteDataExportConfigurationOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteDataExportConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteDataExportConfigurationCommandInput extends DeleteDataExportConfigurationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteDataExportConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteDataExportConfigurationCommandOutput extends DeleteDataExportConfigurationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteDataExportConfigurationCommand_base: {
|
|
25
|
+
new (input: DeleteDataExportConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataExportConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataExportConfigurationCommandInput, DeleteDataExportConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes data export configuration for a domain.</p> <p>This operation does not delete the S3 table created by the PutDataExportConfiguration operation.</p> <p>To temporarily disable export without deleting the configuration, use the PutDataExportConfiguration operation with the <code>--no-enable-export</code> flag instead. This allows you to re-enable export for the same domain using the <code>--enable-export</code> flag without deleting S3 table.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, DeleteDataExportConfigurationCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, DeleteDataExportConfigurationCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* // import type { DataZoneClientConfig } from "@aws-sdk/client-datazone";
|
|
37
|
+
* const config = {}; // type is DataZoneClientConfig
|
|
38
|
+
* const client = new DataZoneClient(config);
|
|
39
|
+
* const input = { // DeleteDataExportConfigurationInput
|
|
40
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteDataExportConfigurationCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DeleteDataExportConfigurationCommandInput - {@link DeleteDataExportConfigurationCommandInput}
|
|
49
|
+
* @returns {@link DeleteDataExportConfigurationCommandOutput}
|
|
50
|
+
* @see {@link DeleteDataExportConfigurationCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DeleteDataExportConfigurationCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ConflictException} (client fault)
|
|
58
|
+
* <p>There is a conflict while performing this action.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The specified resource cannot be found.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>The request was denied due to request throttling.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
73
|
+
* <p>You do not have permission to perform this action.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DataZoneServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class DeleteDataExportConfigurationCommand extends DeleteDataExportConfigurationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteDataExportConfigurationInput;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteDataExportConfigurationCommandInput;
|
|
90
|
+
output: DeleteDataExportConfigurationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -27,7 +27,7 @@ declare const PutDataExportConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates data export configuration details.</p> <p>
|
|
30
|
+
* <p>Creates data export configuration details.</p> <p>If you want to temporarily disable export and later re-enable it for the same domain, use the <code>--no-enable-export</code> flag to disable and the <code>--enable-export</code> flag to re-enable. This preserves the configuration and allows you to re-enable export without deleting S3 table.</p> <note> <p>You can enable asset metadata export for only one domain per account per Region. To enable export for a different domain, complete the following steps:</p> <ol> <li> <p>Delete the export configuration for the currently enabled domain using the DeleteDataExportConfiguration operation.</p> </li> <li> <p>Delete the asset S3 table under the aws-sagemaker-catalog S3 table bucket. We recommend backing up the S3 table before deletion.</p> </li> <li> <p>Call the PutDataExportConfiguration API to enable export for the new domain.</p> </li> </ol> </note>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import type { TagResourceRequest, TagResourceResponse } from "../models/
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -41,6 +41,7 @@ export * from "./DeleteAssetCommand";
|
|
|
41
41
|
export * from "./DeleteAssetFilterCommand";
|
|
42
42
|
export * from "./DeleteAssetTypeCommand";
|
|
43
43
|
export * from "./DeleteConnectionCommand";
|
|
44
|
+
export * from "./DeleteDataExportConfigurationCommand";
|
|
44
45
|
export * from "./DeleteDataProductCommand";
|
|
45
46
|
export * from "./DeleteDataSourceCommand";
|
|
46
47
|
export * from "./DeleteDomainCommand";
|
|
@@ -1549,6 +1549,21 @@ export interface DeleteConnectionOutput {
|
|
|
1549
1549
|
*/
|
|
1550
1550
|
status?: string | undefined;
|
|
1551
1551
|
}
|
|
1552
|
+
/**
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
export interface DeleteDataExportConfigurationInput {
|
|
1556
|
+
/**
|
|
1557
|
+
* <p>The domain ID for which you want to delete the data export configuration.</p>
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1560
|
+
domainIdentifier: string | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
/**
|
|
1563
|
+
* @public
|
|
1564
|
+
*/
|
|
1565
|
+
export interface DeleteDataExportConfigurationOutput {
|
|
1566
|
+
}
|
|
1552
1567
|
/**
|
|
1553
1568
|
* @public
|
|
1554
1569
|
*/
|
|
@@ -8088,7 +8103,7 @@ export interface PostTimeSeriesDataPointsOutput {
|
|
|
8088
8103
|
*/
|
|
8089
8104
|
export interface PutDataExportConfigurationInput {
|
|
8090
8105
|
/**
|
|
8091
|
-
* <p>The domain ID
|
|
8106
|
+
* <p>The domain ID for which you want to create data export configuration details.</p>
|
|
8092
8107
|
* @public
|
|
8093
8108
|
*/
|
|
8094
8109
|
domainIdentifier: string | undefined;
|
|
@@ -9536,23 +9551,3 @@ export interface SearchUserProfilesOutput {
|
|
|
9536
9551
|
*/
|
|
9537
9552
|
nextToken?: string | undefined;
|
|
9538
9553
|
}
|
|
9539
|
-
/**
|
|
9540
|
-
* @public
|
|
9541
|
-
*/
|
|
9542
|
-
export interface TagResourceRequest {
|
|
9543
|
-
/**
|
|
9544
|
-
* <p>The ARN of the resource to be tagged in Amazon DataZone.</p>
|
|
9545
|
-
* @public
|
|
9546
|
-
*/
|
|
9547
|
-
resourceArn: string | undefined;
|
|
9548
|
-
/**
|
|
9549
|
-
* <p>Specifies the tags for the <code>TagResource</code> action.</p>
|
|
9550
|
-
* @public
|
|
9551
|
-
*/
|
|
9552
|
-
tags: Record<string, string> | undefined;
|
|
9553
|
-
}
|
|
9554
|
-
/**
|
|
9555
|
-
* @public
|
|
9556
|
-
*/
|
|
9557
|
-
export interface TagResourceResponse {
|
|
9558
|
-
}
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
import { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, GroupProfileStatus, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType } from "./enums";
|
|
2
2
|
import { type AccountSource, type ActionParameters, type AwsLocation, type ConnectionPropertiesOutput, type ConnectionPropertiesPatch, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type FailureCause, type GrantedEntity, type ProvisioningProperties, type UserProfileDetails, AggregationListItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentParameter, FormOutput, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm } from "./models_0";
|
|
3
3
|
import { type SearchSort, Filter, SearchInItem } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface TagResourceRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ARN of the resource to be tagged in Amazon DataZone.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
resourceArn: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Specifies the tags for the <code>TagResource</code> action.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
tags: Record<string, string> | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface TagResourceResponse {
|
|
23
|
+
}
|
|
4
24
|
/**
|
|
5
25
|
* @public
|
|
6
26
|
*/
|
|
@@ -156,6 +156,8 @@ export declare var DeleteAssetTypeInput$: StaticStructureSchema;
|
|
|
156
156
|
export declare var DeleteAssetTypeOutput$: StaticStructureSchema;
|
|
157
157
|
export declare var DeleteConnectionInput$: StaticStructureSchema;
|
|
158
158
|
export declare var DeleteConnectionOutput$: StaticStructureSchema;
|
|
159
|
+
export declare var DeleteDataExportConfigurationInput$: StaticStructureSchema;
|
|
160
|
+
export declare var DeleteDataExportConfigurationOutput$: StaticStructureSchema;
|
|
159
161
|
export declare var DeleteDataProductInput$: StaticStructureSchema;
|
|
160
162
|
export declare var DeleteDataProductOutput$: StaticStructureSchema;
|
|
161
163
|
export declare var DeleteDataSourceInput$: StaticStructureSchema;
|
|
@@ -693,6 +695,7 @@ export declare var DeleteAsset$: StaticOperationSchema;
|
|
|
693
695
|
export declare var DeleteAssetFilter$: StaticOperationSchema;
|
|
694
696
|
export declare var DeleteAssetType$: StaticOperationSchema;
|
|
695
697
|
export declare var DeleteConnection$: StaticOperationSchema;
|
|
698
|
+
export declare var DeleteDataExportConfiguration$: StaticOperationSchema;
|
|
696
699
|
export declare var DeleteDataProduct$: StaticOperationSchema;
|
|
697
700
|
export declare var DeleteDataSource$: StaticOperationSchema;
|
|
698
701
|
export declare var DeleteDomain$: StaticOperationSchema;
|