@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,178 @@
|
|
|
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 { UpdateProjectProfileInput, UpdateProjectProfileOutput } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateProjectProfileCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateProjectProfileCommandInput extends UpdateProjectProfileInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateProjectProfileCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateProjectProfileCommandOutput extends UpdateProjectProfileOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateProjectProfileCommand_base: {
|
|
25
|
+
new (input: UpdateProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectProfileCommandInput, UpdateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates a 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, UpdateProjectProfileCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, UpdateProjectProfileCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // UpdateProjectProfileInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* identifier: "STRING_VALUE", // required
|
|
40
|
+
* name: "STRING_VALUE",
|
|
41
|
+
* description: "STRING_VALUE",
|
|
42
|
+
* status: "ENABLED" || "DISABLED",
|
|
43
|
+
* environmentConfigurations: [ // EnvironmentConfigurationsList
|
|
44
|
+
* { // EnvironmentConfiguration
|
|
45
|
+
* name: "STRING_VALUE", // required
|
|
46
|
+
* id: "STRING_VALUE",
|
|
47
|
+
* environmentBlueprintId: "STRING_VALUE", // required
|
|
48
|
+
* description: "STRING_VALUE",
|
|
49
|
+
* deploymentMode: "ON_CREATE" || "ON_DEMAND",
|
|
50
|
+
* configurationParameters: { // EnvironmentConfigurationParametersDetails
|
|
51
|
+
* ssmPath: "STRING_VALUE",
|
|
52
|
+
* parameterOverrides: [ // EnvironmentConfigurationParametersList
|
|
53
|
+
* { // EnvironmentConfigurationParameter
|
|
54
|
+
* name: "STRING_VALUE",
|
|
55
|
+
* value: "STRING_VALUE",
|
|
56
|
+
* isEditable: true || false,
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* resolvedParameters: [
|
|
60
|
+
* {
|
|
61
|
+
* name: "STRING_VALUE",
|
|
62
|
+
* value: "STRING_VALUE",
|
|
63
|
+
* isEditable: true || false,
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* },
|
|
67
|
+
* awsAccount: { // AwsAccount Union: only one key present
|
|
68
|
+
* awsAccountId: "STRING_VALUE",
|
|
69
|
+
* awsAccountIdPath: "STRING_VALUE",
|
|
70
|
+
* },
|
|
71
|
+
* awsRegion: { // Region Union: only one key present
|
|
72
|
+
* regionName: "STRING_VALUE",
|
|
73
|
+
* regionNamePath: "STRING_VALUE",
|
|
74
|
+
* },
|
|
75
|
+
* deploymentOrder: Number("int"),
|
|
76
|
+
* },
|
|
77
|
+
* ],
|
|
78
|
+
* domainUnitIdentifier: "STRING_VALUE",
|
|
79
|
+
* };
|
|
80
|
+
* const command = new UpdateProjectProfileCommand(input);
|
|
81
|
+
* const response = await client.send(command);
|
|
82
|
+
* // { // UpdateProjectProfileOutput
|
|
83
|
+
* // domainId: "STRING_VALUE", // required
|
|
84
|
+
* // id: "STRING_VALUE", // required
|
|
85
|
+
* // name: "STRING_VALUE", // required
|
|
86
|
+
* // description: "STRING_VALUE",
|
|
87
|
+
* // status: "ENABLED" || "DISABLED",
|
|
88
|
+
* // environmentConfigurations: [ // EnvironmentConfigurationsList
|
|
89
|
+
* // { // EnvironmentConfiguration
|
|
90
|
+
* // name: "STRING_VALUE", // required
|
|
91
|
+
* // id: "STRING_VALUE",
|
|
92
|
+
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
93
|
+
* // description: "STRING_VALUE",
|
|
94
|
+
* // deploymentMode: "ON_CREATE" || "ON_DEMAND",
|
|
95
|
+
* // configurationParameters: { // EnvironmentConfigurationParametersDetails
|
|
96
|
+
* // ssmPath: "STRING_VALUE",
|
|
97
|
+
* // parameterOverrides: [ // EnvironmentConfigurationParametersList
|
|
98
|
+
* // { // EnvironmentConfigurationParameter
|
|
99
|
+
* // name: "STRING_VALUE",
|
|
100
|
+
* // value: "STRING_VALUE",
|
|
101
|
+
* // isEditable: true || false,
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // resolvedParameters: [
|
|
105
|
+
* // {
|
|
106
|
+
* // name: "STRING_VALUE",
|
|
107
|
+
* // value: "STRING_VALUE",
|
|
108
|
+
* // isEditable: true || false,
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // },
|
|
112
|
+
* // awsAccount: { // AwsAccount Union: only one key present
|
|
113
|
+
* // awsAccountId: "STRING_VALUE",
|
|
114
|
+
* // awsAccountIdPath: "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // awsRegion: { // Region Union: only one key present
|
|
117
|
+
* // regionName: "STRING_VALUE",
|
|
118
|
+
* // regionNamePath: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // deploymentOrder: Number("int"),
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // createdBy: "STRING_VALUE", // required
|
|
124
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
125
|
+
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
126
|
+
* // domainUnitId: "STRING_VALUE",
|
|
127
|
+
* // };
|
|
128
|
+
*
|
|
129
|
+
* ```
|
|
130
|
+
*
|
|
131
|
+
* @param UpdateProjectProfileCommandInput - {@link UpdateProjectProfileCommandInput}
|
|
132
|
+
* @returns {@link UpdateProjectProfileCommandOutput}
|
|
133
|
+
* @see {@link UpdateProjectProfileCommandInput} for command's `input` shape.
|
|
134
|
+
* @see {@link UpdateProjectProfileCommandOutput} for command's `response` shape.
|
|
135
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
138
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
139
|
+
*
|
|
140
|
+
* @throws {@link ConflictException} (client fault)
|
|
141
|
+
* <p>There is a conflict while performing this action.</p>
|
|
142
|
+
*
|
|
143
|
+
* @throws {@link InternalServerException} (server fault)
|
|
144
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
145
|
+
*
|
|
146
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
147
|
+
* <p>The specified resource cannot be found.</p>
|
|
148
|
+
*
|
|
149
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
150
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
151
|
+
*
|
|
152
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
153
|
+
* <p>The request was denied due to request throttling.</p>
|
|
154
|
+
*
|
|
155
|
+
* @throws {@link ValidationException} (client fault)
|
|
156
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
157
|
+
*
|
|
158
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
159
|
+
* <p>You do not have permission to perform this action.</p>
|
|
160
|
+
*
|
|
161
|
+
* @throws {@link DataZoneServiceException}
|
|
162
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
163
|
+
*
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
export declare class UpdateProjectProfileCommand extends UpdateProjectProfileCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: UpdateProjectProfileInput;
|
|
171
|
+
output: UpdateProjectProfileOutput;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: UpdateProjectProfileCommandInput;
|
|
175
|
+
output: UpdateProjectProfileCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
}
|
|
@@ -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 { UpdateSubscriptionGrantStatusInput, UpdateSubscriptionGrantStatusOutput } from "../models/
|
|
4
|
+
import { UpdateSubscriptionGrantStatusInput, UpdateSubscriptionGrantStatusOutput } 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 { UpdateSubscriptionRequestInput, UpdateSubscriptionRequestOutput } from "../models/
|
|
4
|
+
import { UpdateSubscriptionRequestInput, UpdateSubscriptionRequestOutput } 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 { UpdateSubscriptionTargetInput, UpdateSubscriptionTargetOutput } from "../models/
|
|
4
|
+
import { UpdateSubscriptionTargetInput, UpdateSubscriptionTargetOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -70,7 +70,7 @@ declare const UpdateSubscriptionTargetCommand_base: {
|
|
|
70
70
|
* // updatedBy: "STRING_VALUE",
|
|
71
71
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
72
72
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
73
|
-
* // manageAccessRole: "STRING_VALUE",
|
|
73
|
+
* // manageAccessRole: "STRING_VALUE",
|
|
74
74
|
* // applicableAssetTypes: [ // ApplicableAssetTypes // required
|
|
75
75
|
* // "STRING_VALUE",
|
|
76
76
|
* // ],
|
|
@@ -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 { UpdateUserProfileInput, UpdateUserProfileOutput } from "../models/
|
|
4
|
+
import { UpdateUserProfileInput, UpdateUserProfileOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -9,6 +9,7 @@ export * from "./CreateAssetCommand";
|
|
|
9
9
|
export * from "./CreateAssetFilterCommand";
|
|
10
10
|
export * from "./CreateAssetRevisionCommand";
|
|
11
11
|
export * from "./CreateAssetTypeCommand";
|
|
12
|
+
export * from "./CreateConnectionCommand";
|
|
12
13
|
export * from "./CreateDataProductCommand";
|
|
13
14
|
export * from "./CreateDataProductRevisionCommand";
|
|
14
15
|
export * from "./CreateDataSourceCommand";
|
|
@@ -24,6 +25,7 @@ export * from "./CreateGroupProfileCommand";
|
|
|
24
25
|
export * from "./CreateListingChangeSetCommand";
|
|
25
26
|
export * from "./CreateProjectCommand";
|
|
26
27
|
export * from "./CreateProjectMembershipCommand";
|
|
28
|
+
export * from "./CreateProjectProfileCommand";
|
|
27
29
|
export * from "./CreateRuleCommand";
|
|
28
30
|
export * from "./CreateSubscriptionGrantCommand";
|
|
29
31
|
export * from "./CreateSubscriptionRequestCommand";
|
|
@@ -32,6 +34,7 @@ export * from "./CreateUserProfileCommand";
|
|
|
32
34
|
export * from "./DeleteAssetCommand";
|
|
33
35
|
export * from "./DeleteAssetFilterCommand";
|
|
34
36
|
export * from "./DeleteAssetTypeCommand";
|
|
37
|
+
export * from "./DeleteConnectionCommand";
|
|
35
38
|
export * from "./DeleteDataProductCommand";
|
|
36
39
|
export * from "./DeleteDataSourceCommand";
|
|
37
40
|
export * from "./DeleteDomainCommand";
|
|
@@ -46,6 +49,7 @@ export * from "./DeleteGlossaryTermCommand";
|
|
|
46
49
|
export * from "./DeleteListingCommand";
|
|
47
50
|
export * from "./DeleteProjectCommand";
|
|
48
51
|
export * from "./DeleteProjectMembershipCommand";
|
|
52
|
+
export * from "./DeleteProjectProfileCommand";
|
|
49
53
|
export * from "./DeleteRuleCommand";
|
|
50
54
|
export * from "./DeleteSubscriptionGrantCommand";
|
|
51
55
|
export * from "./DeleteSubscriptionRequestCommand";
|
|
@@ -55,6 +59,7 @@ export * from "./DisassociateEnvironmentRoleCommand";
|
|
|
55
59
|
export * from "./GetAssetCommand";
|
|
56
60
|
export * from "./GetAssetFilterCommand";
|
|
57
61
|
export * from "./GetAssetTypeCommand";
|
|
62
|
+
export * from "./GetConnectionCommand";
|
|
58
63
|
export * from "./GetDataProductCommand";
|
|
59
64
|
export * from "./GetDataSourceCommand";
|
|
60
65
|
export * from "./GetDataSourceRunCommand";
|
|
@@ -71,10 +76,13 @@ export * from "./GetGlossaryCommand";
|
|
|
71
76
|
export * from "./GetGlossaryTermCommand";
|
|
72
77
|
export * from "./GetGroupProfileCommand";
|
|
73
78
|
export * from "./GetIamPortalLoginUrlCommand";
|
|
79
|
+
export * from "./GetJobRunCommand";
|
|
80
|
+
export * from "./GetLineageEventCommand";
|
|
74
81
|
export * from "./GetLineageNodeCommand";
|
|
75
82
|
export * from "./GetListingCommand";
|
|
76
83
|
export * from "./GetMetadataGenerationRunCommand";
|
|
77
84
|
export * from "./GetProjectCommand";
|
|
85
|
+
export * from "./GetProjectProfileCommand";
|
|
78
86
|
export * from "./GetRuleCommand";
|
|
79
87
|
export * from "./GetSubscriptionCommand";
|
|
80
88
|
export * from "./GetSubscriptionGrantCommand";
|
|
@@ -84,6 +92,7 @@ export * from "./GetTimeSeriesDataPointCommand";
|
|
|
84
92
|
export * from "./GetUserProfileCommand";
|
|
85
93
|
export * from "./ListAssetFiltersCommand";
|
|
86
94
|
export * from "./ListAssetRevisionsCommand";
|
|
95
|
+
export * from "./ListConnectionsCommand";
|
|
87
96
|
export * from "./ListDataProductRevisionsCommand";
|
|
88
97
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
89
98
|
export * from "./ListDataSourceRunsCommand";
|
|
@@ -96,11 +105,14 @@ export * from "./ListEnvironmentBlueprintConfigurationsCommand";
|
|
|
96
105
|
export * from "./ListEnvironmentBlueprintsCommand";
|
|
97
106
|
export * from "./ListEnvironmentProfilesCommand";
|
|
98
107
|
export * from "./ListEnvironmentsCommand";
|
|
108
|
+
export * from "./ListJobRunsCommand";
|
|
109
|
+
export * from "./ListLineageEventsCommand";
|
|
99
110
|
export * from "./ListLineageNodeHistoryCommand";
|
|
100
111
|
export * from "./ListMetadataGenerationRunsCommand";
|
|
101
112
|
export * from "./ListNotificationsCommand";
|
|
102
113
|
export * from "./ListPolicyGrantsCommand";
|
|
103
114
|
export * from "./ListProjectMembershipsCommand";
|
|
115
|
+
export * from "./ListProjectProfilesCommand";
|
|
104
116
|
export * from "./ListProjectsCommand";
|
|
105
117
|
export * from "./ListRulesCommand";
|
|
106
118
|
export * from "./ListSubscriptionGrantsCommand";
|
|
@@ -127,6 +139,7 @@ export * from "./StartMetadataGenerationRunCommand";
|
|
|
127
139
|
export * from "./TagResourceCommand";
|
|
128
140
|
export * from "./UntagResourceCommand";
|
|
129
141
|
export * from "./UpdateAssetFilterCommand";
|
|
142
|
+
export * from "./UpdateConnectionCommand";
|
|
130
143
|
export * from "./UpdateDataSourceCommand";
|
|
131
144
|
export * from "./UpdateDomainCommand";
|
|
132
145
|
export * from "./UpdateDomainUnitCommand";
|
|
@@ -137,6 +150,7 @@ export * from "./UpdateGlossaryCommand";
|
|
|
137
150
|
export * from "./UpdateGlossaryTermCommand";
|
|
138
151
|
export * from "./UpdateGroupProfileCommand";
|
|
139
152
|
export * from "./UpdateProjectCommand";
|
|
153
|
+
export * from "./UpdateProjectProfileCommand";
|
|
140
154
|
export * from "./UpdateRuleCommand";
|
|
141
155
|
export * from "./UpdateSubscriptionGrantStatusCommand";
|
|
142
156
|
export * from "./UpdateSubscriptionRequestCommand";
|