Skip to content

Commit b998938

Browse files
author
AWS
committed
AWS Transfer Family Update: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.
1 parent be3385d commit b998938

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Transfer Family",
4+
"contributor": "",
5+
"description": "Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server."
6+
}

services/transfer/src/main/resources/codegen-resources/service-2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2840,7 +2840,7 @@
28402840
},
28412841
"WorkflowDetails":{
28422842
"shape":"WorkflowDetails",
2843-
"documentation":"<p>Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.</p>"
2843+
"documentation":"<p>Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.</p> <p>To remove an associated workflow from a server, you can provide an empty <code>OnUpload</code> object, as in the following example.</p> <p> <code>aws transfer update-server --server-id s-01234567890abcdef --workflow-details '{\"OnUpload\":[]}'</code> </p>"
28442844
}
28452845
}
28462846
},
@@ -2987,7 +2987,7 @@
29872987
"members":{
29882988
"OnUpload":{
29892989
"shape":"OnUploadWorkflowDetails",
2990-
"documentation":"<p>A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.</p>"
2990+
"documentation":"<p>A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.</p> <p>To remove an associated workflow from a server, you can provide an empty <code>OnUpload</code> object, as in the following example.</p> <p> <code>aws transfer update-server --server-id s-01234567890abcdef --workflow-details '{\"OnUpload\":[]}'</code> </p>"
29912991
}
29922992
},
29932993
"documentation":"<p>Container for the <code>WorkflowDetail</code> data type. It is used by actions that trigger a workflow to begin execution.</p>"

0 commit comments

Comments
 (0)