Skip to content

Commit 8c22eaa

Browse files
author
awstools
committed
feat(client-datazone): Remove trackingServerName from DataZone Connection MLflowProperties
1 parent 1bd0b8f commit 8c22eaa

File tree

6 files changed

+0
-42
lines changed

6 files changed

+0
-42
lines changed

clients/client-datazone/src/commands/CreateConnectionCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
185185
* authMode: "STRING_VALUE",
186186
* },
187187
* mlflowProperties: { // MlflowPropertiesInput
188-
* trackingServerName: "STRING_VALUE",
189188
* trackingServerArn: "STRING_VALUE",
190189
* },
191190
* },
@@ -372,7 +371,6 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
372371
* // authMode: "STRING_VALUE",
373372
* // },
374373
* // mlflowProperties: { // MlflowPropertiesOutput
375-
* // trackingServerName: "STRING_VALUE",
376374
* // trackingServerArn: "STRING_VALUE",
377375
* // },
378376
* // },

clients/client-datazone/src/commands/GetConnectionCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad
229229
* // authMode: "STRING_VALUE",
230230
* // },
231231
* // mlflowProperties: { // MlflowPropertiesOutput
232-
* // trackingServerName: "STRING_VALUE",
233232
* // trackingServerArn: "STRING_VALUE",
234233
* // },
235234
* // },

clients/client-datazone/src/commands/ListConnectionsCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M
234234
* // authMode: "STRING_VALUE",
235235
* // },
236236
* // mlflowProperties: { // MlflowPropertiesOutput
237-
* // trackingServerName: "STRING_VALUE",
238237
* // trackingServerArn: "STRING_VALUE",
239238
* // },
240239
* // },

clients/client-datazone/src/commands/UpdateConnectionCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionOutput, _
116116
* authMode: "STRING_VALUE",
117117
* },
118118
* mlflowProperties: { // MlflowPropertiesPatch
119-
* trackingServerName: "STRING_VALUE",
120119
* trackingServerArn: "STRING_VALUE",
121120
* },
122121
* },
@@ -301,7 +300,6 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionOutput, _
301300
* // authMode: "STRING_VALUE",
302301
* // },
303302
* // mlflowProperties: { // MlflowPropertiesOutput
304-
* // trackingServerName: "STRING_VALUE",
305303
* // trackingServerArn: "STRING_VALUE",
306304
* // },
307305
* // },

clients/client-datazone/src/models/models_0.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5252,12 +5252,6 @@ export interface IamPropertiesInput {
52525252
* @public
52535253
*/
52545254
export interface MlflowPropertiesInput {
5255-
/**
5256-
* <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
5257-
* @public
5258-
*/
5259-
trackingServerName?: string | undefined;
5260-
52615255
/**
52625256
* <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
52635257
* @public
@@ -5949,12 +5943,6 @@ export interface IamPropertiesOutput {
59495943
* @public
59505944
*/
59515945
export interface MlflowPropertiesOutput {
5952-
/**
5953-
* <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
5954-
* @public
5955-
*/
5956-
trackingServerName?: string | undefined;
5957-
59585946
/**
59595947
* <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
59605948
* @public
@@ -6552,12 +6540,6 @@ export interface IamPropertiesPatch {
65526540
* @public
65536541
*/
65546542
export interface MlflowPropertiesPatch {
6555-
/**
6556-
* <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
6557-
* @public
6558-
*/
6559-
trackingServerName?: string | undefined;
6560-
65616543
/**
65626544
* <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
65636545
* @public

codegen/sdk-codegen/aws-models/datazone.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27085,12 +27085,6 @@
2708527085
"com.amazonaws.datazone#MlflowPropertiesInput": {
2708627086
"type": "structure",
2708727087
"members": {
27088-
"trackingServerName": {
27089-
"target": "smithy.api#String",
27090-
"traits": {
27091-
"smithy.api#documentation": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
27092-
}
27093-
},
2709427088
"trackingServerArn": {
2709527089
"target": "smithy.api#String",
2709627090
"traits": {
@@ -27105,12 +27099,6 @@
2710527099
"com.amazonaws.datazone#MlflowPropertiesOutput": {
2710627100
"type": "structure",
2710727101
"members": {
27108-
"trackingServerName": {
27109-
"target": "smithy.api#String",
27110-
"traits": {
27111-
"smithy.api#documentation": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
27112-
}
27113-
},
2711427102
"trackingServerArn": {
2711527103
"target": "smithy.api#String",
2711627104
"traits": {
@@ -27125,12 +27113,6 @@
2712527113
"com.amazonaws.datazone#MlflowPropertiesPatch": {
2712627114
"type": "structure",
2712727115
"members": {
27128-
"trackingServerName": {
27129-
"target": "smithy.api#String",
27130-
"traits": {
27131-
"smithy.api#documentation": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
27132-
}
27133-
},
2713427116
"trackingServerArn": {
2713527117
"target": "smithy.api#String",
2713627118
"traits": {

0 commit comments

Comments
 (0)