@aws-sdk/client-datazone 3.614.0 → 3.617.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 +578 -84
- package/dist-es/DataZone.js +10 -0
- package/dist-es/DataZoneClient.js +5 -5
- 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 +118 -1
- package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +270 -1
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +9 -4
- 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 +1 -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/UpdateAssetFilterCommand.d.ts +354 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +725 -829
- package/dist-types/models/models_1.d.ts +1199 -1
- 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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +32 -2
- 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 +1 -1
- 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 -204
- package/dist-types/ts3.4/models/models_1.d.ts +348 -3
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListEnvironmentBlueprintsInput,
|
|
10
10
|
ListEnvironmentBlueprintsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListEnvironmentBlueprintsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListEnvironmentsInput,
|
|
10
10
|
ListEnvironmentsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsInput {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListNotificationsInput,
|
|
10
|
+
ListNotificationsOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListNotificationsCommandInput extends ListNotificationsInput {}
|
|
@@ -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";
|