Skip to content

Commit 5b39d62

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 23d6772 commit 5b39d62

File tree

2 files changed

+84
-4
lines changed

2 files changed

+84
-4
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: 78 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7681,26 +7681,86 @@
76817681
} ]
76827682
},
76837683
"endpoints" : {
7684+
"af-south-1" : {
7685+
"hostname" : "internetmonitor.af-south-1.api.aws"
7686+
},
7687+
"ap-east-1" : {
7688+
"hostname" : "internetmonitor.ap-east-1.api.aws"
7689+
},
7690+
"ap-northeast-1" : {
7691+
"hostname" : "internetmonitor.ap-northeast-1.api.aws"
7692+
},
7693+
"ap-northeast-2" : {
7694+
"hostname" : "internetmonitor.ap-northeast-2.api.aws"
7695+
},
76847696
"ap-northeast-3" : {
76857697
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
76867698
},
7699+
"ap-south-1" : {
7700+
"hostname" : "internetmonitor.ap-south-1.api.aws"
7701+
},
76877702
"ap-south-2" : {
76887703
"hostname" : "internetmonitor.ap-south-2.api.aws"
76897704
},
7705+
"ap-southeast-1" : {
7706+
"hostname" : "internetmonitor.ap-southeast-1.api.aws"
7707+
},
7708+
"ap-southeast-2" : {
7709+
"hostname" : "internetmonitor.ap-southeast-2.api.aws"
7710+
},
76907711
"ap-southeast-3" : {
76917712
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
76927713
},
76937714
"ap-southeast-4" : {
76947715
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
76957716
},
7717+
"ca-central-1" : {
7718+
"hostname" : "internetmonitor.ca-central-1.api.aws"
7719+
},
7720+
"eu-central-1" : {
7721+
"hostname" : "internetmonitor.eu-central-1.api.aws"
7722+
},
76967723
"eu-central-2" : {
76977724
"hostname" : "internetmonitor.eu-central-2.api.aws"
76987725
},
7726+
"eu-north-1" : {
7727+
"hostname" : "internetmonitor.eu-north-1.api.aws"
7728+
},
7729+
"eu-south-1" : {
7730+
"hostname" : "internetmonitor.eu-south-1.api.aws"
7731+
},
76997732
"eu-south-2" : {
77007733
"hostname" : "internetmonitor.eu-south-2.api.aws"
77017734
},
7735+
"eu-west-1" : {
7736+
"hostname" : "internetmonitor.eu-west-1.api.aws"
7737+
},
7738+
"eu-west-2" : {
7739+
"hostname" : "internetmonitor.eu-west-2.api.aws"
7740+
},
7741+
"eu-west-3" : {
7742+
"hostname" : "internetmonitor.eu-west-3.api.aws"
7743+
},
77027744
"me-central-1" : {
77037745
"hostname" : "internetmonitor.me-central-1.api.aws"
7746+
},
7747+
"me-south-1" : {
7748+
"hostname" : "internetmonitor.me-south-1.api.aws"
7749+
},
7750+
"sa-east-1" : {
7751+
"hostname" : "internetmonitor.sa-east-1.api.aws"
7752+
},
7753+
"us-east-1" : {
7754+
"hostname" : "internetmonitor.us-east-1.api.aws"
7755+
},
7756+
"us-east-2" : {
7757+
"hostname" : "internetmonitor.us-east-2.api.aws"
7758+
},
7759+
"us-west-1" : {
7760+
"hostname" : "internetmonitor.us-west-1.api.aws"
7761+
},
7762+
"us-west-2" : {
7763+
"hostname" : "internetmonitor.us-west-2.api.aws"
77047764
}
77057765
}
77067766
},
@@ -21296,18 +21356,32 @@
2129621356
},
2129721357
"endpoints" : {
2129821358
"us-gov-east-1" : {
21359+
"protocols" : [ "https" ],
21360+
"variants" : [ {
21361+
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
21362+
"tags" : [ "fips" ]
21363+
} ]
21364+
},
21365+
"us-gov-east-1-fips" : {
2129921366
"credentialScope" : {
2130021367
"region" : "us-gov-east-1"
2130121368
},
21302-
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
21303-
"protocols" : [ "https" ]
21369+
"deprecated" : true,
21370+
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com"
2130421371
},
2130521372
"us-gov-west-1" : {
21373+
"protocols" : [ "https" ],
21374+
"variants" : [ {
21375+
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
21376+
"tags" : [ "fips" ]
21377+
} ]
21378+
},
21379+
"us-gov-west-1-fips" : {
2130621380
"credentialScope" : {
2130721381
"region" : "us-gov-west-1"
2130821382
},
21309-
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
21310-
"protocols" : [ "https" ]
21383+
"deprecated" : true,
21384+
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com"
2131121385
}
2131221386
}
2131321387
},

0 commit comments

Comments
 (0)