Skip to content

Commit

Permalink
Updating endpoints.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jun 19, 2024
1 parent ee647e0 commit 66090b0
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

{
"services" : null,
"core" : {
"updateMinimum" : true,
"backwardIncompatibilitiesToIgnore" : [
],
"type" : "Patch",
"changeLogMessages" : [
"Updating endpoints.json file."
]
},
"overrideVersion" : null
}
38 changes: 38 additions & 0 deletions sdk/src/Core/endpoints-original.json
Original file line number Diff line number Diff line change
Expand Up @@ -25256,6 +25256,44 @@
"us-gov-west-1" : { }
}
},
"kinesisvideo" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"kms" : {
"endpoints" : {
"ProdFips" : {
Expand Down
46 changes: 46 additions & 0 deletions sdk/src/Core/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -31308,6 +31308,52 @@
"us-gov-west-1": {}
}
},
"kinesisvideo": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
"variants": [
{
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
"tags": [
"fips"
]
}
]
},
"us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
"variants": [
{
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
"tags": [
"fips"
]
}
]
}
}
},
"kms": {
"endpoints": {
"ProdFips": {
Expand Down

0 comments on commit 66090b0

Please sign in to comment.