Skip to content

Commit 1c759fb

Browse files
Release v1.44.196 (2023-02-07) (#4718)
Release v1.44.196 (2023-02-07) === ### Service Client Updates * `service/transfer`: Updates service documentation * Updated the documentation for the ImportCertificate API call, and added examples.
1 parent 5707eba commit 1c759fb

File tree

8 files changed

+474
-1161
lines changed

8 files changed

+474
-1161
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.196 (2023-02-07)
2+
===
3+
4+
### Service Client Updates
5+
* `service/transfer`: Updates service documentation
6+
* Updated the documentation for the ImportCertificate API call, and added examples.
7+
18
Release v1.44.195 (2023-02-06)
29
===
310

aws/endpoints/defaults.go

+13-11
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.44.195"
8+
const SDKVersion = "1.44.196"

models/apis/transfer/2018-11-05/docs-2.json

+39-39
Large diffs are not rendered by default.

models/apis/transfer/2018-11-05/endpoint-rule-set-1.json

+36-18
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@
165165
"rules": [
166166
{
167167
"conditions": [],
168-
"endpoint": {
169-
"url": "https://transfer-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
170-
"properties": {},
171-
"headers": {}
172-
},
173-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://transfer-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
174180
}
175181
]
176182
},
@@ -275,12 +281,18 @@
275281
"rules": [
276282
{
277283
"conditions": [],
278-
"endpoint": {
279-
"url": "https://transfer.{Region}.{PartitionResult#dualStackDnsSuffix}",
280-
"properties": {},
281-
"headers": {}
282-
},
283-
"type": "endpoint"
284+
"type": "tree",
285+
"rules": [
286+
{
287+
"conditions": [],
288+
"endpoint": {
289+
"url": "https://transfer.{Region}.{PartitionResult#dualStackDnsSuffix}",
290+
"properties": {},
291+
"headers": {}
292+
},
293+
"type": "endpoint"
294+
}
295+
]
284296
}
285297
]
286298
},
@@ -293,12 +305,18 @@
293305
},
294306
{
295307
"conditions": [],
296-
"endpoint": {
297-
"url": "https://transfer.{Region}.{PartitionResult#dnsSuffix}",
298-
"properties": {},
299-
"headers": {}
300-
},
301-
"type": "endpoint"
308+
"type": "tree",
309+
"rules": [
310+
{
311+
"conditions": [],
312+
"endpoint": {
313+
"url": "https://transfer.{Region}.{PartitionResult#dnsSuffix}",
314+
"properties": {},
315+
"headers": {}
316+
},
317+
"type": "endpoint"
318+
}
319+
]
302320
}
303321
]
304322
}

0 commit comments

Comments
 (0)