@aws-sdk/client-datazone 3.616.0 → 3.618.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 +40 -0
- package/dist-cjs/index.js +567 -104
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +25 -0
- package/dist-es/commands/DeleteAssetFilterCommand.js +24 -0
- package/dist-es/commands/GetAssetFilterCommand.js +25 -0
- package/dist-es/commands/GetListingCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +25 -0
- package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +1 -1
- package/dist-es/commands/ListEnvironmentProfilesCommand.js +1 -1
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -1
- package/dist-es/commands/ListNotificationsCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +25 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +49 -64
- package/dist-es/models/models_1.js +113 -5
- package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +270 -21
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +357 -0
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +81 -0
- package/dist-types/commands/DeleteListingCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +221 -0
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/GetListingCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +98 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +10 -0
- package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListNotificationsCommand.d.ts +1 -2
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/SearchCommand.d.ts +0 -20
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +354 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +722 -829
- package/dist-types/models/models_1.d.ts +1116 -20
- package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +346 -205
- package/dist-types/ts3.4/models/models_1.d.ts +330 -17
- package/dist-types/ts3.4/pagination/ListAssetFiltersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateAssetFilterInput,
|
|
10
|
+
UpdateAssetFilterOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAssetFilterCommandInput extends UpdateAssetFilterInput {}
|
|
15
|
+
export interface UpdateAssetFilterCommandOutput
|
|
16
|
+
extends UpdateAssetFilterOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateAssetFilterCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateAssetFilterCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateAssetFilterCommandInput,
|
|
23
|
+
UpdateAssetFilterCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateAssetFilterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateAssetFilterCommandInput,
|
|
32
|
+
UpdateAssetFilterCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdateAssetFilterCommand extends UpdateAssetFilterCommand_base {}
|
|
@@ -4,6 +4,7 @@ export * from "./AssociateEnvironmentRoleCommand";
|
|
|
4
4
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
5
5
|
export * from "./CancelSubscriptionCommand";
|
|
6
6
|
export * from "./CreateAssetCommand";
|
|
7
|
+
export * from "./CreateAssetFilterCommand";
|
|
7
8
|
export * from "./CreateAssetRevisionCommand";
|
|
8
9
|
export * from "./CreateAssetTypeCommand";
|
|
9
10
|
export * from "./CreateDataSourceCommand";
|
|
@@ -23,6 +24,7 @@ export * from "./CreateSubscriptionRequestCommand";
|
|
|
23
24
|
export * from "./CreateSubscriptionTargetCommand";
|
|
24
25
|
export * from "./CreateUserProfileCommand";
|
|
25
26
|
export * from "./DeleteAssetCommand";
|
|
27
|
+
export * from "./DeleteAssetFilterCommand";
|
|
26
28
|
export * from "./DeleteAssetTypeCommand";
|
|
27
29
|
export * from "./DeleteDataSourceCommand";
|
|
28
30
|
export * from "./DeleteDomainCommand";
|
|
@@ -42,6 +44,7 @@ export * from "./DeleteSubscriptionTargetCommand";
|
|
|
42
44
|
export * from "./DeleteTimeSeriesDataPointsCommand";
|
|
43
45
|
export * from "./DisassociateEnvironmentRoleCommand";
|
|
44
46
|
export * from "./GetAssetCommand";
|
|
47
|
+
export * from "./GetAssetFilterCommand";
|
|
45
48
|
export * from "./GetAssetTypeCommand";
|
|
46
49
|
export * from "./GetDataSourceCommand";
|
|
47
50
|
export * from "./GetDataSourceRunCommand";
|
|
@@ -66,6 +69,7 @@ export * from "./GetSubscriptionRequestDetailsCommand";
|
|
|
66
69
|
export * from "./GetSubscriptionTargetCommand";
|
|
67
70
|
export * from "./GetTimeSeriesDataPointCommand";
|
|
68
71
|
export * from "./GetUserProfileCommand";
|
|
72
|
+
export * from "./ListAssetFiltersCommand";
|
|
69
73
|
export * from "./ListAssetRevisionsCommand";
|
|
70
74
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
71
75
|
export * from "./ListDataSourceRunsCommand";
|
|
@@ -102,6 +106,7 @@ export * from "./StartDataSourceRunCommand";
|
|
|
102
106
|
export * from "./StartMetadataGenerationRunCommand";
|
|
103
107
|
export * from "./TagResourceCommand";
|
|
104
108
|
export * from "./UntagResourceCommand";
|
|
109
|
+
export * from "./UpdateAssetFilterCommand";
|
|
105
110
|
export * from "./UpdateDataSourceCommand";
|
|
106
111
|
export * from "./UpdateDomainCommand";
|
|
107
112
|
export * from "./UpdateEnvironmentActionCommand";
|