Skip to content

Commit f0b2b4b

Browse files
author
AWS
committed
AWS Transfer Family Update: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.
1 parent 6570b51 commit f0b2b4b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
Lines changed: 6 additions & 0 deletions
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": "This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS."
6+
}

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,8 @@
11491149
"type":"string",
11501150
"enum":[
11511151
"SIGNING",
1152-
"ENCRYPTION"
1152+
"ENCRYPTION",
1153+
"TLS"
11531154
]
11541155
},
11551156
"CompressionEnum":{
@@ -2170,7 +2171,7 @@
21702171
},
21712172
"Usage":{
21722173
"shape":"CertificateUsageType",
2173-
"documentation":"<p>Specifies whether this certificate is used for signing or encryption.</p>"
2174+
"documentation":"<p>Specifies how this certificate is used. It can be used in the following ways:</p> <ul> <li> <p> <code>SIGNING</code>: For signing AS2 messages</p> </li> <li> <p> <code>ENCRYPTION</code>: For encrypting AS2 messages</p> </li> <li> <p> <code>TLS</code>: For securing AS2 communications sent over HTTPS</p> </li> </ul>"
21742175
},
21752176
"Status":{
21762177
"shape":"CertificateStatusType",
@@ -2917,7 +2918,7 @@
29172918
"members":{
29182919
"Usage":{
29192920
"shape":"CertificateUsageType",
2920-
"documentation":"<p>Specifies whether this certificate is used for signing or encryption.</p>"
2921+
"documentation":"<p>Specifies how this certificate is used. It can be used in the following ways:</p> <ul> <li> <p> <code>SIGNING</code>: For signing AS2 messages</p> </li> <li> <p> <code>ENCRYPTION</code>: For encrypting AS2 messages</p> </li> <li> <p> <code>TLS</code>: For securing AS2 communications sent over HTTPS</p> </li> </ul>"
29212922
},
29222923
"Certificate":{
29232924
"shape":"CertificateBodyType",
@@ -3554,7 +3555,7 @@
35543555
},
35553556
"Usage":{
35563557
"shape":"CertificateUsageType",
3557-
"documentation":"<p>Specifies whether this certificate is used for signing or encryption.</p>"
3558+
"documentation":"<p>Specifies how this certificate is used. It can be used in the following ways:</p> <ul> <li> <p> <code>SIGNING</code>: For signing AS2 messages</p> </li> <li> <p> <code>ENCRYPTION</code>: For encrypting AS2 messages</p> </li> <li> <p> <code>TLS</code>: For securing AS2 communications sent over HTTPS</p> </li> </ul>"
35583559
},
35593560
"Status":{
35603561
"shape":"CertificateStatusType",

0 commit comments

Comments
 (0)