@aws-sdk/client-datazone 3.699.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 +2 -1
|
@@ -0,0 +1,177 @@
|
|
|
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 { CreateProjectProfileInput, CreateProjectProfileOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateProjectProfileCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateProjectProfileCommandInput extends CreateProjectProfileInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateProjectProfileCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateProjectProfileCommandOutput extends CreateProjectProfileOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateProjectProfileCommand_base: {
|
|
25
|
+
new (input: CreateProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates 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, CreateProjectProfileCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, CreateProjectProfileCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // CreateProjectProfileInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* name: "STRING_VALUE", // required
|
|
40
|
+
* description: "STRING_VALUE",
|
|
41
|
+
* status: "ENABLED" || "DISABLED",
|
|
42
|
+
* environmentConfigurations: [ // EnvironmentConfigurationsList
|
|
43
|
+
* { // EnvironmentConfiguration
|
|
44
|
+
* name: "STRING_VALUE", // required
|
|
45
|
+
* id: "STRING_VALUE",
|
|
46
|
+
* environmentBlueprintId: "STRING_VALUE", // required
|
|
47
|
+
* description: "STRING_VALUE",
|
|
48
|
+
* deploymentMode: "ON_CREATE" || "ON_DEMAND",
|
|
49
|
+
* configurationParameters: { // EnvironmentConfigurationParametersDetails
|
|
50
|
+
* ssmPath: "STRING_VALUE",
|
|
51
|
+
* parameterOverrides: [ // EnvironmentConfigurationParametersList
|
|
52
|
+
* { // EnvironmentConfigurationParameter
|
|
53
|
+
* name: "STRING_VALUE",
|
|
54
|
+
* value: "STRING_VALUE",
|
|
55
|
+
* isEditable: true || false,
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* resolvedParameters: [
|
|
59
|
+
* {
|
|
60
|
+
* name: "STRING_VALUE",
|
|
61
|
+
* value: "STRING_VALUE",
|
|
62
|
+
* isEditable: true || false,
|
|
63
|
+
* },
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* awsAccount: { // AwsAccount Union: only one key present
|
|
67
|
+
* awsAccountId: "STRING_VALUE",
|
|
68
|
+
* awsAccountIdPath: "STRING_VALUE",
|
|
69
|
+
* },
|
|
70
|
+
* awsRegion: { // Region Union: only one key present
|
|
71
|
+
* regionName: "STRING_VALUE",
|
|
72
|
+
* regionNamePath: "STRING_VALUE",
|
|
73
|
+
* },
|
|
74
|
+
* deploymentOrder: Number("int"),
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* domainUnitIdentifier: "STRING_VALUE",
|
|
78
|
+
* };
|
|
79
|
+
* const command = new CreateProjectProfileCommand(input);
|
|
80
|
+
* const response = await client.send(command);
|
|
81
|
+
* // { // CreateProjectProfileOutput
|
|
82
|
+
* // domainId: "STRING_VALUE", // required
|
|
83
|
+
* // id: "STRING_VALUE", // required
|
|
84
|
+
* // name: "STRING_VALUE", // required
|
|
85
|
+
* // description: "STRING_VALUE",
|
|
86
|
+
* // status: "ENABLED" || "DISABLED",
|
|
87
|
+
* // environmentConfigurations: [ // EnvironmentConfigurationsList
|
|
88
|
+
* // { // EnvironmentConfiguration
|
|
89
|
+
* // name: "STRING_VALUE", // required
|
|
90
|
+
* // id: "STRING_VALUE",
|
|
91
|
+
* // environmentBlueprintId: "STRING_VALUE", // required
|
|
92
|
+
* // description: "STRING_VALUE",
|
|
93
|
+
* // deploymentMode: "ON_CREATE" || "ON_DEMAND",
|
|
94
|
+
* // configurationParameters: { // EnvironmentConfigurationParametersDetails
|
|
95
|
+
* // ssmPath: "STRING_VALUE",
|
|
96
|
+
* // parameterOverrides: [ // EnvironmentConfigurationParametersList
|
|
97
|
+
* // { // EnvironmentConfigurationParameter
|
|
98
|
+
* // name: "STRING_VALUE",
|
|
99
|
+
* // value: "STRING_VALUE",
|
|
100
|
+
* // isEditable: true || false,
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // resolvedParameters: [
|
|
104
|
+
* // {
|
|
105
|
+
* // name: "STRING_VALUE",
|
|
106
|
+
* // value: "STRING_VALUE",
|
|
107
|
+
* // isEditable: true || false,
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // },
|
|
111
|
+
* // awsAccount: { // AwsAccount Union: only one key present
|
|
112
|
+
* // awsAccountId: "STRING_VALUE",
|
|
113
|
+
* // awsAccountIdPath: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // awsRegion: { // Region Union: only one key present
|
|
116
|
+
* // regionName: "STRING_VALUE",
|
|
117
|
+
* // regionNamePath: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // deploymentOrder: Number("int"),
|
|
120
|
+
* // },
|
|
121
|
+
* // ],
|
|
122
|
+
* // createdBy: "STRING_VALUE", // required
|
|
123
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
124
|
+
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
125
|
+
* // domainUnitId: "STRING_VALUE",
|
|
126
|
+
* // };
|
|
127
|
+
*
|
|
128
|
+
* ```
|
|
129
|
+
*
|
|
130
|
+
* @param CreateProjectProfileCommandInput - {@link CreateProjectProfileCommandInput}
|
|
131
|
+
* @returns {@link CreateProjectProfileCommandOutput}
|
|
132
|
+
* @see {@link CreateProjectProfileCommandInput} for command's `input` shape.
|
|
133
|
+
* @see {@link CreateProjectProfileCommandOutput} for command's `response` shape.
|
|
134
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
135
|
+
*
|
|
136
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
137
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
138
|
+
*
|
|
139
|
+
* @throws {@link ConflictException} (client fault)
|
|
140
|
+
* <p>There is a conflict while performing this action.</p>
|
|
141
|
+
*
|
|
142
|
+
* @throws {@link InternalServerException} (server fault)
|
|
143
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
144
|
+
*
|
|
145
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
146
|
+
* <p>The specified resource cannot be found.</p>
|
|
147
|
+
*
|
|
148
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
149
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
150
|
+
*
|
|
151
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
152
|
+
* <p>The request was denied due to request throttling.</p>
|
|
153
|
+
*
|
|
154
|
+
* @throws {@link ValidationException} (client fault)
|
|
155
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
156
|
+
*
|
|
157
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
158
|
+
* <p>You do not have permission to perform this action.</p>
|
|
159
|
+
*
|
|
160
|
+
* @throws {@link DataZoneServiceException}
|
|
161
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
162
|
+
*
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export declare class CreateProjectProfileCommand extends CreateProjectProfileCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: CreateProjectProfileInput;
|
|
170
|
+
output: CreateProjectProfileOutput;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: CreateProjectProfileCommandInput;
|
|
174
|
+
output: CreateProjectProfileCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
}
|
|
@@ -37,7 +37,7 @@ declare const CreateSubscriptionGrantCommand_base: {
|
|
|
37
37
|
* const input = { // CreateSubscriptionGrantInput
|
|
38
38
|
* domainIdentifier: "STRING_VALUE", // required
|
|
39
39
|
* environmentIdentifier: "STRING_VALUE", // required
|
|
40
|
-
* subscriptionTargetIdentifier: "STRING_VALUE",
|
|
40
|
+
* subscriptionTargetIdentifier: "STRING_VALUE",
|
|
41
41
|
* grantedEntity: { // GrantedEntityInput Union: only one key present
|
|
42
42
|
* listing: { // ListingRevisionInput
|
|
43
43
|
* identifier: "STRING_VALUE", // required
|
|
@@ -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 { CreateSubscriptionRequestInput, CreateSubscriptionRequestOutput } from "../models/
|
|
4
|
+
import { CreateSubscriptionRequestInput, CreateSubscriptionRequestOutput } 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 { CreateSubscriptionTargetInput, CreateSubscriptionTargetOutput } from "../models/
|
|
4
|
+
import { CreateSubscriptionTargetInput, CreateSubscriptionTargetOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -71,7 +71,7 @@ declare const CreateSubscriptionTargetCommand_base: {
|
|
|
71
71
|
* // updatedBy: "STRING_VALUE",
|
|
72
72
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
73
73
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
74
|
-
* // manageAccessRole: "STRING_VALUE",
|
|
74
|
+
* // manageAccessRole: "STRING_VALUE",
|
|
75
75
|
* // applicableAssetTypes: [ // ApplicableAssetTypes // required
|
|
76
76
|
* // "STRING_VALUE",
|
|
77
77
|
* // ],
|
|
@@ -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 { CreateUserProfileInput, CreateUserProfileOutput } from "../models/
|
|
4
|
+
import { CreateUserProfileInput, CreateUserProfileOutput } 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 { DeleteAssetFilterInput } from "../models/
|
|
4
|
+
import { DeleteAssetFilterInput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,91 @@
|
|
|
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 { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteConnectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteConnectionCommandInput extends DeleteConnectionInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteConnectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteConnectionCommand_base: {
|
|
25
|
+
new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes and 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, DeleteConnectionCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, DeleteConnectionCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // DeleteConnectionInput
|
|
39
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* identifier: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteConnectionCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteConnectionOutput
|
|
45
|
+
* // status: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
|
|
51
|
+
* @returns {@link DeleteConnectionCommandOutput}
|
|
52
|
+
* @see {@link DeleteConnectionCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InternalServerException} (server fault)
|
|
60
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>The specified resource cannot be found.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* <p>The request was denied due to request throttling.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ValidationException} (client fault)
|
|
69
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
72
|
+
* <p>You do not have permission to perform this action.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link DataZoneServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteConnectionInput;
|
|
84
|
+
output: DeleteConnectionOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteConnectionCommandInput;
|
|
88
|
+
output: DeleteConnectionCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -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 { DeleteDataProductInput, DeleteDataProductOutput } from "../models/
|
|
4
|
+
import { DeleteDataProductInput, DeleteDataProductOutput } 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 { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/
|
|
4
|
+
import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -50,7 +50,8 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
50
50
|
* // description: "STRING_VALUE",
|
|
51
51
|
* // domainId: "STRING_VALUE", // required
|
|
52
52
|
* // projectId: "STRING_VALUE", // required
|
|
53
|
-
* // environmentId: "STRING_VALUE",
|
|
53
|
+
* // environmentId: "STRING_VALUE",
|
|
54
|
+
* // connectionId: "STRING_VALUE",
|
|
54
55
|
* // configuration: { // DataSourceConfigurationOutput Union: only one key present
|
|
55
56
|
* // glueRunConfiguration: { // GlueRunConfigurationOutput
|
|
56
57
|
* // accountId: "STRING_VALUE",
|
|
@@ -69,6 +70,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
69
70
|
* // },
|
|
70
71
|
* // ],
|
|
71
72
|
* // autoImportDataQualityResult: true || false,
|
|
73
|
+
* // catalogName: "STRING_VALUE",
|
|
72
74
|
* // },
|
|
73
75
|
* // redshiftRunConfiguration: { // RedshiftRunConfigurationOutput
|
|
74
76
|
* // accountId: "STRING_VALUE",
|
|
@@ -98,6 +100,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
98
100
|
* // },
|
|
99
101
|
* // },
|
|
100
102
|
* // },
|
|
103
|
+
* // sageMakerRunConfiguration: { // SageMakerRunConfigurationOutput
|
|
104
|
+
* // accountId: "STRING_VALUE",
|
|
105
|
+
* // region: "STRING_VALUE",
|
|
106
|
+
* // trackingAssets: { // TrackingAssets // required
|
|
107
|
+
* // "<keys>": [ // TrackingAssetArns
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // },
|
|
111
|
+
* // },
|
|
101
112
|
* // },
|
|
102
113
|
* // enableSetting: "ENABLED" || "DISABLED",
|
|
103
114
|
* // publishOnImport: 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 { DeleteDomainInput, DeleteDomainOutput } from "../models/
|
|
4
|
+
import { DeleteDomainInput, DeleteDomainOutput } 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 { DeleteEnvironmentActionInput } from "../models/
|
|
4
|
+
import { DeleteEnvironmentActionInput } 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 { DeleteEnvironmentInput } from "../models/
|
|
4
|
+
import { DeleteEnvironmentInput } 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 { DeleteEnvironmentProfileInput } from "../models/
|
|
4
|
+
import { DeleteEnvironmentProfileInput } 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 { DeleteProjectInput, DeleteProjectOutput } from "../models/
|
|
4
|
+
import { DeleteProjectInput, DeleteProjectOutput } 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 { DeleteProjectMembershipInput, DeleteProjectMembershipOutput } from "../models/
|
|
4
|
+
import { DeleteProjectMembershipInput, DeleteProjectMembershipOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,88 @@
|
|
|
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 { DeleteProjectProfileInput, DeleteProjectProfileOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteProjectProfileCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteProjectProfileCommandInput extends DeleteProjectProfileInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteProjectProfileCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteProjectProfileCommandOutput extends DeleteProjectProfileOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteProjectProfileCommand_base: {
|
|
25
|
+
new (input: DeleteProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectProfileCommandInput, DeleteProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes 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, DeleteProjectProfileCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, DeleteProjectProfileCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // DeleteProjectProfileInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* identifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new DeleteProjectProfileCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param DeleteProjectProfileCommandInput - {@link DeleteProjectProfileCommandInput}
|
|
48
|
+
* @returns {@link DeleteProjectProfileCommandOutput}
|
|
49
|
+
* @see {@link DeleteProjectProfileCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteProjectProfileCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServerException} (server fault)
|
|
57
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>The specified resource cannot be found.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* <p>The request was denied due to request throttling.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ValidationException} (client fault)
|
|
66
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
69
|
+
* <p>You do not have permission to perform this action.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link DataZoneServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
73
|
+
*
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export declare class DeleteProjectProfileCommand extends DeleteProjectProfileCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteProjectProfileInput;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteProjectProfileCommandInput;
|
|
85
|
+
output: DeleteProjectProfileCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
}
|
|
@@ -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 { DeleteSubscriptionGrantInput, DeleteSubscriptionGrantOutput } from "../models/
|
|
4
|
+
import { DeleteSubscriptionGrantInput, DeleteSubscriptionGrantOutput } 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 { DeleteSubscriptionRequestInput } from "../models/
|
|
4
|
+
import { DeleteSubscriptionRequestInput } 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 { DeleteSubscriptionTargetInput } from "../models/
|
|
4
|
+
import { DeleteSubscriptionTargetInput } 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 { DeleteTimeSeriesDataPointsInput, DeleteTimeSeriesDataPointsOutput } from "../models/
|
|
4
|
+
import { DeleteTimeSeriesDataPointsInput, DeleteTimeSeriesDataPointsOutput } 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 { DisassociateEnvironmentRoleInput, DisassociateEnvironmentRoleOutput } from "../models/
|
|
4
|
+
import { DisassociateEnvironmentRoleInput, DisassociateEnvironmentRoleOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
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 { GetAssetFilterInput
|
|
4
|
+
import { GetAssetFilterInput } from "../models/models_1";
|
|
5
|
+
import { GetAssetFilterOutput } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|