You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"description": "This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS."
Copy file name to clipboardExpand all lines: services/transfer/src/main/resources/codegen-resources/service-2.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1149,7 +1149,8 @@
1149
1149
"type":"string",
1150
1150
"enum":[
1151
1151
"SIGNING",
1152
-
"ENCRYPTION"
1152
+
"ENCRYPTION",
1153
+
"TLS"
1153
1154
]
1154
1155
},
1155
1156
"CompressionEnum":{
@@ -2170,7 +2171,7 @@
2170
2171
},
2171
2172
"Usage":{
2172
2173
"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>"
2174
2175
},
2175
2176
"Status":{
2176
2177
"shape":"CertificateStatusType",
@@ -2917,7 +2918,7 @@
2917
2918
"members":{
2918
2919
"Usage":{
2919
2920
"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>"
2921
2922
},
2922
2923
"Certificate":{
2923
2924
"shape":"CertificateBodyType",
@@ -3554,7 +3555,7 @@
3554
3555
},
3555
3556
"Usage":{
3556
3557
"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>"
0 commit comments