Skip to content

Commit 2075ee1

Browse files
Update API model
1 parent 475e79d commit 2075ee1

File tree

12 files changed

+2039
-718
lines changed

12 files changed

+2039
-718
lines changed

tools/code-generation/smithy/api-descriptions/amplify.json

Lines changed: 94 additions & 38 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/auto-scaling.json

Lines changed: 30 additions & 24 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/bcm-pricing-calculator.json

Lines changed: 574 additions & 552 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/cloudtrail.json

Lines changed: 327 additions & 1 deletion
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/connect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16327,7 +16327,7 @@
1632716327
"traits": {
1632816328
"smithy.api#length": {
1632916329
"min": 1,
16330-
"max": 10
16330+
"max": 50
1633116331
}
1633216332
}
1633316333
},

tools/code-generation/smithy/api-descriptions/dataexchange.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,12 @@
10241024
"smithy.api#documentation": "<p>What occurs to start an action.</p>",
10251025
"smithy.api#required": {}
10261026
}
1027+
},
1028+
"Tags": {
1029+
"target": "com.amazonaws.dataexchange#MapOf__string",
1030+
"traits": {
1031+
"smithy.api#documentation": "<p>Key-value pairs that you can associate with the event action.</p>"
1032+
}
10271033
}
10281034
}
10291035
},
@@ -1060,6 +1066,12 @@
10601066
"smithy.api#documentation": "<p>The unique identifier for the event action.</p>"
10611067
}
10621068
},
1069+
"Tags": {
1070+
"target": "com.amazonaws.dataexchange#MapOf__string",
1071+
"traits": {
1072+
"smithy.api#documentation": "<p>The tags for the event action.</p>"
1073+
}
1074+
},
10631075
"UpdatedAt": {
10641076
"target": "com.amazonaws.dataexchange#Timestamp",
10651077
"traits": {
@@ -3623,6 +3635,12 @@
36233635
"smithy.api#documentation": "<p>The unique identifier for the event action.</p>"
36243636
}
36253637
},
3638+
"Tags": {
3639+
"target": "com.amazonaws.dataexchange#MapOf__string",
3640+
"traits": {
3641+
"smithy.api#documentation": "<p>The tags for the event action.</p>"
3642+
}
3643+
},
36263644
"UpdatedAt": {
36273645
"target": "com.amazonaws.dataexchange#Timestamp",
36283646
"traits": {

tools/code-generation/smithy/api-descriptions/datasync.json

Lines changed: 196 additions & 12 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/fsx.json

Lines changed: 110 additions & 22 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/ivs-realtime.json

Lines changed: 561 additions & 4 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/mwaa.json

Lines changed: 84 additions & 57 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/s3.json

Lines changed: 14 additions & 6 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/sagemaker.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24091,6 +24091,12 @@
2409124091
"smithy.api#documentation": "<p>The current creation status of the described MLflow Tracking Server.</p>"
2409224092
}
2409324093
},
24094+
"TrackingServerMaintenanceStatus": {
24095+
"target": "com.amazonaws.sagemaker#TrackingServerMaintenanceStatus",
24096+
"traits": {
24097+
"smithy.api#documentation": "<p> The current maintenance status of the described MLflow Tracking Server. </p>"
24098+
}
24099+
},
2409424100
"IsActive": {
2409524101
"target": "com.amazonaws.sagemaker#IsTrackingServerActive",
2409624102
"traits": {
@@ -60478,7 +60484,7 @@
6047860484
"type": "integer",
6047960485
"traits": {
6048060486
"smithy.api#range": {
60481-
"min": 1,
60487+
"min": 0,
6048260488
"max": 256
6048360489
}
6048460490
}
@@ -68647,6 +68653,29 @@
6864768653
"smithy.api#pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:mlflow-tracking-server/"
6864868654
}
6864968655
},
68656+
"com.amazonaws.sagemaker#TrackingServerMaintenanceStatus": {
68657+
"type": "enum",
68658+
"members": {
68659+
"MAINTENANCE_IN_PROGRESS": {
68660+
"target": "smithy.api#Unit",
68661+
"traits": {
68662+
"smithy.api#enumValue": "MaintenanceInProgress"
68663+
}
68664+
},
68665+
"MAINTENANCE_COMPLETE": {
68666+
"target": "smithy.api#Unit",
68667+
"traits": {
68668+
"smithy.api#enumValue": "MaintenanceComplete"
68669+
}
68670+
},
68671+
"MAINTENANCE_FAILED": {
68672+
"target": "smithy.api#Unit",
68673+
"traits": {
68674+
"smithy.api#enumValue": "MaintenanceFailed"
68675+
}
68676+
}
68677+
}
68678+
},
6865068679
"com.amazonaws.sagemaker#TrackingServerName": {
6865168680
"type": "string",
6865268681
"traits": {

0 commit comments

Comments
 (0)