@aws-sdk/client-datazone 3.697.0 → 3.705.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 +5 -4
|
@@ -0,0 +1,133 @@
|
|
|
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 { GetProjectProfileInput, GetProjectProfileOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetProjectProfileCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetProjectProfileCommandInput extends GetProjectProfileInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetProjectProfileCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetProjectProfileCommandOutput extends GetProjectProfileOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetProjectProfileCommand_base: {
|
|
25
|
+
new (input: GetProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectProfileCommandInput, GetProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectProfileCommandInput, GetProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>The details of the project profile.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, GetProjectProfileCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, GetProjectProfileCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // GetProjectProfileInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* identifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetProjectProfileCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetProjectProfileOutput
|
|
44
|
+
* // domainId: "STRING_VALUE", // required
|
|
45
|
+
* // id: "STRING_VALUE", // required
|
|
46
|
+
* // name: "STRING_VALUE", // required
|
|
47
|
+
* // description: "STRING_VALUE",
|
|
48
|
+
* // status: "ENABLED" || "DISABLED",
|
|
49
|
+
* // environmentConfigurations: [ // EnvironmentConfigurationsList
|
|
50
|
+
* // { // EnvironmentConfiguration
|
|
51
|
+
* // name: "STRING_VALUE", // required
|
|
52
|
+
* // id: "STRING_VALUE",
|
|
53
|
+
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
54
|
+
* // description: "STRING_VALUE",
|
|
55
|
+
* // deploymentMode: "ON_CREATE" || "ON_DEMAND",
|
|
56
|
+
* // configurationParameters: { // EnvironmentConfigurationParametersDetails
|
|
57
|
+
* // ssmPath: "STRING_VALUE",
|
|
58
|
+
* // parameterOverrides: [ // EnvironmentConfigurationParametersList
|
|
59
|
+
* // { // EnvironmentConfigurationParameter
|
|
60
|
+
* // name: "STRING_VALUE",
|
|
61
|
+
* // value: "STRING_VALUE",
|
|
62
|
+
* // isEditable: true || false,
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // resolvedParameters: [
|
|
66
|
+
* // {
|
|
67
|
+
* // name: "STRING_VALUE",
|
|
68
|
+
* // value: "STRING_VALUE",
|
|
69
|
+
* // isEditable: true || false,
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // awsAccount: { // AwsAccount Union: only one key present
|
|
74
|
+
* // awsAccountId: "STRING_VALUE",
|
|
75
|
+
* // awsAccountIdPath: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // awsRegion: { // Region Union: only one key present
|
|
78
|
+
* // regionName: "STRING_VALUE",
|
|
79
|
+
* // regionNamePath: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // deploymentOrder: Number("int"),
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // createdBy: "STRING_VALUE", // required
|
|
85
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
86
|
+
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
87
|
+
* // domainUnitId: "STRING_VALUE",
|
|
88
|
+
* // };
|
|
89
|
+
*
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* @param GetProjectProfileCommandInput - {@link GetProjectProfileCommandInput}
|
|
93
|
+
* @returns {@link GetProjectProfileCommandOutput}
|
|
94
|
+
* @see {@link GetProjectProfileCommandInput} for command's `input` shape.
|
|
95
|
+
* @see {@link GetProjectProfileCommandOutput} for command's `response` shape.
|
|
96
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
99
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link InternalServerException} (server fault)
|
|
102
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
|
+
* <p>The specified resource cannot be found.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
108
|
+
* <p>The request was denied due to request throttling.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ValidationException} (client fault)
|
|
111
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
114
|
+
* <p>You do not have permission to perform this action.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link DataZoneServiceException}
|
|
117
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
118
|
+
*
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export declare class GetProjectProfileCommand extends GetProjectProfileCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: GetProjectProfileInput;
|
|
126
|
+
output: GetProjectProfileOutput;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: GetProjectProfileCommandInput;
|
|
130
|
+
output: GetProjectProfileCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
}
|
|
@@ -55,7 +55,7 @@ declare const GetSubscriptionTargetCommand_base: {
|
|
|
55
55
|
* // updatedBy: "STRING_VALUE",
|
|
56
56
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
57
57
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
58
|
-
* // manageAccessRole: "STRING_VALUE",
|
|
58
|
+
* // manageAccessRole: "STRING_VALUE",
|
|
59
59
|
* // applicableAssetTypes: [ // ApplicableAssetTypes // required
|
|
60
60
|
* // "STRING_VALUE",
|
|
61
61
|
* // ],
|
|
@@ -0,0 +1,258 @@
|
|
|
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 { ListConnectionsInput, ListConnectionsOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListConnectionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListConnectionsCommandInput extends ListConnectionsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListConnectionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListConnectionsCommand_base: {
|
|
25
|
+
new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists connections. In Amazon DataZone, a connection enables you to connect your
|
|
31
|
+
* resources (domains, projects, and environments) to external resources and services.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { DataZoneClient, ListConnectionsCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, ListConnectionsCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // ListConnectionsInput
|
|
39
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* maxResults: Number("int"),
|
|
41
|
+
* nextToken: "STRING_VALUE",
|
|
42
|
+
* sortBy: "NAME",
|
|
43
|
+
* sortOrder: "ASCENDING" || "DESCENDING",
|
|
44
|
+
* name: "STRING_VALUE",
|
|
45
|
+
* environmentIdentifier: "STRING_VALUE",
|
|
46
|
+
* projectIdentifier: "STRING_VALUE", // required
|
|
47
|
+
* type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new ListConnectionsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // ListConnectionsOutput
|
|
52
|
+
* // items: [ // ConnectionSummaries // required
|
|
53
|
+
* // { // ConnectionSummary
|
|
54
|
+
* // connectionId: "STRING_VALUE", // required
|
|
55
|
+
* // domainId: "STRING_VALUE", // required
|
|
56
|
+
* // domainUnitId: "STRING_VALUE", // required
|
|
57
|
+
* // environmentId: "STRING_VALUE",
|
|
58
|
+
* // name: "STRING_VALUE", // required
|
|
59
|
+
* // physicalEndpoints: [ // PhysicalEndpoints // required
|
|
60
|
+
* // { // PhysicalEndpoint
|
|
61
|
+
* // awsLocation: { // AwsLocation
|
|
62
|
+
* // accessRole: "STRING_VALUE",
|
|
63
|
+
* // awsAccountId: "STRING_VALUE",
|
|
64
|
+
* // awsRegion: "STRING_VALUE",
|
|
65
|
+
* // iamConnectionId: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
68
|
+
* // glueConnection: { // GlueConnection
|
|
69
|
+
* // name: "STRING_VALUE",
|
|
70
|
+
* // description: "STRING_VALUE",
|
|
71
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
|
|
72
|
+
* // matchCriteria: [ // MatchCriteria
|
|
73
|
+
* // "STRING_VALUE",
|
|
74
|
+
* // ],
|
|
75
|
+
* // connectionProperties: { // ConnectionProperties
|
|
76
|
+
* // "<keys>": "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // sparkProperties: { // PropertyMap
|
|
79
|
+
* // "<keys>": "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // athenaProperties: {
|
|
82
|
+
* // "<keys>": "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // pythonProperties: {
|
|
85
|
+
* // "<keys>": "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // physicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
88
|
+
* // subnetId: "STRING_VALUE",
|
|
89
|
+
* // subnetIdList: [ // SubnetIdList
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
92
|
+
* // securityGroupIdList: [ // SecurityGroupIdList
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // availabilityZone: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
98
|
+
* // lastUpdatedTime: new Date("TIMESTAMP"),
|
|
99
|
+
* // lastUpdatedBy: "STRING_VALUE",
|
|
100
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
101
|
+
* // statusReason: "STRING_VALUE",
|
|
102
|
+
* // lastConnectionValidationTime: new Date("TIMESTAMP"),
|
|
103
|
+
* // authenticationConfiguration: { // AuthenticationConfiguration
|
|
104
|
+
* // authenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
105
|
+
* // secretArn: "STRING_VALUE",
|
|
106
|
+
* // oAuth2Properties: { // OAuth2Properties
|
|
107
|
+
* // oAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
108
|
+
* // oAuth2ClientApplication: { // OAuth2ClientApplication
|
|
109
|
+
* // userManagedClientApplicationClientId: "STRING_VALUE",
|
|
110
|
+
* // aWSManagedClientApplicationReference: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // tokenUrl: "STRING_VALUE",
|
|
113
|
+
* // tokenUrlParametersMap: { // TokenUrlParametersMap
|
|
114
|
+
* // "<keys>": "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // authorizationCodeProperties: { // AuthorizationCodeProperties
|
|
117
|
+
* // authorizationCode: "STRING_VALUE",
|
|
118
|
+
* // redirectUri: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // oAuth2Credentials: { // GlueOAuth2Credentials
|
|
121
|
+
* // userManagedClientApplicationClientSecret: "STRING_VALUE",
|
|
122
|
+
* // accessToken: "STRING_VALUE",
|
|
123
|
+
* // refreshToken: "STRING_VALUE",
|
|
124
|
+
* // jwtToken: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // },
|
|
127
|
+
* // },
|
|
128
|
+
* // connectionSchemaVersion: Number("int"),
|
|
129
|
+
* // compatibleComputeEnvironments: [ // ComputeEnvironmentsList
|
|
130
|
+
* // "SPARK" || "ATHENA" || "PYTHON",
|
|
131
|
+
* // ],
|
|
132
|
+
* // },
|
|
133
|
+
* // host: "STRING_VALUE",
|
|
134
|
+
* // port: Number("int"),
|
|
135
|
+
* // protocol: "ATHENA" || "GLUE_INTERACTIVE_SESSION" || "HTTPS" || "JDBC" || "LIVY" || "ODBC" || "PRISM",
|
|
136
|
+
* // stage: "STRING_VALUE",
|
|
137
|
+
* // },
|
|
138
|
+
* // ],
|
|
139
|
+
* // projectId: "STRING_VALUE",
|
|
140
|
+
* // props: { // ConnectionPropertiesOutput Union: only one key present
|
|
141
|
+
* // athenaProperties: { // AthenaPropertiesOutput
|
|
142
|
+
* // workgroupName: "STRING_VALUE",
|
|
143
|
+
* // },
|
|
144
|
+
* // glueProperties: { // GluePropertiesOutput
|
|
145
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
146
|
+
* // errorMessage: "STRING_VALUE",
|
|
147
|
+
* // },
|
|
148
|
+
* // hyperPodProperties: { // HyperPodPropertiesOutput
|
|
149
|
+
* // clusterName: "STRING_VALUE", // required
|
|
150
|
+
* // clusterArn: "STRING_VALUE",
|
|
151
|
+
* // orchestrator: "EKS" || "SLURM",
|
|
152
|
+
* // },
|
|
153
|
+
* // iamProperties: { // IamPropertiesOutput
|
|
154
|
+
* // environmentId: "STRING_VALUE",
|
|
155
|
+
* // glueLineageSyncEnabled: true || false,
|
|
156
|
+
* // },
|
|
157
|
+
* // redshiftProperties: { // RedshiftPropertiesOutput
|
|
158
|
+
* // storage: { // RedshiftStorageProperties Union: only one key present
|
|
159
|
+
* // clusterName: "STRING_VALUE",
|
|
160
|
+
* // workgroupName: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
162
|
+
* // credentials: { // RedshiftCredentials Union: only one key present
|
|
163
|
+
* // secretArn: "STRING_VALUE",
|
|
164
|
+
* // usernamePassword: { // UsernamePassword
|
|
165
|
+
* // password: "STRING_VALUE", // required
|
|
166
|
+
* // username: "STRING_VALUE", // required
|
|
167
|
+
* // },
|
|
168
|
+
* // },
|
|
169
|
+
* // isProvisionedSecret: true || false,
|
|
170
|
+
* // jdbcIamUrl: "STRING_VALUE",
|
|
171
|
+
* // jdbcUrl: "STRING_VALUE",
|
|
172
|
+
* // redshiftTempDir: "STRING_VALUE",
|
|
173
|
+
* // lineageSync: { // RedshiftLineageSyncConfigurationOutput
|
|
174
|
+
* // lineageJobId: "STRING_VALUE",
|
|
175
|
+
* // enabled: true || false,
|
|
176
|
+
* // schedule: { // LineageSyncSchedule
|
|
177
|
+
* // schedule: "STRING_VALUE",
|
|
178
|
+
* // },
|
|
179
|
+
* // },
|
|
180
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
181
|
+
* // databaseName: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // sparkEmrProperties: { // SparkEmrPropertiesOutput
|
|
184
|
+
* // computeArn: "STRING_VALUE",
|
|
185
|
+
* // credentials: {
|
|
186
|
+
* // password: "STRING_VALUE", // required
|
|
187
|
+
* // username: "STRING_VALUE", // required
|
|
188
|
+
* // },
|
|
189
|
+
* // credentialsExpiration: new Date("TIMESTAMP"),
|
|
190
|
+
* // governanceType: "AWS_MANAGED" || "USER_MANAGED",
|
|
191
|
+
* // instanceProfileArn: "STRING_VALUE",
|
|
192
|
+
* // javaVirtualEnv: "STRING_VALUE",
|
|
193
|
+
* // livyEndpoint: "STRING_VALUE",
|
|
194
|
+
* // logUri: "STRING_VALUE",
|
|
195
|
+
* // pythonVirtualEnv: "STRING_VALUE",
|
|
196
|
+
* // runtimeRole: "STRING_VALUE",
|
|
197
|
+
* // trustedCertificatesS3Uri: "STRING_VALUE",
|
|
198
|
+
* // },
|
|
199
|
+
* // sparkGlueProperties: { // SparkGluePropertiesOutput
|
|
200
|
+
* // additionalArgs: { // SparkGlueArgs
|
|
201
|
+
* // connection: "STRING_VALUE",
|
|
202
|
+
* // },
|
|
203
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
204
|
+
* // glueVersion: "STRING_VALUE",
|
|
205
|
+
* // idleTimeout: Number("int"),
|
|
206
|
+
* // javaVirtualEnv: "STRING_VALUE",
|
|
207
|
+
* // numberOfWorkers: Number("int"),
|
|
208
|
+
* // pythonVirtualEnv: "STRING_VALUE",
|
|
209
|
+
* // workerType: "STRING_VALUE",
|
|
210
|
+
* // },
|
|
211
|
+
* // },
|
|
212
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
|
|
213
|
+
* // },
|
|
214
|
+
* // ],
|
|
215
|
+
* // nextToken: "STRING_VALUE",
|
|
216
|
+
* // };
|
|
217
|
+
*
|
|
218
|
+
* ```
|
|
219
|
+
*
|
|
220
|
+
* @param ListConnectionsCommandInput - {@link ListConnectionsCommandInput}
|
|
221
|
+
* @returns {@link ListConnectionsCommandOutput}
|
|
222
|
+
* @see {@link ListConnectionsCommandInput} for command's `input` shape.
|
|
223
|
+
* @see {@link ListConnectionsCommandOutput} for command's `response` shape.
|
|
224
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
225
|
+
*
|
|
226
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
227
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
228
|
+
*
|
|
229
|
+
* @throws {@link InternalServerException} (server fault)
|
|
230
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
231
|
+
*
|
|
232
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
233
|
+
* <p>The request was denied due to request throttling.</p>
|
|
234
|
+
*
|
|
235
|
+
* @throws {@link ValidationException} (client fault)
|
|
236
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
237
|
+
*
|
|
238
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
239
|
+
* <p>You do not have permission to perform this action.</p>
|
|
240
|
+
*
|
|
241
|
+
* @throws {@link DataZoneServiceException}
|
|
242
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
243
|
+
*
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
247
|
+
/** @internal type navigation helper, not in runtime. */
|
|
248
|
+
protected static __types: {
|
|
249
|
+
api: {
|
|
250
|
+
input: ListConnectionsInput;
|
|
251
|
+
output: ListConnectionsOutput;
|
|
252
|
+
};
|
|
253
|
+
sdk: {
|
|
254
|
+
input: ListConnectionsCommandInput;
|
|
255
|
+
output: ListConnectionsCommandOutput;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
}
|
|
@@ -57,6 +57,11 @@ declare const ListDataSourceRunActivitiesCommand_base: {
|
|
|
57
57
|
* // errorType: "ACCESS_DENIED_EXCEPTION" || "CONFLICT_EXCEPTION" || "INTERNAL_SERVER_EXCEPTION" || "RESOURCE_NOT_FOUND_EXCEPTION" || "SERVICE_QUOTA_EXCEEDED_EXCEPTION" || "THROTTLING_EXCEPTION" || "VALIDATION_EXCEPTION", // required
|
|
58
58
|
* // errorDetail: "STRING_VALUE",
|
|
59
59
|
* // },
|
|
60
|
+
* // lineageSummary: { // LineageInfo
|
|
61
|
+
* // eventId: "STRING_VALUE",
|
|
62
|
+
* // eventStatus: "REQUESTED" || "PROCESSING" || "SUCCESS" || "FAILED",
|
|
63
|
+
* // errorMessage: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
60
65
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
61
66
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
62
67
|
* // },
|
|
@@ -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 { ListDataSourceRunsInput, ListDataSourceRunsOutput } from "../models/
|
|
4
|
+
import { ListDataSourceRunsInput, ListDataSourceRunsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -66,6 +66,9 @@ declare const ListDataSourceRunsCommand_base: {
|
|
|
66
66
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
67
67
|
* // startedAt: new Date("TIMESTAMP"),
|
|
68
68
|
* // stoppedAt: new Date("TIMESTAMP"),
|
|
69
|
+
* // lineageSummary: { // DataSourceRunLineageSummary
|
|
70
|
+
* // importStatus: "IN_PROGRESS" || "SUCCESS" || "FAILED" || "PARTIALLY_SUCCEEDED",
|
|
71
|
+
* // },
|
|
69
72
|
* // },
|
|
70
73
|
* // ],
|
|
71
74
|
* // nextToken: "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 { ListDataSourcesInput, ListDataSourcesOutput } from "../models/
|
|
4
|
+
import { ListDataSourcesInput, ListDataSourcesOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -38,6 +38,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
38
38
|
* domainIdentifier: "STRING_VALUE", // required
|
|
39
39
|
* projectIdentifier: "STRING_VALUE", // required
|
|
40
40
|
* environmentIdentifier: "STRING_VALUE",
|
|
41
|
+
* connectionIdentifier: "STRING_VALUE",
|
|
41
42
|
* type: "STRING_VALUE",
|
|
42
43
|
* status: "CREATING" || "FAILED_CREATION" || "READY" || "UPDATING" || "FAILED_UPDATE" || "RUNNING" || "DELETING" || "FAILED_DELETION",
|
|
43
44
|
* name: "STRING_VALUE",
|
|
@@ -50,7 +51,8 @@ declare const ListDataSourcesCommand_base: {
|
|
|
50
51
|
* // items: [ // DataSourceSummaries // required
|
|
51
52
|
* // { // DataSourceSummary
|
|
52
53
|
* // domainId: "STRING_VALUE", // required
|
|
53
|
-
* // environmentId: "STRING_VALUE",
|
|
54
|
+
* // environmentId: "STRING_VALUE",
|
|
55
|
+
* // connectionId: "STRING_VALUE",
|
|
54
56
|
* // dataSourceId: "STRING_VALUE", // required
|
|
55
57
|
* // name: "STRING_VALUE", // required
|
|
56
58
|
* // type: "STRING_VALUE", // required
|
|
@@ -69,6 +71,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
69
71
|
* // lastRunAssetCount: Number("int"),
|
|
70
72
|
* // createdAt: new Date("TIMESTAMP"),
|
|
71
73
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
74
|
+
* // description: "STRING_VALUE",
|
|
72
75
|
* // },
|
|
73
76
|
* // ],
|
|
74
77
|
* // nextToken: "STRING_VALUE",
|
|
@@ -1,8 +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 { ListDomainsInput } from "../models/
|
|
5
|
-
import { ListDomainsOutput } from "../models/models_1";
|
|
4
|
+
import { ListDomainsInput, ListDomainsOutput } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -54,6 +53,7 @@ declare const ListDomainsCommand_base: {
|
|
|
54
53
|
* // portalUrl: "STRING_VALUE",
|
|
55
54
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
56
55
|
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // domainVersion: "V1" || "V2",
|
|
57
57
|
* // },
|
|
58
58
|
* // ],
|
|
59
59
|
* // nextToken: "STRING_VALUE",
|
|
@@ -47,6 +47,7 @@ declare const ListEnvironmentBlueprintConfigurationsCommand_base: {
|
|
|
47
47
|
* // domainId: "STRING_VALUE", // required
|
|
48
48
|
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
49
49
|
* // provisioningRoleArn: "STRING_VALUE",
|
|
50
|
+
* // environmentRolePermissionBoundary: "STRING_VALUE",
|
|
50
51
|
* // manageAccessRoleArn: "STRING_VALUE",
|
|
51
52
|
* // enabledRegions: [ // EnabledRegionList
|
|
52
53
|
* // "STRING_VALUE",
|
|
@@ -0,0 +1,111 @@
|
|
|
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 { ListJobRunsInput, ListJobRunsOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListJobRunsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListJobRunsCommandInput extends ListJobRunsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListJobRunsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListJobRunsCommandOutput extends ListJobRunsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListJobRunsCommand_base: {
|
|
25
|
+
new (input: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists job runs.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, ListJobRunsCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, ListJobRunsCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // ListJobRunsInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* jobIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* status: "SCHEDULED" || "IN_PROGRESS" || "SUCCESS" || "PARTIALLY_SUCCEEDED" || "FAILED" || "ABORTED" || "TIMED_OUT" || "CANCELED",
|
|
41
|
+
* sortOrder: "ASCENDING" || "DESCENDING",
|
|
42
|
+
* nextToken: "STRING_VALUE",
|
|
43
|
+
* maxResults: Number("int"),
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListJobRunsCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListJobRunsOutput
|
|
48
|
+
* // items: [ // JobRunSummaries
|
|
49
|
+
* // { // JobRunSummary
|
|
50
|
+
* // domainId: "STRING_VALUE",
|
|
51
|
+
* // jobId: "STRING_VALUE",
|
|
52
|
+
* // jobType: "LINEAGE",
|
|
53
|
+
* // runId: "STRING_VALUE",
|
|
54
|
+
* // runMode: "SCHEDULED" || "ON_DEMAND",
|
|
55
|
+
* // status: "SCHEDULED" || "IN_PROGRESS" || "SUCCESS" || "PARTIALLY_SUCCEEDED" || "FAILED" || "ABORTED" || "TIMED_OUT" || "CANCELED",
|
|
56
|
+
* // error: { // JobRunError
|
|
57
|
+
* // message: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // createdBy: "STRING_VALUE",
|
|
60
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
61
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // nextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @param ListJobRunsCommandInput - {@link ListJobRunsCommandInput}
|
|
71
|
+
* @returns {@link ListJobRunsCommandOutput}
|
|
72
|
+
* @see {@link ListJobRunsCommandInput} for command's `input` shape.
|
|
73
|
+
* @see {@link ListJobRunsCommandOutput} for command's `response` shape.
|
|
74
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
77
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InternalServerException} (server fault)
|
|
80
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
|
+
* <p>The specified resource cannot be found.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
+
* <p>The request was denied due to request throttling.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ValidationException} (client fault)
|
|
89
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
92
|
+
* <p>You do not have permission to perform this action.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link DataZoneServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
96
|
+
*
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListJobRunsInput;
|
|
104
|
+
output: ListJobRunsOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListJobRunsCommandInput;
|
|
108
|
+
output: ListJobRunsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
}
|