|
1418 | 1418 | "WorkflowDetails":{
|
1419 | 1419 | "shape":"WorkflowDetails",
|
1420 | 1420 | "documentation":"<p>Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.</p> <p>In addition to a workflow to execute when a file is uploaded completely, <code>WorkflowDetails</code> can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when the server session disconnects while the file is still being uploaded.</p>"
|
| 1421 | + }, |
| 1422 | + "StructuredLogDestinations":{ |
| 1423 | + "shape":"StructuredLogDestinations", |
| 1424 | + "documentation":"<p>Specifies the log groups to which your server logs are sent.</p> <p>To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows:</p> <p> <code>arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:*</code> </p> <p>For example, <code>arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:*</code> </p> <p>If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an <code>update-server</code> call. For example:</p> <p> <code>update-server --server-id s-1234567890abcdef0 --structured-log-destinations</code> </p>" |
1421 | 1425 | }
|
1422 | 1426 | }
|
1423 | 1427 | },
|
|
2417 | 2421 | "WorkflowDetails":{
|
2418 | 2422 | "shape":"WorkflowDetails",
|
2419 | 2423 | "documentation":"<p>Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.</p> <p>In addition to a workflow to execute when a file is uploaded completely, <code>WorkflowDetails</code> can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when the server session disconnects while the file is still being uploaded.</p>"
|
| 2424 | + }, |
| 2425 | + "StructuredLogDestinations":{ |
| 2426 | + "shape":"StructuredLogDestinations", |
| 2427 | + "documentation":"<p>Specifies the log groups to which your server logs are sent.</p> <p>To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows:</p> <p> <code>arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:*</code> </p> <p>For example, <code>arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:*</code> </p> <p>If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an <code>update-server</code> call. For example:</p> <p> <code>update-server --server-id s-1234567890abcdef0 --structured-log-destinations</code> </p>" |
2420 | 2428 | }
|
2421 | 2429 | },
|
2422 | 2430 | "documentation":"<p>Describes the properties of a file transfer protocol-enabled server that was specified.</p>"
|
|
4250 | 4258 | }
|
4251 | 4259 | }
|
4252 | 4260 | },
|
| 4261 | + "StructuredLogDestinations":{ |
| 4262 | + "type":"list", |
| 4263 | + "member":{"shape":"Arn"}, |
| 4264 | + "max":1, |
| 4265 | + "min":0 |
| 4266 | + }, |
4253 | 4267 | "SubnetId":{"type":"string"},
|
4254 | 4268 | "SubnetIds":{
|
4255 | 4269 | "type":"list",
|
|
4713 | 4727 | "WorkflowDetails":{
|
4714 | 4728 | "shape":"WorkflowDetails",
|
4715 | 4729 | "documentation":"<p>Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.</p> <p>In addition to a workflow to execute when a file is uploaded completely, <code>WorkflowDetails</code> can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when the server session disconnects while the file is still being 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>"
|
| 4730 | + }, |
| 4731 | + "StructuredLogDestinations":{ |
| 4732 | + "shape":"StructuredLogDestinations", |
| 4733 | + "documentation":"<p>Specifies the log groups to which your server logs are sent.</p> <p>To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows:</p> <p> <code>arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:*</code> </p> <p>For example, <code>arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:*</code> </p> <p>If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an <code>update-server</code> call. For example:</p> <p> <code>update-server --server-id s-1234567890abcdef0 --structured-log-destinations</code> </p>" |
4716 | 4734 | }
|
4717 | 4735 | }
|
4718 | 4736 | },
|
|
0 commit comments