|
49 | 49 | {"shape":"ServiceUnavailableException"},
|
50 | 50 | {"shape":"ResourceExistsException"}
|
51 | 51 | ],
|
52 |
| - "documentation":"<p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership, between an Transfer Family server and an AS2 process. The agreement defines the file and message transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family combines a server, local profile, partner profile, certificate, and other attributes.</p> <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p>" |
| 52 | + "documentation":"<p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership, between an Transfer Family server and an AS2 process. The agreement defines the file and message transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family combines a server, local profile, partner profile, certificate, and other attributes.</p> <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p> <note> <p>Specify <i>either</i> <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p> </note>" |
53 | 53 | },
|
54 | 54 | "CreateConnector":{
|
55 | 55 | "name":"CreateConnector",
|
|
1028 | 1028 | {"shape":"ServiceUnavailableException"},
|
1029 | 1029 | {"shape":"ResourceExistsException"}
|
1030 | 1030 | ],
|
1031 |
| - "documentation":"<p>Updates some of the parameters for an existing agreement. Provide the <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to update, along with the new values for the parameters to update.</p>" |
| 1031 | + "documentation":"<p>Updates some of the parameters for an existing agreement. Provide the <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to update, along with the new values for the parameters to update.</p> <note> <p>Specify <i>either</i> <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p> <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> </note>" |
1032 | 1032 | },
|
1033 | 1033 | "UpdateCertificate":{
|
1034 | 1034 | "name":"UpdateCertificate",
|
|
1482 | 1482 | "ServerId",
|
1483 | 1483 | "LocalProfileId",
|
1484 | 1484 | "PartnerProfileId",
|
1485 |
| - "BaseDirectory", |
1486 | 1485 | "AccessRole"
|
1487 | 1486 | ],
|
1488 | 1487 | "members":{
|
|
1525 | 1524 | "EnforceMessageSigning":{
|
1526 | 1525 | "shape":"EnforceMessageSigningType",
|
1527 | 1526 | "documentation":"<p> Determines whether or not unsigned messages from your trading partners will be accepted. </p> <ul> <li> <p> <code>ENABLED</code>: Transfer Family rejects unsigned messages from your trading partner.</p> </li> <li> <p> <code>DISABLED</code> (default value): Transfer Family accepts unsigned messages from your trading partner.</p> </li> </ul>"
|
| 1527 | + }, |
| 1528 | + "CustomDirectories":{ |
| 1529 | + "shape":"CustomDirectoriesType", |
| 1530 | + "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> <ul> <li> <p>Failed files</p> </li> <li> <p>MDN files</p> </li> <li> <p>Payload files</p> </li> <li> <p>Status files</p> </li> <li> <p>Temporary files</p> </li> </ul>" |
1528 | 1531 | }
|
1529 | 1532 | }
|
1530 | 1533 | },
|
|
1834 | 1837 | }
|
1835 | 1838 | }
|
1836 | 1839 | },
|
| 1840 | + "CustomDirectoriesType":{ |
| 1841 | + "type":"structure", |
| 1842 | + "required":[ |
| 1843 | + "FailedFilesDirectory", |
| 1844 | + "MdnFilesDirectory", |
| 1845 | + "PayloadFilesDirectory", |
| 1846 | + "StatusFilesDirectory", |
| 1847 | + "TemporaryFilesDirectory" |
| 1848 | + ], |
| 1849 | + "members":{ |
| 1850 | + "FailedFilesDirectory":{ |
| 1851 | + "shape":"HomeDirectory", |
| 1852 | + "documentation":"<p>Specifies a location to store failed AS2 message files.</p>" |
| 1853 | + }, |
| 1854 | + "MdnFilesDirectory":{ |
| 1855 | + "shape":"HomeDirectory", |
| 1856 | + "documentation":"<p>Specifies a location to store MDN files.</p>" |
| 1857 | + }, |
| 1858 | + "PayloadFilesDirectory":{ |
| 1859 | + "shape":"HomeDirectory", |
| 1860 | + "documentation":"<p>Specifies a location to store the payload for AS2 message files.</p>" |
| 1861 | + }, |
| 1862 | + "StatusFilesDirectory":{ |
| 1863 | + "shape":"HomeDirectory", |
| 1864 | + "documentation":"<p>Specifies a location to store AS2 status messages.</p>" |
| 1865 | + }, |
| 1866 | + "TemporaryFilesDirectory":{ |
| 1867 | + "shape":"HomeDirectory", |
| 1868 | + "documentation":"<p>Specifies a location to store temporary AS2 message files.</p>" |
| 1869 | + } |
| 1870 | + }, |
| 1871 | + "documentation":"<p>Contains Amazon S3 locations for storing specific types of AS2 message files.</p>" |
| 1872 | + }, |
1837 | 1873 | "CustomStepDetails":{
|
1838 | 1874 | "type":"structure",
|
1839 | 1875 | "members":{
|
|
2478 | 2514 | "EnforceMessageSigning":{
|
2479 | 2515 | "shape":"EnforceMessageSigningType",
|
2480 | 2516 | "documentation":"<p> Determines whether or not unsigned messages from your trading partners will be accepted. </p> <ul> <li> <p> <code>ENABLED</code>: Transfer Family rejects unsigned messages from your trading partner.</p> </li> <li> <p> <code>DISABLED</code> (default value): Transfer Family accepts unsigned messages from your trading partner.</p> </li> </ul>"
|
| 2517 | + }, |
| 2518 | + "CustomDirectories":{ |
| 2519 | + "shape":"CustomDirectoriesType", |
| 2520 | + "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> <ul> <li> <p>Failed files</p> </li> <li> <p>MDN files</p> </li> <li> <p>Payload files</p> </li> <li> <p>Status files</p> </li> <li> <p>Temporary files</p> </li> </ul>" |
2481 | 2521 | }
|
2482 | 2522 | },
|
2483 | 2523 | "documentation":"<p>Describes the properties of an agreement.</p>"
|
|
5406 | 5446 | "EnforceMessageSigning":{
|
5407 | 5447 | "shape":"EnforceMessageSigningType",
|
5408 | 5448 | "documentation":"<p> Determines whether or not unsigned messages from your trading partners will be accepted. </p> <ul> <li> <p> <code>ENABLED</code>: Transfer Family rejects unsigned messages from your trading partner.</p> </li> <li> <p> <code>DISABLED</code> (default value): Transfer Family accepts unsigned messages from your trading partner.</p> </li> </ul>"
|
| 5449 | + }, |
| 5450 | + "CustomDirectories":{ |
| 5451 | + "shape":"CustomDirectoriesType", |
| 5452 | + "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> <ul> <li> <p>Failed files</p> </li> <li> <p>MDN files</p> </li> <li> <p>Payload files</p> </li> <li> <p>Status files</p> </li> <li> <p>Temporary files</p> </li> </ul>" |
5409 | 5453 | }
|
5410 | 5454 | }
|
5411 | 5455 | },
|
|
0 commit comments