Skip to content

Commit

Permalink
Release v1.44.189 (2023-01-27) (#4706)
Browse files Browse the repository at this point in the history
Release v1.44.189 (2023-01-27)
===

### Service Client Updates
* `service/application-autoscaling`: Adds new service
* `service/appstream`: Updates service waiters
  * Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
* `service/elasticbeanstalk`: Adds new service
  * Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/fis`: Adds new service
* `service/glacier`: Adds new service
  * Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/greengrass`: Adds new service
  * Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/greengrassv2`: Adds new service
* `service/mediatailor`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * This release supports running SageMaker Training jobs with container images that are in a private Docker registry.
* `service/serverlessrepo`: Adds new service
  • Loading branch information
aws-sdk-go-automation authored Jan 27, 2023
1 parent 61bd8ad commit d4386d5
Show file tree
Hide file tree
Showing 39 changed files with 7,225 additions and 4,619 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.44.189 (2023-01-27)
===

### Service Client Updates
* `service/application-autoscaling`: Adds new service
* `service/appstream`: Updates service waiters
* Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
* `service/elasticbeanstalk`: Adds new service
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/fis`: Adds new service
* `service/glacier`: Adds new service
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/greengrass`: Adds new service
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* `service/greengrassv2`: Adds new service
* `service/mediatailor`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* This release supports running SageMaker Training jobs with container images that are in a private Docker registry.
* `service/serverlessrepo`: Adds new service

Release v1.44.188 (2023-01-26)
===

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.44.188"
const SDKVersion = "1.44.189"
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down Expand Up @@ -174,12 +165,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://application-autoscaling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://application-autoscaling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand Down Expand Up @@ -228,6 +225,31 @@
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
}
]
}
],
"endpoint": {
"url": "https://application-autoscaling.{Region}.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"endpoint": {
Expand Down Expand Up @@ -284,12 +306,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://application-autoscaling.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://application-autoscaling.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand All @@ -302,12 +330,18 @@
},
{
"conditions": [],
"endpoint": {
"url": "https://application-autoscaling.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://application-autoscaling.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
}
Expand Down
Loading

0 comments on commit d4386d5

Please sign in to comment.