@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,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 { GetConnectionInput, GetConnectionOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetConnectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetConnectionCommandInput extends GetConnectionInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetConnectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetConnectionCommand_base: {
|
|
25
|
+
new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Gets a connection. 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, GetConnectionCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, GetConnectionCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // GetConnectionInput
|
|
39
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* identifier: "STRING_VALUE", // required
|
|
41
|
+
* withSecret: true || false,
|
|
42
|
+
* };
|
|
43
|
+
* const command = new GetConnectionCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // GetConnectionOutput
|
|
46
|
+
* // connectionCredentials: { // ConnectionCredentials
|
|
47
|
+
* // accessKeyId: "STRING_VALUE",
|
|
48
|
+
* // secretAccessKey: "STRING_VALUE",
|
|
49
|
+
* // sessionToken: "STRING_VALUE",
|
|
50
|
+
* // expiration: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // connectionId: "STRING_VALUE", // required
|
|
53
|
+
* // description: "STRING_VALUE",
|
|
54
|
+
* // domainId: "STRING_VALUE", // required
|
|
55
|
+
* // domainUnitId: "STRING_VALUE", // required
|
|
56
|
+
* // environmentId: "STRING_VALUE",
|
|
57
|
+
* // environmentUserRole: "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
|
+
* ```
|
|
216
|
+
*
|
|
217
|
+
* @param GetConnectionCommandInput - {@link GetConnectionCommandInput}
|
|
218
|
+
* @returns {@link GetConnectionCommandOutput}
|
|
219
|
+
* @see {@link GetConnectionCommandInput} for command's `input` shape.
|
|
220
|
+
* @see {@link GetConnectionCommandOutput} for command's `response` shape.
|
|
221
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
222
|
+
*
|
|
223
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
224
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
225
|
+
*
|
|
226
|
+
* @throws {@link InternalServerException} (server fault)
|
|
227
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
228
|
+
*
|
|
229
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
230
|
+
* <p>The specified resource cannot be found.</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 GetConnectionCommand extends GetConnectionCommand_base {
|
|
247
|
+
/** @internal type navigation helper, not in runtime. */
|
|
248
|
+
protected static __types: {
|
|
249
|
+
api: {
|
|
250
|
+
input: GetConnectionInput;
|
|
251
|
+
output: GetConnectionOutput;
|
|
252
|
+
};
|
|
253
|
+
sdk: {
|
|
254
|
+
input: GetConnectionCommandInput;
|
|
255
|
+
output: GetConnectionCommandOutput;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
}
|
|
@@ -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 { GetDataProductInput, GetDataProductOutput } from "../models/
|
|
4
|
+
import { GetDataProductInput, GetDataProductOutput } 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 { GetDataSourceInput, GetDataSourceOutput } from "../models/
|
|
4
|
+
import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -48,7 +48,8 @@ declare const GetDataSourceCommand_base: {
|
|
|
48
48
|
* // description: "STRING_VALUE",
|
|
49
49
|
* // domainId: "STRING_VALUE", // required
|
|
50
50
|
* // projectId: "STRING_VALUE", // required
|
|
51
|
-
* // environmentId: "STRING_VALUE",
|
|
51
|
+
* // environmentId: "STRING_VALUE",
|
|
52
|
+
* // connectionId: "STRING_VALUE",
|
|
52
53
|
* // configuration: { // DataSourceConfigurationOutput Union: only one key present
|
|
53
54
|
* // glueRunConfiguration: { // GlueRunConfigurationOutput
|
|
54
55
|
* // accountId: "STRING_VALUE",
|
|
@@ -67,6 +68,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
67
68
|
* // },
|
|
68
69
|
* // ],
|
|
69
70
|
* // autoImportDataQualityResult: true || false,
|
|
71
|
+
* // catalogName: "STRING_VALUE",
|
|
70
72
|
* // },
|
|
71
73
|
* // redshiftRunConfiguration: { // RedshiftRunConfigurationOutput
|
|
72
74
|
* // accountId: "STRING_VALUE",
|
|
@@ -96,6 +98,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
96
98
|
* // },
|
|
97
99
|
* // },
|
|
98
100
|
* // },
|
|
101
|
+
* // sageMakerRunConfiguration: { // SageMakerRunConfigurationOutput
|
|
102
|
+
* // accountId: "STRING_VALUE",
|
|
103
|
+
* // region: "STRING_VALUE",
|
|
104
|
+
* // trackingAssets: { // TrackingAssets // required
|
|
105
|
+
* // "<keys>": [ // TrackingAssetArns
|
|
106
|
+
* // "STRING_VALUE",
|
|
107
|
+
* // ],
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
99
110
|
* // },
|
|
100
111
|
* // recommendation: { // RecommendationConfiguration
|
|
101
112
|
* // enableBusinessNameGeneration: true || false,
|
|
@@ -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 { GetDataSourceRunInput, GetDataSourceRunOutput } from "../models/
|
|
4
|
+
import { GetDataSourceRunInput, GetDataSourceRunOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -55,6 +55,9 @@ declare const GetDataSourceRunCommand_base: {
|
|
|
55
55
|
* // skipped: Number("int"),
|
|
56
56
|
* // failed: Number("int"),
|
|
57
57
|
* // },
|
|
58
|
+
* // lineageSummary: { // DataSourceRunLineageSummary
|
|
59
|
+
* // importStatus: "IN_PROGRESS" || "SUCCESS" || "FAILED" || "PARTIALLY_SUCCEEDED",
|
|
60
|
+
* // },
|
|
58
61
|
* // errorMessage: { // DataSourceErrorMessage
|
|
59
62
|
* // errorType: "ACCESS_DENIED_EXCEPTION" || "CONFLICT_EXCEPTION" || "INTERNAL_SERVER_EXCEPTION" || "RESOURCE_NOT_FOUND_EXCEPTION" || "SERVICE_QUOTA_EXCEEDED_EXCEPTION" || "THROTTLING_EXCEPTION" || "VALIDATION_EXCEPTION", // required
|
|
60
63
|
* // errorDetail: "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 { GetDomainInput, GetDomainOutput } from "../models/
|
|
4
|
+
import { GetDomainInput, GetDomainOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -58,6 +58,8 @@ declare const GetDomainCommand_base: {
|
|
|
58
58
|
* // tags: { // Tags
|
|
59
59
|
* // "<keys>": "STRING_VALUE",
|
|
60
60
|
* // },
|
|
61
|
+
* // domainVersion: "V1" || "V2",
|
|
62
|
+
* // serviceRole: "STRING_VALUE",
|
|
61
63
|
* // };
|
|
62
64
|
*
|
|
63
65
|
* ```
|
|
@@ -44,6 +44,7 @@ declare const GetEnvironmentBlueprintConfigurationCommand_base: {
|
|
|
44
44
|
* // domainId: "STRING_VALUE", // required
|
|
45
45
|
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
46
46
|
* // provisioningRoleArn: "STRING_VALUE",
|
|
47
|
+
* // environmentRolePermissionBoundary: "STRING_VALUE",
|
|
47
48
|
* // manageAccessRoleArn: "STRING_VALUE",
|
|
48
49
|
* // enabledRegions: [ // EnabledRegionList
|
|
49
50
|
* // "STRING_VALUE",
|
|
@@ -0,0 +1,115 @@
|
|
|
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 { GetJobRunInput, GetJobRunOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetJobRunCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetJobRunCommandInput extends GetJobRunInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetJobRunCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetJobRunCommandOutput extends GetJobRunOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetJobRunCommand_base: {
|
|
25
|
+
new (input: GetJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobRunCommandInput, GetJobRunCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobRunCommandInput, GetJobRunCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>The details of the job run.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, GetJobRunCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, GetJobRunCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // GetJobRunInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* identifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetJobRunCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetJobRunOutput
|
|
44
|
+
* // domainId: "STRING_VALUE",
|
|
45
|
+
* // id: "STRING_VALUE",
|
|
46
|
+
* // jobId: "STRING_VALUE",
|
|
47
|
+
* // jobType: "LINEAGE",
|
|
48
|
+
* // runMode: "SCHEDULED" || "ON_DEMAND",
|
|
49
|
+
* // details: { // JobRunDetails Union: only one key present
|
|
50
|
+
* // lineageRunDetails: { // LineageRunDetails
|
|
51
|
+
* // sqlQueryRunDetails: { // LineageSqlQueryRunDetails
|
|
52
|
+
* // queryStartTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // queryEndTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // totalQueriesProcessed: Number("int"),
|
|
55
|
+
* // numQueriesFailed: Number("int"),
|
|
56
|
+
* // errorMessages: [ // FailedQueryProcessingErrorMessages
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
62
|
+
* // status: "SCHEDULED" || "IN_PROGRESS" || "SUCCESS" || "PARTIALLY_SUCCEEDED" || "FAILED" || "ABORTED" || "TIMED_OUT" || "CANCELED",
|
|
63
|
+
* // error: { // JobRunError
|
|
64
|
+
* // message: "STRING_VALUE", // required
|
|
65
|
+
* // },
|
|
66
|
+
* // createdBy: "STRING_VALUE",
|
|
67
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
68
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
69
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
74
|
+
* @param GetJobRunCommandInput - {@link GetJobRunCommandInput}
|
|
75
|
+
* @returns {@link GetJobRunCommandOutput}
|
|
76
|
+
* @see {@link GetJobRunCommandInput} for command's `input` shape.
|
|
77
|
+
* @see {@link GetJobRunCommandOutput} for command's `response` shape.
|
|
78
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
81
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InternalServerException} (server fault)
|
|
84
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
87
|
+
* <p>The specified resource cannot be found.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
+
* <p>The request was denied due to request throttling.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ValidationException} (client fault)
|
|
93
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
96
|
+
* <p>You do not have permission to perform this action.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link DataZoneServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class GetJobRunCommand extends GetJobRunCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetJobRunInput;
|
|
108
|
+
output: GetJobRunOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetJobRunCommandInput;
|
|
112
|
+
output: GetJobRunCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
5
|
+
import { GetLineageEventInput, GetLineageEventOutput } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export type { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*
|
|
14
|
+
* The input for {@link GetLineageEventCommand}.
|
|
15
|
+
*/
|
|
16
|
+
export interface GetLineageEventCommandInput extends GetLineageEventInput {
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export type GetLineageEventCommandOutputType = Omit<GetLineageEventOutput, "event"> & {
|
|
22
|
+
event?: Uint8ArrayBlobAdapter;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*
|
|
27
|
+
* The output of {@link GetLineageEventCommand}.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetLineageEventCommandOutput extends GetLineageEventCommandOutputType, __MetadataBearer {
|
|
30
|
+
}
|
|
31
|
+
declare const GetLineageEventCommand_base: {
|
|
32
|
+
new (input: GetLineageEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetLineageEventCommandInput, GetLineageEventCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (__0_0: GetLineageEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetLineageEventCommandInput, GetLineageEventCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* <p>Describes the lineage event.</p>
|
|
38
|
+
* @example
|
|
39
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
+
* ```javascript
|
|
41
|
+
* import { DataZoneClient, GetLineageEventCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
42
|
+
* // const { DataZoneClient, GetLineageEventCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
43
|
+
* const client = new DataZoneClient(config);
|
|
44
|
+
* const input = { // GetLineageEventInput
|
|
45
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
46
|
+
* identifier: "STRING_VALUE", // required
|
|
47
|
+
* };
|
|
48
|
+
* const command = new GetLineageEventCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // GetLineageEventOutput
|
|
51
|
+
* // domainId: "STRING_VALUE",
|
|
52
|
+
* // id: "STRING_VALUE",
|
|
53
|
+
* // event: new Uint8Array(),
|
|
54
|
+
* // createdBy: "STRING_VALUE",
|
|
55
|
+
* // processingStatus: "REQUESTED" || "PROCESSING" || "SUCCESS" || "FAILED",
|
|
56
|
+
* // eventTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param GetLineageEventCommandInput - {@link GetLineageEventCommandInput}
|
|
63
|
+
* @returns {@link GetLineageEventCommandOutput}
|
|
64
|
+
* @see {@link GetLineageEventCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link GetLineageEventCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalServerException} (server fault)
|
|
72
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>The specified resource cannot be found.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
+
* <p>The request was denied due to request throttling.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ValidationException} (client fault)
|
|
81
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
84
|
+
* <p>You do not have permission to perform this action.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link DataZoneServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
88
|
+
*
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export declare class GetLineageEventCommand extends GetLineageEventCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: GetLineageEventInput;
|
|
96
|
+
output: GetLineageEventOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: GetLineageEventCommandInput;
|
|
100
|
+
output: GetLineageEventCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
}
|
|
@@ -59,6 +59,29 @@ declare const GetProjectCommand_base: {
|
|
|
59
59
|
* // "STRING_VALUE",
|
|
60
60
|
* // ],
|
|
61
61
|
* // domainUnitId: "STRING_VALUE",
|
|
62
|
+
* // projectProfileId: "STRING_VALUE",
|
|
63
|
+
* // userParameters: [ // EnvironmentConfigurationUserParametersList
|
|
64
|
+
* // { // EnvironmentConfigurationUserParameter
|
|
65
|
+
* // environmentConfigurationName: "STRING_VALUE",
|
|
66
|
+
* // environmentParameters: [ // EnvironmentParametersList
|
|
67
|
+
* // { // EnvironmentParameter
|
|
68
|
+
* // name: "STRING_VALUE",
|
|
69
|
+
* // value: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // environmentDeploymentDetails: { // EnvironmentDeploymentDetails
|
|
75
|
+
* // overallDeploymentStatus: "PENDING_DEPLOYMENT" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED_VALIDATION" || "FAILED_DEPLOYMENT",
|
|
76
|
+
* // environmentFailureReasons: { // EnvironmentFailureReasons
|
|
77
|
+
* // "<keys>": [ // EnvironmentFailureReasonsList
|
|
78
|
+
* // { // EnvironmentError
|
|
79
|
+
* // code: "STRING_VALUE",
|
|
80
|
+
* // message: "STRING_VALUE", // required
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
62
85
|
* // };
|
|
63
86
|
*
|
|
64
87
|
* ```
|