@aws-sdk/client-datazone 3.697.0 → 3.705.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +112 -0
- package/dist-cjs/index.js +2077 -405
- package/dist-es/DataZone.js +28 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
- package/dist-es/commands/CreateConnectionCommand.js +23 -0
- package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/CreateUserProfileCommand.js +1 -1
- package/dist-es/commands/DeleteConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
- package/dist-es/commands/GetAssetFilterCommand.js +1 -1
- package/dist-es/commands/GetConnectionCommand.js +23 -0
- package/dist-es/commands/GetDataProductCommand.js +1 -1
- package/dist-es/commands/GetDataSourceCommand.js +1 -1
- package/dist-es/commands/GetJobRunCommand.js +22 -0
- package/dist-es/commands/GetLineageEventCommand.js +23 -0
- package/dist-es/commands/GetProjectProfileCommand.js +23 -0
- package/dist-es/commands/ListConnectionsCommand.js +23 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListJobRunsCommand.js +22 -0
- package/dist-es/commands/ListLineageEventsCommand.js +22 -0
- package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
- package/dist-es/commands/SearchCommand.js +1 -1
- package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
- package/dist-es/commands/SearchListingsCommand.js +1 -1
- package/dist-es/commands/SearchTypesCommand.js +1 -1
- package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionCommand.js +23 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
- package/dist-es/commands/UpdateProjectCommand.js +1 -1
- package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +389 -206
- package/dist-es/models/models_1.js +313 -277
- package/dist-es/models/models_2.js +308 -0
- package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
- package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
- package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +746 -11
- package/dist-types/DataZone.d.ts +98 -0
- package/dist-types/DataZoneClient.d.ts +16 -2
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDomainCommand.d.ts +3 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
- package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
- package/dist-types/commands/GetProjectCommand.d.ts +23 -0
- package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
- package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3318 -3340
- package/dist-types/models/models_1.d.ts +5464 -4163
- package/dist-types/models/models_2.d.ts +2605 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/DataZone.d.ts +238 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
- package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
- package/dist-types/ts3.4/models/models_2.d.ts +843 -0
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +5 -4
|
@@ -0,0 +1,317 @@
|
|
|
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 { UpdateConnectionInput, UpdateConnectionOutput } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateConnectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateConnectionCommandInput extends UpdateConnectionInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateConnectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateConnectionCommandOutput extends UpdateConnectionOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateConnectionCommand_base: {
|
|
25
|
+
new (input: UpdateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates 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, UpdateConnectionCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, UpdateConnectionCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // UpdateConnectionInput
|
|
39
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* identifier: "STRING_VALUE", // required
|
|
41
|
+
* description: "STRING_VALUE",
|
|
42
|
+
* awsLocation: { // AwsLocation
|
|
43
|
+
* accessRole: "STRING_VALUE",
|
|
44
|
+
* awsAccountId: "STRING_VALUE",
|
|
45
|
+
* awsRegion: "STRING_VALUE",
|
|
46
|
+
* iamConnectionId: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* props: { // ConnectionPropertiesPatch Union: only one key present
|
|
49
|
+
* athenaProperties: { // AthenaPropertiesPatch
|
|
50
|
+
* workgroupName: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* glueProperties: { // GluePropertiesPatch
|
|
53
|
+
* glueConnectionInput: { // GlueConnectionPatch
|
|
54
|
+
* description: "STRING_VALUE",
|
|
55
|
+
* connectionProperties: { // ConnectionProperties
|
|
56
|
+
* "<keys>": "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* authenticationConfiguration: { // AuthenticationConfigurationPatch
|
|
59
|
+
* secretArn: "STRING_VALUE",
|
|
60
|
+
* basicAuthenticationCredentials: { // BasicAuthenticationCredentials
|
|
61
|
+
* userName: "STRING_VALUE",
|
|
62
|
+
* password: "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* },
|
|
66
|
+
* },
|
|
67
|
+
* iamProperties: { // IamPropertiesPatch
|
|
68
|
+
* glueLineageSyncEnabled: true || false,
|
|
69
|
+
* },
|
|
70
|
+
* redshiftProperties: { // RedshiftPropertiesPatch
|
|
71
|
+
* storage: { // RedshiftStorageProperties Union: only one key present
|
|
72
|
+
* clusterName: "STRING_VALUE",
|
|
73
|
+
* workgroupName: "STRING_VALUE",
|
|
74
|
+
* },
|
|
75
|
+
* databaseName: "STRING_VALUE",
|
|
76
|
+
* host: "STRING_VALUE",
|
|
77
|
+
* port: Number("int"),
|
|
78
|
+
* credentials: { // RedshiftCredentials Union: only one key present
|
|
79
|
+
* secretArn: "STRING_VALUE",
|
|
80
|
+
* usernamePassword: { // UsernamePassword
|
|
81
|
+
* password: "STRING_VALUE", // required
|
|
82
|
+
* username: "STRING_VALUE", // required
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* lineageSync: { // RedshiftLineageSyncConfigurationInput
|
|
86
|
+
* enabled: true || false,
|
|
87
|
+
* schedule: { // LineageSyncSchedule
|
|
88
|
+
* schedule: "STRING_VALUE",
|
|
89
|
+
* },
|
|
90
|
+
* },
|
|
91
|
+
* },
|
|
92
|
+
* sparkEmrProperties: { // SparkEmrPropertiesPatch
|
|
93
|
+
* computeArn: "STRING_VALUE",
|
|
94
|
+
* instanceProfileArn: "STRING_VALUE",
|
|
95
|
+
* javaVirtualEnv: "STRING_VALUE",
|
|
96
|
+
* logUri: "STRING_VALUE",
|
|
97
|
+
* pythonVirtualEnv: "STRING_VALUE",
|
|
98
|
+
* runtimeRole: "STRING_VALUE",
|
|
99
|
+
* trustedCertificatesS3Uri: "STRING_VALUE",
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* };
|
|
103
|
+
* const command = new UpdateConnectionCommand(input);
|
|
104
|
+
* const response = await client.send(command);
|
|
105
|
+
* // { // UpdateConnectionOutput
|
|
106
|
+
* // connectionId: "STRING_VALUE", // required
|
|
107
|
+
* // description: "STRING_VALUE",
|
|
108
|
+
* // domainId: "STRING_VALUE", // required
|
|
109
|
+
* // domainUnitId: "STRING_VALUE", // required
|
|
110
|
+
* // environmentId: "STRING_VALUE",
|
|
111
|
+
* // name: "STRING_VALUE", // required
|
|
112
|
+
* // physicalEndpoints: [ // PhysicalEndpoints // required
|
|
113
|
+
* // { // PhysicalEndpoint
|
|
114
|
+
* // awsLocation: { // AwsLocation
|
|
115
|
+
* // accessRole: "STRING_VALUE",
|
|
116
|
+
* // awsAccountId: "STRING_VALUE",
|
|
117
|
+
* // awsRegion: "STRING_VALUE",
|
|
118
|
+
* // iamConnectionId: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
121
|
+
* // glueConnection: { // GlueConnection
|
|
122
|
+
* // name: "STRING_VALUE",
|
|
123
|
+
* // description: "STRING_VALUE",
|
|
124
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
|
|
125
|
+
* // matchCriteria: [ // MatchCriteria
|
|
126
|
+
* // "STRING_VALUE",
|
|
127
|
+
* // ],
|
|
128
|
+
* // connectionProperties: { // ConnectionProperties
|
|
129
|
+
* // "<keys>": "STRING_VALUE",
|
|
130
|
+
* // },
|
|
131
|
+
* // sparkProperties: { // PropertyMap
|
|
132
|
+
* // "<keys>": "STRING_VALUE",
|
|
133
|
+
* // },
|
|
134
|
+
* // athenaProperties: {
|
|
135
|
+
* // "<keys>": "STRING_VALUE",
|
|
136
|
+
* // },
|
|
137
|
+
* // pythonProperties: {
|
|
138
|
+
* // "<keys>": "STRING_VALUE",
|
|
139
|
+
* // },
|
|
140
|
+
* // physicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
141
|
+
* // subnetId: "STRING_VALUE",
|
|
142
|
+
* // subnetIdList: [ // SubnetIdList
|
|
143
|
+
* // "STRING_VALUE",
|
|
144
|
+
* // ],
|
|
145
|
+
* // securityGroupIdList: [ // SecurityGroupIdList
|
|
146
|
+
* // "STRING_VALUE",
|
|
147
|
+
* // ],
|
|
148
|
+
* // availabilityZone: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
151
|
+
* // lastUpdatedTime: new Date("TIMESTAMP"),
|
|
152
|
+
* // lastUpdatedBy: "STRING_VALUE",
|
|
153
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
154
|
+
* // statusReason: "STRING_VALUE",
|
|
155
|
+
* // lastConnectionValidationTime: new Date("TIMESTAMP"),
|
|
156
|
+
* // authenticationConfiguration: { // AuthenticationConfiguration
|
|
157
|
+
* // authenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
158
|
+
* // secretArn: "STRING_VALUE",
|
|
159
|
+
* // oAuth2Properties: { // OAuth2Properties
|
|
160
|
+
* // oAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
161
|
+
* // oAuth2ClientApplication: { // OAuth2ClientApplication
|
|
162
|
+
* // userManagedClientApplicationClientId: "STRING_VALUE",
|
|
163
|
+
* // aWSManagedClientApplicationReference: "STRING_VALUE",
|
|
164
|
+
* // },
|
|
165
|
+
* // tokenUrl: "STRING_VALUE",
|
|
166
|
+
* // tokenUrlParametersMap: { // TokenUrlParametersMap
|
|
167
|
+
* // "<keys>": "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // authorizationCodeProperties: { // AuthorizationCodeProperties
|
|
170
|
+
* // authorizationCode: "STRING_VALUE",
|
|
171
|
+
* // redirectUri: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // oAuth2Credentials: { // GlueOAuth2Credentials
|
|
174
|
+
* // userManagedClientApplicationClientSecret: "STRING_VALUE",
|
|
175
|
+
* // accessToken: "STRING_VALUE",
|
|
176
|
+
* // refreshToken: "STRING_VALUE",
|
|
177
|
+
* // jwtToken: "STRING_VALUE",
|
|
178
|
+
* // },
|
|
179
|
+
* // },
|
|
180
|
+
* // },
|
|
181
|
+
* // connectionSchemaVersion: Number("int"),
|
|
182
|
+
* // compatibleComputeEnvironments: [ // ComputeEnvironmentsList
|
|
183
|
+
* // "SPARK" || "ATHENA" || "PYTHON",
|
|
184
|
+
* // ],
|
|
185
|
+
* // },
|
|
186
|
+
* // host: "STRING_VALUE",
|
|
187
|
+
* // port: Number("int"),
|
|
188
|
+
* // protocol: "ATHENA" || "GLUE_INTERACTIVE_SESSION" || "HTTPS" || "JDBC" || "LIVY" || "ODBC" || "PRISM",
|
|
189
|
+
* // stage: "STRING_VALUE",
|
|
190
|
+
* // },
|
|
191
|
+
* // ],
|
|
192
|
+
* // projectId: "STRING_VALUE",
|
|
193
|
+
* // props: { // ConnectionPropertiesOutput Union: only one key present
|
|
194
|
+
* // athenaProperties: { // AthenaPropertiesOutput
|
|
195
|
+
* // workgroupName: "STRING_VALUE",
|
|
196
|
+
* // },
|
|
197
|
+
* // glueProperties: { // GluePropertiesOutput
|
|
198
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
199
|
+
* // errorMessage: "STRING_VALUE",
|
|
200
|
+
* // },
|
|
201
|
+
* // hyperPodProperties: { // HyperPodPropertiesOutput
|
|
202
|
+
* // clusterName: "STRING_VALUE", // required
|
|
203
|
+
* // clusterArn: "STRING_VALUE",
|
|
204
|
+
* // orchestrator: "EKS" || "SLURM",
|
|
205
|
+
* // },
|
|
206
|
+
* // iamProperties: { // IamPropertiesOutput
|
|
207
|
+
* // environmentId: "STRING_VALUE",
|
|
208
|
+
* // glueLineageSyncEnabled: true || false,
|
|
209
|
+
* // },
|
|
210
|
+
* // redshiftProperties: { // RedshiftPropertiesOutput
|
|
211
|
+
* // storage: { // RedshiftStorageProperties Union: only one key present
|
|
212
|
+
* // clusterName: "STRING_VALUE",
|
|
213
|
+
* // workgroupName: "STRING_VALUE",
|
|
214
|
+
* // },
|
|
215
|
+
* // credentials: { // RedshiftCredentials Union: only one key present
|
|
216
|
+
* // secretArn: "STRING_VALUE",
|
|
217
|
+
* // usernamePassword: { // UsernamePassword
|
|
218
|
+
* // password: "STRING_VALUE", // required
|
|
219
|
+
* // username: "STRING_VALUE", // required
|
|
220
|
+
* // },
|
|
221
|
+
* // },
|
|
222
|
+
* // isProvisionedSecret: true || false,
|
|
223
|
+
* // jdbcIamUrl: "STRING_VALUE",
|
|
224
|
+
* // jdbcUrl: "STRING_VALUE",
|
|
225
|
+
* // redshiftTempDir: "STRING_VALUE",
|
|
226
|
+
* // lineageSync: { // RedshiftLineageSyncConfigurationOutput
|
|
227
|
+
* // lineageJobId: "STRING_VALUE",
|
|
228
|
+
* // enabled: true || false,
|
|
229
|
+
* // schedule: { // LineageSyncSchedule
|
|
230
|
+
* // schedule: "STRING_VALUE",
|
|
231
|
+
* // },
|
|
232
|
+
* // },
|
|
233
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
234
|
+
* // databaseName: "STRING_VALUE",
|
|
235
|
+
* // },
|
|
236
|
+
* // sparkEmrProperties: { // SparkEmrPropertiesOutput
|
|
237
|
+
* // computeArn: "STRING_VALUE",
|
|
238
|
+
* // credentials: {
|
|
239
|
+
* // password: "STRING_VALUE", // required
|
|
240
|
+
* // username: "STRING_VALUE", // required
|
|
241
|
+
* // },
|
|
242
|
+
* // credentialsExpiration: new Date("TIMESTAMP"),
|
|
243
|
+
* // governanceType: "AWS_MANAGED" || "USER_MANAGED",
|
|
244
|
+
* // instanceProfileArn: "STRING_VALUE",
|
|
245
|
+
* // javaVirtualEnv: "STRING_VALUE",
|
|
246
|
+
* // livyEndpoint: "STRING_VALUE",
|
|
247
|
+
* // logUri: "STRING_VALUE",
|
|
248
|
+
* // pythonVirtualEnv: "STRING_VALUE",
|
|
249
|
+
* // runtimeRole: "STRING_VALUE",
|
|
250
|
+
* // trustedCertificatesS3Uri: "STRING_VALUE",
|
|
251
|
+
* // },
|
|
252
|
+
* // sparkGlueProperties: { // SparkGluePropertiesOutput
|
|
253
|
+
* // additionalArgs: { // SparkGlueArgs
|
|
254
|
+
* // connection: "STRING_VALUE",
|
|
255
|
+
* // },
|
|
256
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
257
|
+
* // glueVersion: "STRING_VALUE",
|
|
258
|
+
* // idleTimeout: Number("int"),
|
|
259
|
+
* // javaVirtualEnv: "STRING_VALUE",
|
|
260
|
+
* // numberOfWorkers: Number("int"),
|
|
261
|
+
* // pythonVirtualEnv: "STRING_VALUE",
|
|
262
|
+
* // workerType: "STRING_VALUE",
|
|
263
|
+
* // },
|
|
264
|
+
* // },
|
|
265
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
|
|
266
|
+
* // };
|
|
267
|
+
*
|
|
268
|
+
* ```
|
|
269
|
+
*
|
|
270
|
+
* @param UpdateConnectionCommandInput - {@link UpdateConnectionCommandInput}
|
|
271
|
+
* @returns {@link UpdateConnectionCommandOutput}
|
|
272
|
+
* @see {@link UpdateConnectionCommandInput} for command's `input` shape.
|
|
273
|
+
* @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
|
|
274
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
275
|
+
*
|
|
276
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
277
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
278
|
+
*
|
|
279
|
+
* @throws {@link ConflictException} (client fault)
|
|
280
|
+
* <p>There is a conflict while performing this action.</p>
|
|
281
|
+
*
|
|
282
|
+
* @throws {@link InternalServerException} (server fault)
|
|
283
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
284
|
+
*
|
|
285
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
286
|
+
* <p>The specified resource cannot be found.</p>
|
|
287
|
+
*
|
|
288
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
289
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
290
|
+
*
|
|
291
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
292
|
+
* <p>The request was denied due to request throttling.</p>
|
|
293
|
+
*
|
|
294
|
+
* @throws {@link ValidationException} (client fault)
|
|
295
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
296
|
+
*
|
|
297
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
298
|
+
* <p>You do not have permission to perform this action.</p>
|
|
299
|
+
*
|
|
300
|
+
* @throws {@link DataZoneServiceException}
|
|
301
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
302
|
+
*
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
|
|
306
|
+
/** @internal type navigation helper, not in runtime. */
|
|
307
|
+
protected static __types: {
|
|
308
|
+
api: {
|
|
309
|
+
input: UpdateConnectionInput;
|
|
310
|
+
output: UpdateConnectionOutput;
|
|
311
|
+
};
|
|
312
|
+
sdk: {
|
|
313
|
+
input: UpdateConnectionCommandInput;
|
|
314
|
+
output: UpdateConnectionCommandOutput;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
}
|
|
@@ -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 { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/
|
|
4
|
+
import { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -69,6 +69,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
69
69
|
* },
|
|
70
70
|
* ],
|
|
71
71
|
* autoImportDataQualityResult: true || false,
|
|
72
|
+
* catalogName: "STRING_VALUE",
|
|
72
73
|
* },
|
|
73
74
|
* redshiftRunConfiguration: { // RedshiftRunConfigurationInput
|
|
74
75
|
* dataAccessRole: "STRING_VALUE",
|
|
@@ -96,6 +97,13 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
96
97
|
* },
|
|
97
98
|
* },
|
|
98
99
|
* },
|
|
100
|
+
* sageMakerRunConfiguration: { // SageMakerRunConfigurationInput
|
|
101
|
+
* trackingAssets: { // TrackingAssets // required
|
|
102
|
+
* "<keys>": [ // TrackingAssetArns
|
|
103
|
+
* "STRING_VALUE",
|
|
104
|
+
* ],
|
|
105
|
+
* },
|
|
106
|
+
* },
|
|
99
107
|
* },
|
|
100
108
|
* recommendation: { // RecommendationConfiguration
|
|
101
109
|
* enableBusinessNameGeneration: true || false,
|
|
@@ -112,7 +120,8 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
112
120
|
* // description: "STRING_VALUE",
|
|
113
121
|
* // domainId: "STRING_VALUE", // required
|
|
114
122
|
* // projectId: "STRING_VALUE", // required
|
|
115
|
-
* // environmentId: "STRING_VALUE",
|
|
123
|
+
* // environmentId: "STRING_VALUE",
|
|
124
|
+
* // connectionId: "STRING_VALUE",
|
|
116
125
|
* // configuration: { // DataSourceConfigurationOutput Union: only one key present
|
|
117
126
|
* // glueRunConfiguration: { // GlueRunConfigurationOutput
|
|
118
127
|
* // accountId: "STRING_VALUE",
|
|
@@ -131,6 +140,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
131
140
|
* // },
|
|
132
141
|
* // ],
|
|
133
142
|
* // autoImportDataQualityResult: true || false,
|
|
143
|
+
* // catalogName: "STRING_VALUE",
|
|
134
144
|
* // },
|
|
135
145
|
* // redshiftRunConfiguration: { // RedshiftRunConfigurationOutput
|
|
136
146
|
* // accountId: "STRING_VALUE",
|
|
@@ -160,6 +170,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
160
170
|
* // },
|
|
161
171
|
* // },
|
|
162
172
|
* // },
|
|
173
|
+
* // sageMakerRunConfiguration: { // SageMakerRunConfigurationOutput
|
|
174
|
+
* // accountId: "STRING_VALUE",
|
|
175
|
+
* // region: "STRING_VALUE",
|
|
176
|
+
* // trackingAssets: { // TrackingAssets // required
|
|
177
|
+
* // "<keys>": [ // TrackingAssetArns
|
|
178
|
+
* // "STRING_VALUE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // },
|
|
181
|
+
* // },
|
|
163
182
|
* // },
|
|
164
183
|
* // recommendation: { // RecommendationConfiguration
|
|
165
184
|
* // enableBusinessNameGeneration: true || false,
|
|
@@ -42,6 +42,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
42
42
|
* userAssignment: "AUTOMATIC" || "MANUAL",
|
|
43
43
|
* },
|
|
44
44
|
* domainExecutionRole: "STRING_VALUE",
|
|
45
|
+
* serviceRole: "STRING_VALUE",
|
|
45
46
|
* name: "STRING_VALUE",
|
|
46
47
|
* clientToken: "STRING_VALUE",
|
|
47
48
|
* };
|
|
@@ -56,6 +57,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
56
57
|
* // userAssignment: "AUTOMATIC" || "MANUAL",
|
|
57
58
|
* // },
|
|
58
59
|
* // domainExecutionRole: "STRING_VALUE",
|
|
60
|
+
* // serviceRole: "STRING_VALUE",
|
|
59
61
|
* // name: "STRING_VALUE",
|
|
60
62
|
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
61
63
|
* // };
|
|
@@ -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 { UpdateEnvironmentActionInput, UpdateEnvironmentActionOutput } from "../models/
|
|
4
|
+
import { UpdateEnvironmentActionInput, UpdateEnvironmentActionOutput } 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 { UpdateEnvironmentInput, UpdateEnvironmentOutput } from "../models/
|
|
4
|
+
import { UpdateEnvironmentInput, UpdateEnvironmentOutput } 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 { UpdateEnvironmentProfileInput, UpdateEnvironmentProfileOutput } from "../models/
|
|
4
|
+
import { UpdateEnvironmentProfileInput, UpdateEnvironmentProfileOutput } 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 { UpdateGroupProfileInput, UpdateGroupProfileOutput } from "../models/
|
|
4
|
+
import { UpdateGroupProfileInput, UpdateGroupProfileOutput } 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 { UpdateProjectInput, UpdateProjectOutput } from "../models/
|
|
4
|
+
import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -42,6 +42,17 @@ declare const UpdateProjectCommand_base: {
|
|
|
42
42
|
* glossaryTerms: [ // GlossaryTerms
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
|
+
* environmentDeploymentDetails: { // EnvironmentDeploymentDetails
|
|
46
|
+
* overallDeploymentStatus: "PENDING_DEPLOYMENT" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED_VALIDATION" || "FAILED_DEPLOYMENT",
|
|
47
|
+
* environmentFailureReasons: { // EnvironmentFailureReasons
|
|
48
|
+
* "<keys>": [ // EnvironmentFailureReasonsList
|
|
49
|
+
* { // EnvironmentError
|
|
50
|
+
* code: "STRING_VALUE",
|
|
51
|
+
* message: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* },
|
|
45
56
|
* };
|
|
46
57
|
* const command = new UpdateProjectCommand(input);
|
|
47
58
|
* const response = await client.send(command);
|
|
@@ -64,6 +75,29 @@ declare const UpdateProjectCommand_base: {
|
|
|
64
75
|
* // "STRING_VALUE",
|
|
65
76
|
* // ],
|
|
66
77
|
* // domainUnitId: "STRING_VALUE",
|
|
78
|
+
* // projectProfileId: "STRING_VALUE",
|
|
79
|
+
* // userParameters: [ // EnvironmentConfigurationUserParametersList
|
|
80
|
+
* // { // EnvironmentConfigurationUserParameter
|
|
81
|
+
* // environmentConfigurationName: "STRING_VALUE",
|
|
82
|
+
* // environmentParameters: [ // EnvironmentParametersList
|
|
83
|
+
* // { // EnvironmentParameter
|
|
84
|
+
* // name: "STRING_VALUE",
|
|
85
|
+
* // value: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // },
|
|
89
|
+
* // ],
|
|
90
|
+
* // environmentDeploymentDetails: { // EnvironmentDeploymentDetails
|
|
91
|
+
* // overallDeploymentStatus: "PENDING_DEPLOYMENT" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED_VALIDATION" || "FAILED_DEPLOYMENT",
|
|
92
|
+
* // environmentFailureReasons: { // EnvironmentFailureReasons
|
|
93
|
+
* // "<keys>": [ // EnvironmentFailureReasonsList
|
|
94
|
+
* // { // EnvironmentError
|
|
95
|
+
* // code: "STRING_VALUE",
|
|
96
|
+
* // message: "STRING_VALUE", // required
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // },
|
|
100
|
+
* // },
|
|
67
101
|
* // };
|
|
68
102
|
*
|
|
69
103
|
* ```
|