|
705 | 705 | "aws.iam#iamAction": {
|
706 | 706 | "requiredActions": ["transfer:TagResource", "iam:PassRole"]
|
707 | 707 | },
|
708 |
| - "smithy.api#documentation": "<p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,\n between an Transfer Family server and an AS2 process. The agreement defines the file and message\n transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family\n combines a server, local profile, partner profile, certificate, and other\n attributes.</p>\n <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p>" |
| 708 | + "smithy.api#documentation": "<p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,\n between an Transfer Family server and an AS2 process. The agreement defines the file and message\n transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family\n combines a server, local profile, partner profile, certificate, and other\n attributes.</p>\n <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p>\n <note>\n <p>Specify <i>either</i>\n <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p>\n </note>" |
709 | 709 | }
|
710 | 710 | },
|
711 | 711 | "com.amazonaws.transfer#CreateAgreementRequest": {
|
|
741 | 741 | "BaseDirectory": {
|
742 | 742 | "target": "com.amazonaws.transfer#HomeDirectory",
|
743 | 743 | "traits": {
|
744 |
| - "smithy.api#documentation": "<p>The landing directory (folder) for files transferred by using the AS2 protocol.</p>\n <p>A <code>BaseDirectory</code> example is\n <code>/<i>amzn-s3-demo-bucket</i>/home/mydirectory</code>.</p>", |
745 |
| - "smithy.api#required": {} |
| 744 | + "smithy.api#documentation": "<p>The landing directory (folder) for files transferred by using the AS2 protocol.</p>\n <p>A <code>BaseDirectory</code> example is\n <code>/<i>amzn-s3-demo-bucket</i>/home/mydirectory</code>.</p>" |
746 | 745 | }
|
747 | 746 | },
|
748 | 747 | "AccessRole": {
|
|
775 | 774 | "traits": {
|
776 | 775 | "smithy.api#documentation": "<p>\n Determines whether or not unsigned messages from your trading partners will be accepted.\n </p>\n <ul>\n <li>\n <p>\n <code>ENABLED</code>: Transfer Family rejects unsigned messages from your trading partner.</p>\n </li>\n <li>\n <p>\n <code>DISABLED</code> (default value): Transfer Family accepts unsigned messages from your trading partner.</p>\n </li>\n </ul>"
|
777 | 776 | }
|
| 777 | + }, |
| 778 | + "CustomDirectories": { |
| 779 | + "target": "com.amazonaws.transfer#CustomDirectoriesType", |
| 780 | + "traits": { |
| 781 | + "smithy.api#documentation": "<p>A <code>CustomDirectoriesType</code> structure. This structure specifies custom directories for storing various AS2 message files. You can specify directories for the following types of files.</p>\n <ul>\n <li>\n <p>Failed files</p>\n </li>\n <li>\n <p>MDN files</p>\n </li>\n <li>\n <p>Payload files</p>\n </li>\n <li>\n <p>Status files</p>\n </li>\n <li>\n <p>Temporary files</p>\n </li>\n </ul>" |
| 782 | + } |
778 | 783 | }
|
779 | 784 | },
|
780 | 785 | "traits": {
|
|
1467 | 1472 | "smithy.api#output": {}
|
1468 | 1473 | }
|
1469 | 1474 | },
|
| 1475 | + "com.amazonaws.transfer#CustomDirectoriesType": { |
| 1476 | + "type": "structure", |
| 1477 | + "members": { |
| 1478 | + "FailedFilesDirectory": { |
| 1479 | + "target": "com.amazonaws.transfer#HomeDirectory", |
| 1480 | + "traits": { |
| 1481 | + "smithy.api#documentation": "<p>Specifies a location to store failed AS2 message files.</p>", |
| 1482 | + "smithy.api#required": {} |
| 1483 | + } |
| 1484 | + }, |
| 1485 | + "MdnFilesDirectory": { |
| 1486 | + "target": "com.amazonaws.transfer#HomeDirectory", |
| 1487 | + "traits": { |
| 1488 | + "smithy.api#documentation": "<p>Specifies a location to store MDN files.</p>", |
| 1489 | + "smithy.api#required": {} |
| 1490 | + } |
| 1491 | + }, |
| 1492 | + "PayloadFilesDirectory": { |
| 1493 | + "target": "com.amazonaws.transfer#HomeDirectory", |
| 1494 | + "traits": { |
| 1495 | + "smithy.api#documentation": "<p>Specifies a location to store the payload for AS2 message files.</p>", |
| 1496 | + "smithy.api#required": {} |
| 1497 | + } |
| 1498 | + }, |
| 1499 | + "StatusFilesDirectory": { |
| 1500 | + "target": "com.amazonaws.transfer#HomeDirectory", |
| 1501 | + "traits": { |
| 1502 | + "smithy.api#documentation": "<p>Specifies a location to store AS2 status messages.</p>", |
| 1503 | + "smithy.api#required": {} |
| 1504 | + } |
| 1505 | + }, |
| 1506 | + "TemporaryFilesDirectory": { |
| 1507 | + "target": "com.amazonaws.transfer#HomeDirectory", |
| 1508 | + "traits": { |
| 1509 | + "smithy.api#documentation": "<p>Specifies a location to store temporary AS2 message files.</p>", |
| 1510 | + "smithy.api#required": {} |
| 1511 | + } |
| 1512 | + } |
| 1513 | + }, |
| 1514 | + "traits": { |
| 1515 | + "smithy.api#documentation": "<p>Contains Amazon S3 locations for storing specific types of AS2 message files.</p>" |
| 1516 | + } |
| 1517 | + }, |
1470 | 1518 | "com.amazonaws.transfer#CustomStepDetails": {
|
1471 | 1519 | "type": "structure",
|
1472 | 1520 | "members": {
|
|
3213 | 3261 | "traits": {
|
3214 | 3262 | "smithy.api#documentation": "<p>\n Determines whether or not unsigned messages from your trading partners will be accepted.\n </p>\n <ul>\n <li>\n <p>\n <code>ENABLED</code>: Transfer Family rejects unsigned messages from your trading partner.</p>\n </li>\n <li>\n <p>\n <code>DISABLED</code> (default value): Transfer Family accepts unsigned messages from your trading partner.</p>\n </li>\n </ul>"
|
3215 | 3263 | }
|
| 3264 | + }, |
| 3265 | + "CustomDirectories": { |
| 3266 | + "target": "com.amazonaws.transfer#CustomDirectoriesType", |
| 3267 | + "traits": { |
| 3268 | + "smithy.api#documentation": "<p>A <code>CustomDirectoriesType</code> structure. This structure specifies custom directories for storing various AS2 message files. You can specify directories for the following types of files.</p>\n <ul>\n <li>\n <p>Failed files</p>\n </li>\n <li>\n <p>MDN files</p>\n </li>\n <li>\n <p>Payload files</p>\n </li>\n <li>\n <p>Status files</p>\n </li>\n <li>\n <p>Temporary files</p>\n </li>\n </ul>" |
| 3269 | + } |
3216 | 3270 | }
|
3217 | 3271 | },
|
3218 | 3272 | "traits": {
|
|
9963 | 10017 | "aws.iam#iamAction": {
|
9964 | 10018 | "requiredActions": ["transfer:TagResource", "transfer:UnTagResource", "iam:PassRole"]
|
9965 | 10019 | },
|
9966 |
| - "smithy.api#documentation": "<p>Updates some of the parameters for an existing agreement. Provide the\n <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to\n update, along with the new values for the parameters to update.</p>" |
| 10020 | + "smithy.api#documentation": "<p>Updates some of the parameters for an existing agreement. Provide the\n <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to\n update, along with the new values for the parameters to update.</p>\n <note>\n <p>Specify <i>either</i>\n <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p>\n <p>If you update an agreement from using base directory to custom directories, the base directory is no longer used. Similarly, if you change from custom directories to a base directory, the custom directories are no longer used.</p>\n </note>" |
9967 | 10021 | }
|
9968 | 10022 | },
|
9969 | 10023 | "com.amazonaws.transfer#UpdateAgreementRequest": {
|
|
10030 | 10084 | "traits": {
|
10031 | 10085 | "smithy.api#documentation": "<p>\n Determines whether or not unsigned messages from your trading partners will be accepted.\n </p>\n <ul>\n <li>\n <p>\n <code>ENABLED</code>: Transfer Family rejects unsigned messages from your trading partner.</p>\n </li>\n <li>\n <p>\n <code>DISABLED</code> (default value): Transfer Family accepts unsigned messages from your trading partner.</p>\n </li>\n </ul>"
|
10032 | 10086 | }
|
| 10087 | + }, |
| 10088 | + "CustomDirectories": { |
| 10089 | + "target": "com.amazonaws.transfer#CustomDirectoriesType", |
| 10090 | + "traits": { |
| 10091 | + "smithy.api#documentation": "<p>A <code>CustomDirectoriesType</code> structure. This structure specifies custom directories for storing various AS2 message files. You can specify directories for the following types of files.</p>\n <ul>\n <li>\n <p>Failed files</p>\n </li>\n <li>\n <p>MDN files</p>\n </li>\n <li>\n <p>Payload files</p>\n </li>\n <li>\n <p>Status files</p>\n </li>\n <li>\n <p>Temporary files</p>\n </li>\n </ul>" |
| 10092 | + } |
10033 | 10093 | }
|
10034 | 10094 | },
|
10035 | 10095 | "traits": {
|
|
0 commit comments