Skip to content

Commit

Permalink
Release v1.36.22 (2021-01-06) (#3726)
Browse files Browse the repository at this point in the history
Release v1.36.22 (2021-01-06)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
  * This update increases the number of instance types that can be added to the overrides within an mixed instances group configuration.
* `service/autoscaling-plans`: Updates service documentation
* `service/transfer`: Updates service API and documentation
  * This release adds support for Amazon EFS, so customers can transfer files over SFTP, FTPS and FTP in and out of Amazon S3 as well as Amazon EFS.
  • Loading branch information
aws-sdk-go-automation authored Jan 6, 2021
1 parent 078e3c7 commit fa80f22
Show file tree
Hide file tree
Showing 10 changed files with 412 additions and 142 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.36.22 (2021-01-06)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
* This update increases the number of instance types that can be added to the overrides within an mixed instances group configuration.
* `service/autoscaling-plans`: Updates service documentation
* `service/transfer`: Updates service API and documentation
* This release adds support for Amazon EFS, so customers can transfer files over SFTP, FTPS and FTP in and out of Amazon S3 as well as Amazon EFS.

Release v1.36.21 (2021-01-05)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.21"
const SDKVersion = "1.36.22"
54 changes: 27 additions & 27 deletions models/apis/autoscaling-plans/2018-01-06/docs-2.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions models/apis/transfer/2018-11-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
"type":"structure",
"members":{
"Certificate":{"shape":"Certificate"},
"Domain":{"shape":"Domain"},
"EndpointDetails":{"shape":"EndpointDetails"},
"EndpointType":{"shape":"EndpointType"},
"HostKey":{"shape":"HostKey"},
Expand Down Expand Up @@ -389,6 +390,7 @@
"HomeDirectoryType":{"shape":"HomeDirectoryType"},
"HomeDirectoryMappings":{"shape":"HomeDirectoryMappings"},
"Policy":{"shape":"Policy"},
"PosixProfile":{"shape":"PosixProfile"},
"Role":{"shape":"Role"},
"ServerId":{"shape":"ServerId"},
"SshPublicKeyBody":{"shape":"SshPublicKeyBody"},
Expand Down Expand Up @@ -507,6 +509,7 @@
"members":{
"Arn":{"shape":"Arn"},
"Certificate":{"shape":"Certificate"},
"Domain":{"shape":"Domain"},
"EndpointDetails":{"shape":"EndpointDetails"},
"EndpointType":{"shape":"EndpointType"},
"HostKeyFingerprint":{"shape":"HostKeyFingerprint"},
Expand All @@ -530,12 +533,20 @@
"HomeDirectoryMappings":{"shape":"HomeDirectoryMappings"},
"HomeDirectoryType":{"shape":"HomeDirectoryType"},
"Policy":{"shape":"Policy"},
"PosixProfile":{"shape":"PosixProfile"},
"Role":{"shape":"Role"},
"SshPublicKeys":{"shape":"SshPublicKeys"},
"Tags":{"shape":"Tags"},
"UserName":{"shape":"UserName"}
}
},
"Domain":{
"type":"string",
"enum":[
"S3",
"EFS"
]
},
"EndpointDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -728,6 +739,7 @@
"required":["Arn"],
"members":{
"Arn":{"shape":"Arn"},
"Domain":{"shape":"Domain"},
"IdentityProviderType":{"shape":"IdentityProviderType"},
"EndpointType":{"shape":"EndpointType"},
"LoggingRole":{"shape":"Role"},
Expand Down Expand Up @@ -786,6 +798,23 @@
"type":"string",
"max":2048
},
"PosixId":{
"type":"long",
"max":4294967295,
"min":0
},
"PosixProfile":{
"type":"structure",
"required":[
"Uid",
"Gid"
],
"members":{
"Uid":{"shape":"PosixId"},
"Gid":{"shape":"PosixId"},
"SecondaryGids":{"shape":"SecondaryGids"}
}
},
"Protocol":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -838,6 +867,12 @@
"min":20,
"pattern":"arn:.*role/.*"
},
"SecondaryGids":{
"type":"list",
"member":{"shape":"PosixId"},
"max":16,
"min":0
},
"SecurityGroupId":{
"type":"string",
"max":20,
Expand Down Expand Up @@ -1067,6 +1102,7 @@
"HomeDirectoryType":{"shape":"HomeDirectoryType"},
"HomeDirectoryMappings":{"shape":"HomeDirectoryMappings"},
"Policy":{"shape":"Policy"},
"PosixProfile":{"shape":"PosixProfile"},
"Role":{"shape":"Role"},
"ServerId":{"shape":"ServerId"},
"UserName":{"shape":"UserName"}
Expand Down
30 changes: 30 additions & 0 deletions models/apis/transfer/2018-11-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@
"DescribeUserResponse$User": "<p>An array containing the properties of the user account for the <code>ServerID</code> value that you specified.</p>"
}
},
"Domain": {
"base": null,
"refs": {
"CreateServerRequest$Domain": null,
"DescribedServer$Domain": null,
"ListedServer$Domain": null
}
},
"EndpointDetails": {
"base": "<p>The virtual private cloud (VPC) endpoint settings that are configured for your file transfer protocol-enabled server. With a VPC endpoint, you can restrict access to your server and resources only within your VPC. To control incoming internet traffic, invoke the <code>UpdateServer</code> API and attach an Elastic IP to your server's endpoint.</p>",
"refs": {
Expand Down Expand Up @@ -389,6 +397,22 @@
"UpdateUserRequest$Policy": "<p>Allows you to supply a scope-down policy for your user so you can use the same IAM role across multiple users. The policy scopes down user access to portions of your Amazon S3 bucket. Variables you can use inside this policy include <code>${Transfer:UserName}</code>, <code>${Transfer:HomeDirectory}</code>, and <code>${Transfer:HomeBucket}</code>.</p> <note> <p>For scope-down policies, AWS Transfer Family stores the policy as a JSON blob, instead of the Amazon Resource Name (ARN) of the policy. You save the policy as a JSON blob and pass it in the <code>Policy</code> argument.</p> <p>For an example of a scope-down policy, see <a href=\"https://docs.aws.amazon.com/transfer/latest/userguide/users.html#users-policies-scope-down\">Creating a scope-down policy</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html\">AssumeRole</a> in the <i>AWS Security Token Service API Reference</i>.</p> </note>"
}
},
"PosixId": {
"base": null,
"refs": {
"PosixProfile$Uid": null,
"PosixProfile$Gid": null,
"SecondaryGids$member": null
}
},
"PosixProfile": {
"base": null,
"refs": {
"CreateUserRequest$PosixProfile": null,
"DescribedUser$PosixProfile": null,
"UpdateUserRequest$PosixProfile": null
}
},
"Protocol": {
"base": null,
"refs": {
Expand Down Expand Up @@ -453,6 +477,12 @@
"UpdateUserRequest$Role": "<p>The IAM role that controls your users' access to your Amazon S3 bucket. The policies attached to this role will determine the level of access you want to provide your users when transferring files into and out of your Amazon S3 bucket or buckets. The IAM role should also contain a trust relationship that allows the server to access your resources when servicing your users' transfer requests.</p>"
}
},
"SecondaryGids": {
"base": null,
"refs": {
"PosixProfile$SecondaryGids": null
}
},
"SecurityGroupId": {
"base": null,
"refs": {
Expand Down
47 changes: 33 additions & 14 deletions service/autoscaling/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa80f22

Please sign in to comment.