@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,386 @@
|
|
|
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 { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateConnectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateConnectionCommandInput extends CreateConnectionInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateConnectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateConnectionCommand_base: {
|
|
25
|
+
new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a new 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, CreateConnectionCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, CreateConnectionCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // CreateConnectionInput
|
|
39
|
+
* awsLocation: { // AwsLocation
|
|
40
|
+
* accessRole: "STRING_VALUE",
|
|
41
|
+
* awsAccountId: "STRING_VALUE",
|
|
42
|
+
* awsRegion: "STRING_VALUE",
|
|
43
|
+
* iamConnectionId: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* clientToken: "STRING_VALUE",
|
|
46
|
+
* description: "STRING_VALUE",
|
|
47
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
48
|
+
* environmentIdentifier: "STRING_VALUE", // required
|
|
49
|
+
* name: "STRING_VALUE", // required
|
|
50
|
+
* props: { // ConnectionPropertiesInput Union: only one key present
|
|
51
|
+
* athenaProperties: { // AthenaPropertiesInput
|
|
52
|
+
* workgroupName: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* glueProperties: { // GluePropertiesInput
|
|
55
|
+
* glueConnectionInput: { // GlueConnectionInput
|
|
56
|
+
* connectionProperties: { // ConnectionProperties
|
|
57
|
+
* "<keys>": "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* physicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
60
|
+
* subnetId: "STRING_VALUE",
|
|
61
|
+
* subnetIdList: [ // SubnetIdList
|
|
62
|
+
* "STRING_VALUE",
|
|
63
|
+
* ],
|
|
64
|
+
* securityGroupIdList: [ // SecurityGroupIdList
|
|
65
|
+
* "STRING_VALUE",
|
|
66
|
+
* ],
|
|
67
|
+
* availabilityZone: "STRING_VALUE",
|
|
68
|
+
* },
|
|
69
|
+
* name: "STRING_VALUE",
|
|
70
|
+
* description: "STRING_VALUE",
|
|
71
|
+
* connectionType: "SNOWFLAKE" || "BIGQUERY" || "DOCUMENTDB" || "DYNAMODB" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SQLSERVER" || "TERADATA" || "VERTICA",
|
|
72
|
+
* matchCriteria: "STRING_VALUE",
|
|
73
|
+
* validateCredentials: true || false,
|
|
74
|
+
* validateForComputeEnvironments: [ // ComputeEnvironmentsList
|
|
75
|
+
* "SPARK" || "ATHENA" || "PYTHON",
|
|
76
|
+
* ],
|
|
77
|
+
* sparkProperties: { // PropertyMap
|
|
78
|
+
* "<keys>": "STRING_VALUE",
|
|
79
|
+
* },
|
|
80
|
+
* athenaProperties: {
|
|
81
|
+
* "<keys>": "STRING_VALUE",
|
|
82
|
+
* },
|
|
83
|
+
* pythonProperties: {
|
|
84
|
+
* "<keys>": "STRING_VALUE",
|
|
85
|
+
* },
|
|
86
|
+
* authenticationConfiguration: { // AuthenticationConfigurationInput
|
|
87
|
+
* authenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
88
|
+
* oAuth2Properties: { // OAuth2Properties
|
|
89
|
+
* oAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
90
|
+
* oAuth2ClientApplication: { // OAuth2ClientApplication
|
|
91
|
+
* userManagedClientApplicationClientId: "STRING_VALUE",
|
|
92
|
+
* aWSManagedClientApplicationReference: "STRING_VALUE",
|
|
93
|
+
* },
|
|
94
|
+
* tokenUrl: "STRING_VALUE",
|
|
95
|
+
* tokenUrlParametersMap: { // TokenUrlParametersMap
|
|
96
|
+
* "<keys>": "STRING_VALUE",
|
|
97
|
+
* },
|
|
98
|
+
* authorizationCodeProperties: { // AuthorizationCodeProperties
|
|
99
|
+
* authorizationCode: "STRING_VALUE",
|
|
100
|
+
* redirectUri: "STRING_VALUE",
|
|
101
|
+
* },
|
|
102
|
+
* oAuth2Credentials: { // GlueOAuth2Credentials
|
|
103
|
+
* userManagedClientApplicationClientSecret: "STRING_VALUE",
|
|
104
|
+
* accessToken: "STRING_VALUE",
|
|
105
|
+
* refreshToken: "STRING_VALUE",
|
|
106
|
+
* jwtToken: "STRING_VALUE",
|
|
107
|
+
* },
|
|
108
|
+
* },
|
|
109
|
+
* secretArn: "STRING_VALUE",
|
|
110
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
111
|
+
* basicAuthenticationCredentials: { // BasicAuthenticationCredentials
|
|
112
|
+
* userName: "STRING_VALUE",
|
|
113
|
+
* password: "STRING_VALUE",
|
|
114
|
+
* },
|
|
115
|
+
* customAuthenticationCredentials: { // CredentialMap
|
|
116
|
+
* "<keys>": "STRING_VALUE",
|
|
117
|
+
* },
|
|
118
|
+
* },
|
|
119
|
+
* },
|
|
120
|
+
* },
|
|
121
|
+
* hyperPodProperties: { // HyperPodPropertiesInput
|
|
122
|
+
* clusterName: "STRING_VALUE", // required
|
|
123
|
+
* },
|
|
124
|
+
* iamProperties: { // IamPropertiesInput
|
|
125
|
+
* glueLineageSyncEnabled: true || false,
|
|
126
|
+
* },
|
|
127
|
+
* redshiftProperties: { // RedshiftPropertiesInput
|
|
128
|
+
* storage: { // RedshiftStorageProperties Union: only one key present
|
|
129
|
+
* clusterName: "STRING_VALUE",
|
|
130
|
+
* workgroupName: "STRING_VALUE",
|
|
131
|
+
* },
|
|
132
|
+
* databaseName: "STRING_VALUE",
|
|
133
|
+
* host: "STRING_VALUE",
|
|
134
|
+
* port: Number("int"),
|
|
135
|
+
* credentials: { // RedshiftCredentials Union: only one key present
|
|
136
|
+
* secretArn: "STRING_VALUE",
|
|
137
|
+
* usernamePassword: { // UsernamePassword
|
|
138
|
+
* password: "STRING_VALUE", // required
|
|
139
|
+
* username: "STRING_VALUE", // required
|
|
140
|
+
* },
|
|
141
|
+
* },
|
|
142
|
+
* lineageSync: { // RedshiftLineageSyncConfigurationInput
|
|
143
|
+
* enabled: true || false,
|
|
144
|
+
* schedule: { // LineageSyncSchedule
|
|
145
|
+
* schedule: "STRING_VALUE",
|
|
146
|
+
* },
|
|
147
|
+
* },
|
|
148
|
+
* },
|
|
149
|
+
* sparkEmrProperties: { // SparkEmrPropertiesInput
|
|
150
|
+
* computeArn: "STRING_VALUE",
|
|
151
|
+
* instanceProfileArn: "STRING_VALUE",
|
|
152
|
+
* javaVirtualEnv: "STRING_VALUE",
|
|
153
|
+
* logUri: "STRING_VALUE",
|
|
154
|
+
* pythonVirtualEnv: "STRING_VALUE",
|
|
155
|
+
* runtimeRole: "STRING_VALUE",
|
|
156
|
+
* trustedCertificatesS3Uri: "STRING_VALUE",
|
|
157
|
+
* },
|
|
158
|
+
* sparkGlueProperties: { // SparkGluePropertiesInput
|
|
159
|
+
* additionalArgs: { // SparkGlueArgs
|
|
160
|
+
* connection: "STRING_VALUE",
|
|
161
|
+
* },
|
|
162
|
+
* glueConnectionName: "STRING_VALUE",
|
|
163
|
+
* glueVersion: "STRING_VALUE",
|
|
164
|
+
* idleTimeout: Number("int"),
|
|
165
|
+
* javaVirtualEnv: "STRING_VALUE",
|
|
166
|
+
* numberOfWorkers: Number("int"),
|
|
167
|
+
* pythonVirtualEnv: "STRING_VALUE",
|
|
168
|
+
* workerType: "STRING_VALUE",
|
|
169
|
+
* },
|
|
170
|
+
* },
|
|
171
|
+
* };
|
|
172
|
+
* const command = new CreateConnectionCommand(input);
|
|
173
|
+
* const response = await client.send(command);
|
|
174
|
+
* // { // CreateConnectionOutput
|
|
175
|
+
* // connectionId: "STRING_VALUE", // required
|
|
176
|
+
* // description: "STRING_VALUE",
|
|
177
|
+
* // domainId: "STRING_VALUE", // required
|
|
178
|
+
* // domainUnitId: "STRING_VALUE", // required
|
|
179
|
+
* // environmentId: "STRING_VALUE",
|
|
180
|
+
* // name: "STRING_VALUE", // required
|
|
181
|
+
* // physicalEndpoints: [ // PhysicalEndpoints // required
|
|
182
|
+
* // { // PhysicalEndpoint
|
|
183
|
+
* // awsLocation: { // AwsLocation
|
|
184
|
+
* // accessRole: "STRING_VALUE",
|
|
185
|
+
* // awsAccountId: "STRING_VALUE",
|
|
186
|
+
* // awsRegion: "STRING_VALUE",
|
|
187
|
+
* // iamConnectionId: "STRING_VALUE",
|
|
188
|
+
* // },
|
|
189
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
190
|
+
* // glueConnection: { // GlueConnection
|
|
191
|
+
* // name: "STRING_VALUE",
|
|
192
|
+
* // description: "STRING_VALUE",
|
|
193
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
|
|
194
|
+
* // matchCriteria: [ // MatchCriteria
|
|
195
|
+
* // "STRING_VALUE",
|
|
196
|
+
* // ],
|
|
197
|
+
* // connectionProperties: { // ConnectionProperties
|
|
198
|
+
* // "<keys>": "STRING_VALUE",
|
|
199
|
+
* // },
|
|
200
|
+
* // sparkProperties: { // PropertyMap
|
|
201
|
+
* // "<keys>": "STRING_VALUE",
|
|
202
|
+
* // },
|
|
203
|
+
* // athenaProperties: {
|
|
204
|
+
* // "<keys>": "STRING_VALUE",
|
|
205
|
+
* // },
|
|
206
|
+
* // pythonProperties: {
|
|
207
|
+
* // "<keys>": "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // physicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
210
|
+
* // subnetId: "STRING_VALUE",
|
|
211
|
+
* // subnetIdList: [ // SubnetIdList
|
|
212
|
+
* // "STRING_VALUE",
|
|
213
|
+
* // ],
|
|
214
|
+
* // securityGroupIdList: [ // SecurityGroupIdList
|
|
215
|
+
* // "STRING_VALUE",
|
|
216
|
+
* // ],
|
|
217
|
+
* // availabilityZone: "STRING_VALUE",
|
|
218
|
+
* // },
|
|
219
|
+
* // creationTime: new Date("TIMESTAMP"),
|
|
220
|
+
* // lastUpdatedTime: new Date("TIMESTAMP"),
|
|
221
|
+
* // lastUpdatedBy: "STRING_VALUE",
|
|
222
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
223
|
+
* // statusReason: "STRING_VALUE",
|
|
224
|
+
* // lastConnectionValidationTime: new Date("TIMESTAMP"),
|
|
225
|
+
* // authenticationConfiguration: { // AuthenticationConfiguration
|
|
226
|
+
* // authenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
227
|
+
* // secretArn: "STRING_VALUE",
|
|
228
|
+
* // oAuth2Properties: { // OAuth2Properties
|
|
229
|
+
* // oAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
230
|
+
* // oAuth2ClientApplication: { // OAuth2ClientApplication
|
|
231
|
+
* // userManagedClientApplicationClientId: "STRING_VALUE",
|
|
232
|
+
* // aWSManagedClientApplicationReference: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // tokenUrl: "STRING_VALUE",
|
|
235
|
+
* // tokenUrlParametersMap: { // TokenUrlParametersMap
|
|
236
|
+
* // "<keys>": "STRING_VALUE",
|
|
237
|
+
* // },
|
|
238
|
+
* // authorizationCodeProperties: { // AuthorizationCodeProperties
|
|
239
|
+
* // authorizationCode: "STRING_VALUE",
|
|
240
|
+
* // redirectUri: "STRING_VALUE",
|
|
241
|
+
* // },
|
|
242
|
+
* // oAuth2Credentials: { // GlueOAuth2Credentials
|
|
243
|
+
* // userManagedClientApplicationClientSecret: "STRING_VALUE",
|
|
244
|
+
* // accessToken: "STRING_VALUE",
|
|
245
|
+
* // refreshToken: "STRING_VALUE",
|
|
246
|
+
* // jwtToken: "STRING_VALUE",
|
|
247
|
+
* // },
|
|
248
|
+
* // },
|
|
249
|
+
* // },
|
|
250
|
+
* // connectionSchemaVersion: Number("int"),
|
|
251
|
+
* // compatibleComputeEnvironments: [ // ComputeEnvironmentsList
|
|
252
|
+
* // "SPARK" || "ATHENA" || "PYTHON",
|
|
253
|
+
* // ],
|
|
254
|
+
* // },
|
|
255
|
+
* // host: "STRING_VALUE",
|
|
256
|
+
* // port: Number("int"),
|
|
257
|
+
* // protocol: "ATHENA" || "GLUE_INTERACTIVE_SESSION" || "HTTPS" || "JDBC" || "LIVY" || "ODBC" || "PRISM",
|
|
258
|
+
* // stage: "STRING_VALUE",
|
|
259
|
+
* // },
|
|
260
|
+
* // ],
|
|
261
|
+
* // projectId: "STRING_VALUE",
|
|
262
|
+
* // props: { // ConnectionPropertiesOutput Union: only one key present
|
|
263
|
+
* // athenaProperties: { // AthenaPropertiesOutput
|
|
264
|
+
* // workgroupName: "STRING_VALUE",
|
|
265
|
+
* // },
|
|
266
|
+
* // glueProperties: { // GluePropertiesOutput
|
|
267
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
268
|
+
* // errorMessage: "STRING_VALUE",
|
|
269
|
+
* // },
|
|
270
|
+
* // hyperPodProperties: { // HyperPodPropertiesOutput
|
|
271
|
+
* // clusterName: "STRING_VALUE", // required
|
|
272
|
+
* // clusterArn: "STRING_VALUE",
|
|
273
|
+
* // orchestrator: "EKS" || "SLURM",
|
|
274
|
+
* // },
|
|
275
|
+
* // iamProperties: { // IamPropertiesOutput
|
|
276
|
+
* // environmentId: "STRING_VALUE",
|
|
277
|
+
* // glueLineageSyncEnabled: true || false,
|
|
278
|
+
* // },
|
|
279
|
+
* // redshiftProperties: { // RedshiftPropertiesOutput
|
|
280
|
+
* // storage: { // RedshiftStorageProperties Union: only one key present
|
|
281
|
+
* // clusterName: "STRING_VALUE",
|
|
282
|
+
* // workgroupName: "STRING_VALUE",
|
|
283
|
+
* // },
|
|
284
|
+
* // credentials: { // RedshiftCredentials Union: only one key present
|
|
285
|
+
* // secretArn: "STRING_VALUE",
|
|
286
|
+
* // usernamePassword: { // UsernamePassword
|
|
287
|
+
* // password: "STRING_VALUE", // required
|
|
288
|
+
* // username: "STRING_VALUE", // required
|
|
289
|
+
* // },
|
|
290
|
+
* // },
|
|
291
|
+
* // isProvisionedSecret: true || false,
|
|
292
|
+
* // jdbcIamUrl: "STRING_VALUE",
|
|
293
|
+
* // jdbcUrl: "STRING_VALUE",
|
|
294
|
+
* // redshiftTempDir: "STRING_VALUE",
|
|
295
|
+
* // lineageSync: { // RedshiftLineageSyncConfigurationOutput
|
|
296
|
+
* // lineageJobId: "STRING_VALUE",
|
|
297
|
+
* // enabled: true || false,
|
|
298
|
+
* // schedule: { // LineageSyncSchedule
|
|
299
|
+
* // schedule: "STRING_VALUE",
|
|
300
|
+
* // },
|
|
301
|
+
* // },
|
|
302
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
303
|
+
* // databaseName: "STRING_VALUE",
|
|
304
|
+
* // },
|
|
305
|
+
* // sparkEmrProperties: { // SparkEmrPropertiesOutput
|
|
306
|
+
* // computeArn: "STRING_VALUE",
|
|
307
|
+
* // credentials: {
|
|
308
|
+
* // password: "STRING_VALUE", // required
|
|
309
|
+
* // username: "STRING_VALUE", // required
|
|
310
|
+
* // },
|
|
311
|
+
* // credentialsExpiration: new Date("TIMESTAMP"),
|
|
312
|
+
* // governanceType: "AWS_MANAGED" || "USER_MANAGED",
|
|
313
|
+
* // instanceProfileArn: "STRING_VALUE",
|
|
314
|
+
* // javaVirtualEnv: "STRING_VALUE",
|
|
315
|
+
* // livyEndpoint: "STRING_VALUE",
|
|
316
|
+
* // logUri: "STRING_VALUE",
|
|
317
|
+
* // pythonVirtualEnv: "STRING_VALUE",
|
|
318
|
+
* // runtimeRole: "STRING_VALUE",
|
|
319
|
+
* // trustedCertificatesS3Uri: "STRING_VALUE",
|
|
320
|
+
* // },
|
|
321
|
+
* // sparkGlueProperties: { // SparkGluePropertiesOutput
|
|
322
|
+
* // additionalArgs: { // SparkGlueArgs
|
|
323
|
+
* // connection: "STRING_VALUE",
|
|
324
|
+
* // },
|
|
325
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
326
|
+
* // glueVersion: "STRING_VALUE",
|
|
327
|
+
* // idleTimeout: Number("int"),
|
|
328
|
+
* // javaVirtualEnv: "STRING_VALUE",
|
|
329
|
+
* // numberOfWorkers: Number("int"),
|
|
330
|
+
* // pythonVirtualEnv: "STRING_VALUE",
|
|
331
|
+
* // workerType: "STRING_VALUE",
|
|
332
|
+
* // },
|
|
333
|
+
* // },
|
|
334
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
|
|
335
|
+
* // };
|
|
336
|
+
*
|
|
337
|
+
* ```
|
|
338
|
+
*
|
|
339
|
+
* @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
|
|
340
|
+
* @returns {@link CreateConnectionCommandOutput}
|
|
341
|
+
* @see {@link CreateConnectionCommandInput} for command's `input` shape.
|
|
342
|
+
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
343
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
344
|
+
*
|
|
345
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
346
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
347
|
+
*
|
|
348
|
+
* @throws {@link ConflictException} (client fault)
|
|
349
|
+
* <p>There is a conflict while performing this action.</p>
|
|
350
|
+
*
|
|
351
|
+
* @throws {@link InternalServerException} (server fault)
|
|
352
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
353
|
+
*
|
|
354
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
355
|
+
* <p>The specified resource cannot be found.</p>
|
|
356
|
+
*
|
|
357
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
358
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
359
|
+
*
|
|
360
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
361
|
+
* <p>The request was denied due to request throttling.</p>
|
|
362
|
+
*
|
|
363
|
+
* @throws {@link ValidationException} (client fault)
|
|
364
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
365
|
+
*
|
|
366
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
367
|
+
* <p>You do not have permission to perform this action.</p>
|
|
368
|
+
*
|
|
369
|
+
* @throws {@link DataZoneServiceException}
|
|
370
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
371
|
+
*
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
375
|
+
/** @internal type navigation helper, not in runtime. */
|
|
376
|
+
protected static __types: {
|
|
377
|
+
api: {
|
|
378
|
+
input: CreateConnectionInput;
|
|
379
|
+
output: CreateConnectionOutput;
|
|
380
|
+
};
|
|
381
|
+
sdk: {
|
|
382
|
+
input: CreateConnectionCommandInput;
|
|
383
|
+
output: CreateConnectionCommandOutput;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
}
|
|
@@ -39,7 +39,8 @@ declare const CreateDataSourceCommand_base: {
|
|
|
39
39
|
* description: "STRING_VALUE",
|
|
40
40
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
41
|
* projectIdentifier: "STRING_VALUE", // required
|
|
42
|
-
* environmentIdentifier: "STRING_VALUE",
|
|
42
|
+
* environmentIdentifier: "STRING_VALUE",
|
|
43
|
+
* connectionIdentifier: "STRING_VALUE",
|
|
43
44
|
* type: "STRING_VALUE", // required
|
|
44
45
|
* configuration: { // DataSourceConfigurationInput Union: only one key present
|
|
45
46
|
* glueRunConfiguration: { // GlueRunConfigurationInput
|
|
@@ -57,6 +58,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
57
58
|
* },
|
|
58
59
|
* ],
|
|
59
60
|
* autoImportDataQualityResult: true || false,
|
|
61
|
+
* catalogName: "STRING_VALUE",
|
|
60
62
|
* },
|
|
61
63
|
* redshiftRunConfiguration: { // RedshiftRunConfigurationInput
|
|
62
64
|
* dataAccessRole: "STRING_VALUE",
|
|
@@ -84,6 +86,13 @@ declare const CreateDataSourceCommand_base: {
|
|
|
84
86
|
* },
|
|
85
87
|
* },
|
|
86
88
|
* },
|
|
89
|
+
* sageMakerRunConfiguration: { // SageMakerRunConfigurationInput
|
|
90
|
+
* trackingAssets: { // TrackingAssets // required
|
|
91
|
+
* "<keys>": [ // TrackingAssetArns
|
|
92
|
+
* "STRING_VALUE",
|
|
93
|
+
* ],
|
|
94
|
+
* },
|
|
95
|
+
* },
|
|
87
96
|
* },
|
|
88
97
|
* recommendation: { // RecommendationConfiguration
|
|
89
98
|
* enableBusinessNameGeneration: true || false,
|
|
@@ -114,7 +123,8 @@ declare const CreateDataSourceCommand_base: {
|
|
|
114
123
|
* // description: "STRING_VALUE",
|
|
115
124
|
* // domainId: "STRING_VALUE", // required
|
|
116
125
|
* // projectId: "STRING_VALUE", // required
|
|
117
|
-
* // environmentId: "STRING_VALUE",
|
|
126
|
+
* // environmentId: "STRING_VALUE",
|
|
127
|
+
* // connectionId: "STRING_VALUE",
|
|
118
128
|
* // configuration: { // DataSourceConfigurationOutput Union: only one key present
|
|
119
129
|
* // glueRunConfiguration: { // GlueRunConfigurationOutput
|
|
120
130
|
* // accountId: "STRING_VALUE",
|
|
@@ -133,6 +143,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
133
143
|
* // },
|
|
134
144
|
* // ],
|
|
135
145
|
* // autoImportDataQualityResult: true || false,
|
|
146
|
+
* // catalogName: "STRING_VALUE",
|
|
136
147
|
* // },
|
|
137
148
|
* // redshiftRunConfiguration: { // RedshiftRunConfigurationOutput
|
|
138
149
|
* // accountId: "STRING_VALUE",
|
|
@@ -162,6 +173,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
162
173
|
* // },
|
|
163
174
|
* // },
|
|
164
175
|
* // },
|
|
176
|
+
* // sageMakerRunConfiguration: { // SageMakerRunConfigurationOutput
|
|
177
|
+
* // accountId: "STRING_VALUE",
|
|
178
|
+
* // region: "STRING_VALUE",
|
|
179
|
+
* // trackingAssets: { // TrackingAssets // required
|
|
180
|
+
* // "<keys>": [ // TrackingAssetArns
|
|
181
|
+
* // "STRING_VALUE",
|
|
182
|
+
* // ],
|
|
183
|
+
* // },
|
|
184
|
+
* // },
|
|
165
185
|
* // },
|
|
166
186
|
* // recommendation: { // RecommendationConfiguration
|
|
167
187
|
* // enableBusinessNameGeneration: true || false,
|
|
@@ -46,6 +46,8 @@ declare const CreateDomainCommand_base: {
|
|
|
46
46
|
* tags: { // Tags
|
|
47
47
|
* "<keys>": "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
+
* domainVersion: "V1" || "V2",
|
|
50
|
+
* serviceRole: "STRING_VALUE",
|
|
49
51
|
* clientToken: "STRING_VALUE",
|
|
50
52
|
* };
|
|
51
53
|
* const command = new CreateDomainCommand(input);
|
|
@@ -67,6 +69,8 @@ declare const CreateDomainCommand_base: {
|
|
|
67
69
|
* // tags: { // Tags
|
|
68
70
|
* // "<keys>": "STRING_VALUE",
|
|
69
71
|
* // },
|
|
72
|
+
* // domainVersion: "V1" || "V2",
|
|
73
|
+
* // serviceRole: "STRING_VALUE",
|
|
70
74
|
* // };
|
|
71
75
|
*
|
|
72
76
|
* ```
|
|
@@ -52,6 +52,8 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
52
52
|
* environmentAccountIdentifier: "STRING_VALUE",
|
|
53
53
|
* environmentAccountRegion: "STRING_VALUE",
|
|
54
54
|
* environmentBlueprintIdentifier: "STRING_VALUE",
|
|
55
|
+
* deploymentOrder: Number("int"),
|
|
56
|
+
* environmentConfigurationId: "STRING_VALUE",
|
|
55
57
|
* };
|
|
56
58
|
* const command = new CreateEnvironmentCommand(input);
|
|
57
59
|
* const response = await client.send(command);
|
|
@@ -42,6 +42,18 @@ declare const CreateProjectCommand_base: {
|
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* domainUnitId: "STRING_VALUE",
|
|
45
|
+
* projectProfileId: "STRING_VALUE",
|
|
46
|
+
* userParameters: [ // EnvironmentConfigurationUserParametersList
|
|
47
|
+
* { // EnvironmentConfigurationUserParameter
|
|
48
|
+
* environmentConfigurationName: "STRING_VALUE",
|
|
49
|
+
* environmentParameters: [ // EnvironmentParametersList
|
|
50
|
+
* { // EnvironmentParameter
|
|
51
|
+
* name: "STRING_VALUE",
|
|
52
|
+
* value: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
45
57
|
* };
|
|
46
58
|
* const command = new CreateProjectCommand(input);
|
|
47
59
|
* const response = await client.send(command);
|
|
@@ -64,6 +76,29 @@ declare const CreateProjectCommand_base: {
|
|
|
64
76
|
* // "STRING_VALUE",
|
|
65
77
|
* // ],
|
|
66
78
|
* // domainUnitId: "STRING_VALUE",
|
|
79
|
+
* // projectProfileId: "STRING_VALUE",
|
|
80
|
+
* // userParameters: [ // EnvironmentConfigurationUserParametersList
|
|
81
|
+
* // { // EnvironmentConfigurationUserParameter
|
|
82
|
+
* // environmentConfigurationName: "STRING_VALUE",
|
|
83
|
+
* // environmentParameters: [ // EnvironmentParametersList
|
|
84
|
+
* // { // EnvironmentParameter
|
|
85
|
+
* // name: "STRING_VALUE",
|
|
86
|
+
* // value: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // environmentDeploymentDetails: { // EnvironmentDeploymentDetails
|
|
92
|
+
* // overallDeploymentStatus: "PENDING_DEPLOYMENT" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED_VALIDATION" || "FAILED_DEPLOYMENT",
|
|
93
|
+
* // environmentFailureReasons: { // EnvironmentFailureReasons
|
|
94
|
+
* // "<keys>": [ // EnvironmentFailureReasonsList
|
|
95
|
+
* // { // EnvironmentError
|
|
96
|
+
* // code: "STRING_VALUE",
|
|
97
|
+
* // message: "STRING_VALUE", // required
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
67
102
|
* // };
|
|
68
103
|
*
|
|
69
104
|
* ```
|