Skip to content

Commit 6495e81

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ae90085 commit 6495e81

File tree

4 files changed

+80
-54
lines changed

4 files changed

+80
-54
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Transfer - Updated the API, and documentation for AWS Transfer Family.
5+
46
2.11.523 (2020-06-08)
57
------------------
68

aws-sdk-core/apis/transfer/2018-11-05/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,11 @@
779779
"fault":true,
780780
"synthetic":true
781781
},
782+
"SourceIp":{
783+
"type":"string",
784+
"max":32,
785+
"pattern":"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"
786+
},
782787
"SshPublicKey":{
783788
"type":"structure",
784789
"required":[
@@ -890,9 +895,10 @@
890895
],
891896
"members":{
892897
"ServerId":{"shape":"ServerId"},
898+
"ServerProtocol":{"shape":"Protocol"},
899+
"SourceIp":{"shape":"SourceIp"},
893900
"UserName":{"shape":"UserName"},
894-
"UserPassword":{"shape":"UserPassword"},
895-
"ServerProtocol":{"shape":"Protocol"}
901+
"UserPassword":{"shape":"UserPassword"}
896902
}
897903
},
898904
"TestIdentityProviderResponse":{

0 commit comments

Comments
 (0)