Skip to content

Commit e0475a0

Browse files
Release v1.38.51 (2021-05-28) (#3932)
Release v1.38.51 (2021-05-28) === ### Service Client Updates * `service/datasync`: Updates service API and documentation * `service/location`: Updates service API, documentation, and paginators * `service/lookoutmetrics`: Updates service API ### SDK Bugs * `aws/request`: Fix handling of endpoints with trailing slashes * Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.
1 parent 76fe6ef commit e0475a0

File tree

15 files changed

+6020
-1252
lines changed

15 files changed

+6020
-1252
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.38.51 (2021-05-28)
2+
===
3+
4+
### Service Client Updates
5+
* `service/datasync`: Updates service API and documentation
6+
* `service/location`: Updates service API, documentation, and paginators
7+
* `service/lookoutmetrics`: Updates service API
8+
9+
### SDK Bugs
10+
* `aws/request`: Fix handling of endpoints with trailing slashes
11+
* Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.
12+
113
Release v1.38.50 (2021-05-27)
214
===
315

CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
* `aws/request`: Fix handling of endpoints with trailing slashes
7-
* Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.

aws/endpoints/defaults.go

+116-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.38.50"
8+
const SDKVersion = "1.38.51"

models/apis/datasync/2018-11-09/api-2.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,8 @@
13041304
"BytesPerSecond":{"shape":"BytesPerSecond"},
13051305
"TaskQueueing":{"shape":"TaskQueueing"},
13061306
"LogLevel":{"shape":"LogLevel"},
1307-
"TransferMode":{"shape":"TransferMode"}
1307+
"TransferMode":{"shape":"TransferMode"},
1308+
"SecurityDescriptorCopyFlags":{"shape":"SmbSecurityDescriptorCopyFlags"}
13081309
}
13091310
},
13101311
"OutputTagList":{
@@ -1426,6 +1427,14 @@
14261427
"pattern":"^.{0,104}$",
14271428
"sensitive":true
14281429
},
1430+
"SmbSecurityDescriptorCopyFlags":{
1431+
"type":"string",
1432+
"enum":[
1433+
"NONE",
1434+
"OWNER_DACL",
1435+
"OWNER_DACL_SACL"
1436+
]
1437+
},
14291438
"SmbSubdirectory":{
14301439
"type":"string",
14311440
"max":4096,

0 commit comments

Comments
 (0)