Skip to content

Commit

Permalink
Release v1.44.177 (2023-01-10) (#4686)
Browse files Browse the repository at this point in the history
Release v1.44.177 (2023-01-10)
===

### Service Client Updates
* `service/location`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs.
  • Loading branch information
aws-sdk-go-automation committed Jan 10, 2023
1 parent 03c239a commit ff2ebe8
Show file tree
Hide file tree
Showing 13 changed files with 614 additions and 711 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.44.177 (2023-01-10)
===

### Service Client Updates
* `service/location`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs.

Release v1.44.176 (2023-01-09)
===

Expand Down
13 changes: 3 additions & 10 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.176"
const SDKVersion = "1.44.177"
8 changes: 7 additions & 1 deletion models/apis/location/2020-11-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"}
],
"endpoint":{"hostPrefix":"geofencing."},
Expand All @@ -209,6 +210,7 @@
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"}
],
"endpoint":{"hostPrefix":"maps."},
Expand All @@ -228,6 +230,7 @@
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"}
],
"endpoint":{"hostPrefix":"places."},
Expand All @@ -247,6 +250,7 @@
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"}
],
"endpoint":{"hostPrefix":"routes."},
Expand Down Expand Up @@ -3418,7 +3422,9 @@
"enum":[
"Car",
"Truck",
"Walking"
"Walking",
"Bicycle",
"Motorcycle"
]
},
"TruckDimensions":{
Expand Down
48 changes: 24 additions & 24 deletions models/apis/location/2020-11-19/docs-2.json

Large diffs are not rendered by default.

83 changes: 49 additions & 34 deletions models/apis/location/2020-11-19/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down 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://geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand Down Expand Up @@ -226,12 +223,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://geo-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://geo-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand Down Expand Up @@ -278,12 +281,18 @@
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://geo.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://geo.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
},
Expand All @@ -296,12 +305,18 @@
},
{
"conditions": [],
"endpoint": {
"url": "https://geo.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
"type": "tree",
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://geo.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
]
}
]
}
Expand Down
Loading

0 comments on commit ff2ebe8

Please sign in to comment.