@aws-sdk/client-datazone 3.927.0 → 3.928.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/dist-types/commands/CreateConnectionCommand.d.ts +0 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +0 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +0 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +0 -2
- package/dist-types/models/models_0.d.ts +0 -15
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3
- package/package.json +5 -5
|
@@ -179,7 +179,6 @@ declare const CreateConnectionCommand_base: {
|
|
|
179
179
|
* authMode: "STRING_VALUE",
|
|
180
180
|
* },
|
|
181
181
|
* mlflowProperties: { // MlflowPropertiesInput
|
|
182
|
-
* trackingServerName: "STRING_VALUE",
|
|
183
182
|
* trackingServerArn: "STRING_VALUE",
|
|
184
183
|
* },
|
|
185
184
|
* },
|
|
@@ -366,7 +365,6 @@ declare const CreateConnectionCommand_base: {
|
|
|
366
365
|
* // authMode: "STRING_VALUE",
|
|
367
366
|
* // },
|
|
368
367
|
* // mlflowProperties: { // MlflowPropertiesOutput
|
|
369
|
-
* // trackingServerName: "STRING_VALUE",
|
|
370
368
|
* // trackingServerArn: "STRING_VALUE",
|
|
371
369
|
* // },
|
|
372
370
|
* // },
|
|
@@ -228,7 +228,6 @@ declare const GetConnectionCommand_base: {
|
|
|
228
228
|
* // authMode: "STRING_VALUE",
|
|
229
229
|
* // },
|
|
230
230
|
* // mlflowProperties: { // MlflowPropertiesOutput
|
|
231
|
-
* // trackingServerName: "STRING_VALUE",
|
|
232
231
|
* // trackingServerArn: "STRING_VALUE",
|
|
233
232
|
* // },
|
|
234
233
|
* // },
|
|
@@ -229,7 +229,6 @@ declare const ListConnectionsCommand_base: {
|
|
|
229
229
|
* // authMode: "STRING_VALUE",
|
|
230
230
|
* // },
|
|
231
231
|
* // mlflowProperties: { // MlflowPropertiesOutput
|
|
232
|
-
* // trackingServerName: "STRING_VALUE",
|
|
233
232
|
* // trackingServerArn: "STRING_VALUE",
|
|
234
233
|
* // },
|
|
235
234
|
* // },
|
|
@@ -110,7 +110,6 @@ declare const UpdateConnectionCommand_base: {
|
|
|
110
110
|
* authMode: "STRING_VALUE",
|
|
111
111
|
* },
|
|
112
112
|
* mlflowProperties: { // MlflowPropertiesPatch
|
|
113
|
-
* trackingServerName: "STRING_VALUE",
|
|
114
113
|
* trackingServerArn: "STRING_VALUE",
|
|
115
114
|
* },
|
|
116
115
|
* },
|
|
@@ -295,7 +294,6 @@ declare const UpdateConnectionCommand_base: {
|
|
|
295
294
|
* // authMode: "STRING_VALUE",
|
|
296
295
|
* // },
|
|
297
296
|
* // mlflowProperties: { // MlflowPropertiesOutput
|
|
298
|
-
* // trackingServerName: "STRING_VALUE",
|
|
299
297
|
* // trackingServerArn: "STRING_VALUE",
|
|
300
298
|
* // },
|
|
301
299
|
* // },
|
|
@@ -4455,11 +4455,6 @@ export interface IamPropertiesInput {
|
|
|
4455
4455
|
* @public
|
|
4456
4456
|
*/
|
|
4457
4457
|
export interface MlflowPropertiesInput {
|
|
4458
|
-
/**
|
|
4459
|
-
* <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
|
|
4460
|
-
* @public
|
|
4461
|
-
*/
|
|
4462
|
-
trackingServerName?: string | undefined;
|
|
4463
4458
|
/**
|
|
4464
4459
|
* <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
|
|
4465
4460
|
* @public
|
|
@@ -5046,11 +5041,6 @@ export interface IamPropertiesOutput {
|
|
|
5046
5041
|
* @public
|
|
5047
5042
|
*/
|
|
5048
5043
|
export interface MlflowPropertiesOutput {
|
|
5049
|
-
/**
|
|
5050
|
-
* <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
|
|
5051
|
-
* @public
|
|
5052
|
-
*/
|
|
5053
|
-
trackingServerName?: string | undefined;
|
|
5054
5044
|
/**
|
|
5055
5045
|
* <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
|
|
5056
5046
|
* @public
|
|
@@ -5563,11 +5553,6 @@ export interface IamPropertiesPatch {
|
|
|
5563
5553
|
* @public
|
|
5564
5554
|
*/
|
|
5565
5555
|
export interface MlflowPropertiesPatch {
|
|
5566
|
-
/**
|
|
5567
|
-
* <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
|
|
5568
|
-
* @public
|
|
5569
|
-
*/
|
|
5570
|
-
trackingServerName?: string | undefined;
|
|
5571
5556
|
/**
|
|
5572
5557
|
* <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
|
|
5573
5558
|
* @public
|
|
@@ -1730,7 +1730,6 @@ export interface IamPropertiesInput {
|
|
|
1730
1730
|
glueLineageSyncEnabled?: boolean | undefined;
|
|
1731
1731
|
}
|
|
1732
1732
|
export interface MlflowPropertiesInput {
|
|
1733
|
-
trackingServerName?: string | undefined;
|
|
1734
1733
|
trackingServerArn?: string | undefined;
|
|
1735
1734
|
}
|
|
1736
1735
|
export interface UsernamePassword {
|
|
@@ -2036,7 +2035,6 @@ export interface IamPropertiesOutput {
|
|
|
2036
2035
|
glueLineageSyncEnabled?: boolean | undefined;
|
|
2037
2036
|
}
|
|
2038
2037
|
export interface MlflowPropertiesOutput {
|
|
2039
|
-
trackingServerName?: string | undefined;
|
|
2040
2038
|
trackingServerArn?: string | undefined;
|
|
2041
2039
|
}
|
|
2042
2040
|
export interface RedshiftLineageSyncConfigurationOutput {
|
|
@@ -2280,7 +2278,6 @@ export interface IamPropertiesPatch {
|
|
|
2280
2278
|
glueLineageSyncEnabled?: boolean | undefined;
|
|
2281
2279
|
}
|
|
2282
2280
|
export interface MlflowPropertiesPatch {
|
|
2283
|
-
trackingServerName?: string | undefined;
|
|
2284
2281
|
trackingServerArn?: string | undefined;
|
|
2285
2282
|
}
|
|
2286
2283
|
export interface RedshiftPropertiesPatch {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|