Skip to content

Commit 2491608

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 7fb76ab commit 2491608

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7665,6 +7665,39 @@
76657665
"us-west-2" : { }
76667666
}
76677667
},
7668+
"internetmonitor" : {
7669+
"defaults" : {
7670+
"dnsSuffix" : "api.aws",
7671+
"variants" : [ {
7672+
"dnsSuffix" : "api.aws",
7673+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
7674+
"tags" : [ "fips" ]
7675+
} ]
7676+
},
7677+
"endpoints" : {
7678+
"ap-northeast-3" : {
7679+
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
7680+
},
7681+
"ap-south-2" : {
7682+
"hostname" : "internetmonitor.ap-south-2.api.aws"
7683+
},
7684+
"ap-southeast-3" : {
7685+
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
7686+
},
7687+
"ap-southeast-4" : {
7688+
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
7689+
},
7690+
"eu-central-2" : {
7691+
"hostname" : "internetmonitor.eu-central-2.api.aws"
7692+
},
7693+
"eu-south-2" : {
7694+
"hostname" : "internetmonitor.eu-south-2.api.aws"
7695+
},
7696+
"me-central-1" : {
7697+
"hostname" : "internetmonitor.me-central-1.api.aws"
7698+
}
7699+
}
7700+
},
76687701
"iot" : {
76697702
"defaults" : {
76707703
"credentialScope" : {
@@ -17328,6 +17361,24 @@
1732817361
"isRegionalized" : false,
1732917362
"partitionEndpoint" : "aws-cn-global"
1733017363
},
17364+
"internetmonitor" : {
17365+
"defaults" : {
17366+
"dnsSuffix" : "api.amazonwebservices.com.cn",
17367+
"variants" : [ {
17368+
"dnsSuffix" : "api.amazonwebservices.com.cn",
17369+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
17370+
"tags" : [ "fips" ]
17371+
} ]
17372+
},
17373+
"endpoints" : {
17374+
"cn-north-1" : {
17375+
"hostname" : "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
17376+
},
17377+
"cn-northwest-1" : {
17378+
"hostname" : "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
17379+
}
17380+
}
17381+
},
1733117382
"iot" : {
1733217383
"defaults" : {
1733317384
"credentialScope" : {
@@ -19960,6 +20011,24 @@
1996020011
"us-gov-west-1" : { }
1996120012
}
1996220013
},
20014+
"internetmonitor" : {
20015+
"defaults" : {
20016+
"dnsSuffix" : "api.aws",
20017+
"variants" : [ {
20018+
"dnsSuffix" : "api.aws",
20019+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
20020+
"tags" : [ "fips" ]
20021+
} ]
20022+
},
20023+
"endpoints" : {
20024+
"us-gov-east-1" : {
20025+
"hostname" : "internetmonitor.us-gov-east-1.api.aws"
20026+
},
20027+
"us-gov-west-1" : {
20028+
"hostname" : "internetmonitor.us-gov-west-1.api.aws"
20029+
}
20030+
}
20031+
},
1996320032
"iot" : {
1996420033
"defaults" : {
1996520034
"credentialScope" : {

0 commit comments

Comments
 (0)