Skip to content

Commit

Permalink
Release v1.44.196 (2023-02-07) (#4718)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Feb 7, 2023
1 parent 5707eba commit 1c759fb
Show file tree
Hide file tree
Showing 8 changed files with 474 additions and 1,161 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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.

Release v1.44.195 (2023-02-06)
===

Expand Down
24 changes: 13 additions & 11 deletions aws/endpoints/defaults.go

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

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.44.195"
const SDKVersion = "1.44.196"
78 changes: 39 additions & 39 deletions models/apis/transfer/2018-11-05/docs-2.json

Large diffs are not rendered by default.

54 changes: 36 additions & 18 deletions models/apis/transfer/2018-11-05/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://transfer-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://transfer-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand Down Expand Up @@ -275,12 +281,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://transfer.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://transfer.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand All @@ -293,12 +305,18 @@
},
{
"conditions": [],
"endpoint": {
"url": "https://transfer.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://transfer.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 1c759fb

Please sign in to comment.