Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.33.19 (2020-08-04)
===

### Service Client Updates
* `service/health`: Updates service documentation
* Documentation updates for health

Release v1.33.18 (2020-08-03)
===

Expand Down
98 changes: 81 additions & 17 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.33.18"
const SDKVersion = "1.33.19"
80 changes: 40 additions & 40 deletions models/apis/health/2016-08-04/docs-2.json

Large diffs are not rendered by default.

68 changes: 66 additions & 2 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,36 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "access-analyzer-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "access-analyzer-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "access-analyzer-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down Expand Up @@ -2761,6 +2791,18 @@
"ap-southeast-2" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "groundstation-fips.us-east-2.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -3862,6 +3904,12 @@
},
"hostname" : "oidc.eu-central-1.amazonaws.com"
},
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
},
"hostname" : "oidc.eu-north-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand Down Expand Up @@ -5456,6 +5504,12 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down Expand Up @@ -6814,8 +6868,18 @@
"services" : {
"access-analyzer" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
}
}
},
"acm" : {
Expand Down
Loading