@aws-sdk/client-datazone 3.699.0 → 3.709.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 +112 -0
- package/dist-cjs/index.js +2077 -405
- package/dist-es/DataZone.js +28 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
- package/dist-es/commands/CreateConnectionCommand.js +23 -0
- package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/CreateUserProfileCommand.js +1 -1
- package/dist-es/commands/DeleteConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
- package/dist-es/commands/GetAssetFilterCommand.js +1 -1
- package/dist-es/commands/GetConnectionCommand.js +23 -0
- package/dist-es/commands/GetDataProductCommand.js +1 -1
- package/dist-es/commands/GetDataSourceCommand.js +1 -1
- package/dist-es/commands/GetJobRunCommand.js +22 -0
- package/dist-es/commands/GetLineageEventCommand.js +23 -0
- package/dist-es/commands/GetProjectProfileCommand.js +23 -0
- package/dist-es/commands/ListConnectionsCommand.js +23 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListJobRunsCommand.js +22 -0
- package/dist-es/commands/ListLineageEventsCommand.js +22 -0
- package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
- package/dist-es/commands/SearchCommand.js +1 -1
- package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
- package/dist-es/commands/SearchListingsCommand.js +1 -1
- package/dist-es/commands/SearchTypesCommand.js +1 -1
- package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionCommand.js +23 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
- package/dist-es/commands/UpdateProjectCommand.js +1 -1
- package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +389 -206
- package/dist-es/models/models_1.js +313 -277
- package/dist-es/models/models_2.js +308 -0
- package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
- package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
- package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +746 -11
- package/dist-types/DataZone.d.ts +98 -0
- package/dist-types/DataZoneClient.d.ts +16 -2
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDomainCommand.d.ts +3 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
- package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
- package/dist-types/commands/GetProjectCommand.d.ts +23 -0
- package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
- package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3318 -3340
- package/dist-types/models/models_1.d.ts +5464 -4163
- package/dist-types/models/models_2.d.ts +2605 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/DataZone.d.ts +238 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
- package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
- package/dist-types/ts3.4/models/models_2.d.ts +843 -0
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +36 -35
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { ListLineageEventsInput, ListLineageEventsOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListLineageEventsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListLineageEventsCommandInput extends ListLineageEventsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListLineageEventsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListLineageEventsCommandOutput extends ListLineageEventsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListLineageEventsCommand_base: {
|
|
25
|
+
new (input: ListLineageEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLineageEventsCommandInput, ListLineageEventsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListLineageEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLineageEventsCommandInput, ListLineageEventsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists lineage events.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, ListLineageEventsCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, ListLineageEventsCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // ListLineageEventsInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* maxResults: Number("int"),
|
|
40
|
+
* timestampAfter: new Date("TIMESTAMP"),
|
|
41
|
+
* timestampBefore: new Date("TIMESTAMP"),
|
|
42
|
+
* processingStatus: "REQUESTED" || "PROCESSING" || "SUCCESS" || "FAILED",
|
|
43
|
+
* sortOrder: "ASCENDING" || "DESCENDING",
|
|
44
|
+
* nextToken: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new ListLineageEventsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // ListLineageEventsOutput
|
|
49
|
+
* // items: [ // LineageEventSummaries
|
|
50
|
+
* // { // LineageEventSummary
|
|
51
|
+
* // id: "STRING_VALUE",
|
|
52
|
+
* // domainId: "STRING_VALUE",
|
|
53
|
+
* // processingStatus: "REQUESTED" || "PROCESSING" || "SUCCESS" || "FAILED",
|
|
54
|
+
* // eventTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // eventSummary: { // EventSummary Union: only one key present
|
|
56
|
+
* // openLineageRunEventSummary: { // OpenLineageRunEventSummary
|
|
57
|
+
* // eventType: "START" || "RUNNING" || "COMPLETE" || "ABORT" || "FAIL" || "OTHER",
|
|
58
|
+
* // runId: "STRING_VALUE",
|
|
59
|
+
* // job: { // NameIdentifier
|
|
60
|
+
* // name: "STRING_VALUE",
|
|
61
|
+
* // namespace: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // inputs: [ // NameIdentifiers
|
|
64
|
+
* // {
|
|
65
|
+
* // name: "STRING_VALUE",
|
|
66
|
+
* // namespace: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // outputs: [
|
|
70
|
+
* // {
|
|
71
|
+
* // name: "STRING_VALUE",
|
|
72
|
+
* // namespace: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // createdBy: "STRING_VALUE",
|
|
78
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // nextToken: "STRING_VALUE",
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
84
|
+
* ```
|
|
85
|
+
*
|
|
86
|
+
* @param ListLineageEventsCommandInput - {@link ListLineageEventsCommandInput}
|
|
87
|
+
* @returns {@link ListLineageEventsCommandOutput}
|
|
88
|
+
* @see {@link ListLineageEventsCommandInput} for command's `input` shape.
|
|
89
|
+
* @see {@link ListLineageEventsCommandOutput} for command's `response` shape.
|
|
90
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
93
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InternalServerException} (server fault)
|
|
96
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
99
|
+
* <p>The request was denied due to request throttling.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ValidationException} (client fault)
|
|
102
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
105
|
+
* <p>You do not have permission to perform this action.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link DataZoneServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
109
|
+
*
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export declare class ListLineageEventsCommand extends ListLineageEventsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: ListLineageEventsInput;
|
|
117
|
+
output: ListLineageEventsOutput;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: ListLineageEventsCommandInput;
|
|
121
|
+
output: ListLineageEventsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
}
|
|
@@ -38,7 +38,7 @@ declare const ListPolicyGrantsCommand_base: {
|
|
|
38
38
|
* domainIdentifier: "STRING_VALUE", // required
|
|
39
39
|
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE", // required
|
|
40
40
|
* entityIdentifier: "STRING_VALUE", // required
|
|
41
|
-
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT", // required
|
|
41
|
+
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE", // required
|
|
42
42
|
* maxResults: Number("int"),
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -103,6 +103,13 @@ declare const ListPolicyGrantsCommand_base: {
|
|
|
103
103
|
* // },
|
|
104
104
|
* // delegateCreateEnvironmentProfile: {},
|
|
105
105
|
* // createEnvironment: {},
|
|
106
|
+
* // createEnvironmentFromBlueprint: {},
|
|
107
|
+
* // createProjectFromProjectProfile: { // CreateProjectFromProjectProfilePolicyGrantDetail
|
|
108
|
+
* // includeChildDomainUnits: true || false,
|
|
109
|
+
* // projectProfiles: [ // ProjectProfileList
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
112
|
+
* // },
|
|
106
113
|
* // },
|
|
107
114
|
* // createdAt: new Date("TIMESTAMP"),
|
|
108
115
|
* // createdBy: "STRING_VALUE",
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { ListProjectProfilesInput, ListProjectProfilesOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListProjectProfilesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListProjectProfilesCommandInput extends ListProjectProfilesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListProjectProfilesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListProjectProfilesCommandOutput extends ListProjectProfilesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListProjectProfilesCommand_base: {
|
|
25
|
+
new (input: ListProjectProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListProjectProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists project profiles.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, ListProjectProfilesCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, ListProjectProfilesCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // ListProjectProfilesInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* name: "STRING_VALUE",
|
|
40
|
+
* sortBy: "NAME",
|
|
41
|
+
* sortOrder: "ASCENDING" || "DESCENDING",
|
|
42
|
+
* nextToken: "STRING_VALUE",
|
|
43
|
+
* maxResults: Number("int"),
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListProjectProfilesCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListProjectProfilesOutput
|
|
48
|
+
* // items: [ // ProjectProfileSummaries
|
|
49
|
+
* // { // ProjectProfileSummary
|
|
50
|
+
* // domainId: "STRING_VALUE", // required
|
|
51
|
+
* // id: "STRING_VALUE", // required
|
|
52
|
+
* // name: "STRING_VALUE", // required
|
|
53
|
+
* // description: "STRING_VALUE",
|
|
54
|
+
* // status: "ENABLED" || "DISABLED",
|
|
55
|
+
* // createdBy: "STRING_VALUE", // required
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // domainUnitId: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // nextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListProjectProfilesCommandInput - {@link ListProjectProfilesCommandInput}
|
|
67
|
+
* @returns {@link ListProjectProfilesCommandOutput}
|
|
68
|
+
* @see {@link ListProjectProfilesCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListProjectProfilesCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InternalServerException} (server fault)
|
|
76
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The request was denied due to request throttling.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ValidationException} (client fault)
|
|
82
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
85
|
+
* <p>You do not have permission to perform this action.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link DataZoneServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class ListProjectProfilesCommand extends ListProjectProfilesCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListProjectProfilesInput;
|
|
97
|
+
output: ListProjectProfilesOutput;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListProjectProfilesCommandInput;
|
|
101
|
+
output: ListProjectProfilesCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -60,7 +60,7 @@ declare const ListSubscriptionTargetsCommand_base: {
|
|
|
60
60
|
* // updatedBy: "STRING_VALUE",
|
|
61
61
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
62
62
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
63
|
-
* // manageAccessRole: "STRING_VALUE",
|
|
63
|
+
* // manageAccessRole: "STRING_VALUE",
|
|
64
64
|
* // applicableAssetTypes: [ // ApplicableAssetTypes // required
|
|
65
65
|
* // "STRING_VALUE",
|
|
66
66
|
* // ],
|
|
@@ -30,7 +30,7 @@ export interface PostLineageEventCommandOutput extends PostLineageEventOutput, _
|
|
|
30
30
|
declare const PostLineageEventCommand_base: {
|
|
31
31
|
new (input: PostLineageEventCommandInput): import("@smithy/smithy-client").CommandImpl<PostLineageEventCommandInput, PostLineageEventCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
32
|
new (__0_0: PostLineageEventCommandInput): import("@smithy/smithy-client").CommandImpl<PostLineageEventCommandInput, PostLineageEventCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
36
36
|
* <p>Posts a data lineage event.</p>
|
|
@@ -47,7 +47,10 @@ declare const PostLineageEventCommand_base: {
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new PostLineageEventCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
-
* // {
|
|
50
|
+
* // { // PostLineageEventOutput
|
|
51
|
+
* // id: "STRING_VALUE",
|
|
52
|
+
* // domainId: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
51
54
|
*
|
|
52
55
|
* ```
|
|
53
56
|
*
|
|
@@ -91,7 +94,7 @@ export declare class PostLineageEventCommand extends PostLineageEventCommand_bas
|
|
|
91
94
|
protected static __types: {
|
|
92
95
|
api: {
|
|
93
96
|
input: PostLineageEventInput;
|
|
94
|
-
output:
|
|
97
|
+
output: PostLineageEventOutput;
|
|
95
98
|
};
|
|
96
99
|
sdk: {
|
|
97
100
|
input: PostLineageEventCommandInput;
|
|
@@ -39,6 +39,7 @@ declare const PutEnvironmentBlueprintConfigurationCommand_base: {
|
|
|
39
39
|
* environmentBlueprintIdentifier: "STRING_VALUE", // required
|
|
40
40
|
* provisioningRoleArn: "STRING_VALUE",
|
|
41
41
|
* manageAccessRoleArn: "STRING_VALUE",
|
|
42
|
+
* environmentRolePermissionBoundary: "STRING_VALUE",
|
|
42
43
|
* enabledRegions: [ // EnabledRegionList // required
|
|
43
44
|
* "STRING_VALUE",
|
|
44
45
|
* ],
|
|
@@ -64,6 +65,7 @@ declare const PutEnvironmentBlueprintConfigurationCommand_base: {
|
|
|
64
65
|
* // domainId: "STRING_VALUE", // required
|
|
65
66
|
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
66
67
|
* // provisioningRoleArn: "STRING_VALUE",
|
|
68
|
+
* // environmentRolePermissionBoundary: "STRING_VALUE",
|
|
67
69
|
* // manageAccessRoleArn: "STRING_VALUE",
|
|
68
70
|
* // enabledRegions: [ // EnabledRegionList
|
|
69
71
|
* // "STRING_VALUE",
|
|
@@ -38,7 +38,7 @@ declare const RemovePolicyGrantCommand_base: {
|
|
|
38
38
|
* domainIdentifier: "STRING_VALUE", // required
|
|
39
39
|
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE", // required
|
|
40
40
|
* entityIdentifier: "STRING_VALUE", // required
|
|
41
|
-
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT", // required
|
|
41
|
+
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE", // required
|
|
42
42
|
* principal: { // PolicyGrantPrincipal Union: only one key present
|
|
43
43
|
* user: { // UserPolicyGrantPrincipal Union: only one key present
|
|
44
44
|
* userIdentifier: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchInput, SearchOutput } from "../models/
|
|
4
|
+
import { SearchInput, SearchOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchGroupProfilesInput, SearchGroupProfilesOutput } from "../models/
|
|
4
|
+
import { SearchGroupProfilesInput, SearchGroupProfilesOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchListingsInput, SearchListingsOutput } from "../models/
|
|
4
|
+
import { SearchListingsInput, SearchListingsOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchTypesInput, SearchTypesOutput } from "../models/
|
|
4
|
+
import { SearchTypesInput, SearchTypesOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { SearchUserProfilesInput, SearchUserProfilesOutput } from "../models/
|
|
4
|
+
import { SearchUserProfilesInput, SearchUserProfilesOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { StartDataSourceRunInput, StartDataSourceRunOutput } from "../models/
|
|
4
|
+
import { StartDataSourceRunInput, StartDataSourceRunOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { UpdateAssetFilterInput, UpdateAssetFilterOutput } from "../models/
|
|
4
|
+
import { UpdateAssetFilterInput, UpdateAssetFilterOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|