Skip to content

Commit

Permalink
Release v1.44.188 (2023-01-26) (#4705)
Browse files Browse the repository at this point in the history
Release v1.44.188 (2023-01-26)
===

### Service Client Updates
* `service/eventbridge`: Updates service documentation
* `service/iotfleetwise`: Updates service API
* `service/s3`: Updates service examples
  * Allow FIPS to be used with path-style URLs.
  • Loading branch information
aws-sdk-go-automation committed Jan 26, 2023
1 parent bf09a2d commit 61bd8ad
Show file tree
Hide file tree
Showing 14 changed files with 5,741 additions and 3,801 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.44.188 (2023-01-26)
===

### Service Client Updates
* `service/eventbridge`: Updates service documentation
* `service/iotfleetwise`: Updates service API
* `service/s3`: Updates service examples
* Allow FIPS to be used with path-style URLs.

Release v1.44.187 (2023-01-25)
===

Expand Down
33 changes: 33 additions & 0 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.187"
const SDKVersion = "1.44.188"
52 changes: 26 additions & 26 deletions models/apis/eventbridge/2015-10-07/docs-2.json

Large diffs are not rendered by default.

31 changes: 11 additions & 20 deletions models/apis/eventbridge/2015-10-07/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 @@ -116,10 +116,10 @@
"authSchemes": [
{
"name": "sigv4a",
"signingName": "events",
"signingRegionSet": [
"*"
],
"signingName": "events"
]
}
]
},
Expand Down Expand Up @@ -169,10 +169,10 @@
"authSchemes": [
{
"name": "sigv4a",
"signingName": "events",
"signingRegionSet": [
"*"
],
"signingName": "events"
]
}
]
},
Expand All @@ -197,10 +197,10 @@
"authSchemes": [
{
"name": "sigv4a",
"signingName": "events",
"signingRegionSet": [
"*"
],
"signingName": "events"
]
}
]
},
Expand Down Expand Up @@ -237,15 +237,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down Expand Up @@ -421,12 +412,12 @@
{
"ref": "Region"
},
"us-gov-west-1"
"us-gov-east-1"
]
}
],
"endpoint": {
"url": "https://events.us-gov-west-1.amazonaws.com",
"url": "https://events.us-gov-east-1.amazonaws.com",
"properties": {},
"headers": {}
},
Expand All @@ -440,12 +431,12 @@
{
"ref": "Region"
},
"us-gov-east-1"
"us-gov-west-1"
]
}
],
"endpoint": {
"url": "https://events.us-gov-east-1.amazonaws.com",
"url": "https://events.us-gov-west-1.amazonaws.com",
"properties": {},
"headers": {}
},
Expand Down
Loading

0 comments on commit 61bd8ad

Please sign in to comment.