Skip to content

Commit 68f2a24

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent bfd0328 commit 68f2a24

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-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 service endpoint metadata."
6+
}

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

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,30 @@
766766
"us-west-2" : { }
767767
}
768768
},
769+
"applicationinsights" : {
770+
"endpoints" : {
771+
"af-south-1" : { },
772+
"ap-east-1" : { },
773+
"ap-northeast-1" : { },
774+
"ap-northeast-2" : { },
775+
"ap-south-1" : { },
776+
"ap-southeast-1" : { },
777+
"ap-southeast-2" : { },
778+
"ca-central-1" : { },
779+
"eu-central-1" : { },
780+
"eu-north-1" : { },
781+
"eu-south-1" : { },
782+
"eu-west-1" : { },
783+
"eu-west-2" : { },
784+
"eu-west-3" : { },
785+
"me-south-1" : { },
786+
"sa-east-1" : { },
787+
"us-east-1" : { },
788+
"us-east-2" : { },
789+
"us-west-1" : { },
790+
"us-west-2" : { }
791+
}
792+
},
769793
"appmesh" : {
770794
"endpoints" : {
771795
"af-south-1" : { },
@@ -7957,6 +7981,16 @@
79577981
}
79587982
}
79597983
},
7984+
"wisdom" : {
7985+
"endpoints" : {
7986+
"ap-northeast-1" : { },
7987+
"ap-southeast-2" : { },
7988+
"eu-central-1" : { },
7989+
"eu-west-2" : { },
7990+
"us-east-1" : { },
7991+
"us-west-2" : { }
7992+
}
7993+
},
79607994
"workdocs" : {
79617995
"endpoints" : {
79627996
"ap-northeast-1" : { },
@@ -8147,6 +8181,12 @@
81478181
"cn-northwest-1" : { }
81488182
}
81498183
},
8184+
"applicationinsights" : {
8185+
"endpoints" : {
8186+
"cn-north-1" : { },
8187+
"cn-northwest-1" : { }
8188+
}
8189+
},
81508190
"appmesh" : {
81518191
"endpoints" : {
81528192
"cn-north-1" : { },
@@ -9138,6 +9178,22 @@
91389178
}
91399179
}
91409180
},
9181+
"applicationinsights" : {
9182+
"endpoints" : {
9183+
"us-gov-east-1" : {
9184+
"credentialScope" : {
9185+
"region" : "us-gov-east-1"
9186+
},
9187+
"hostname" : "applicationinsights.us-gov-east-1.amazonaws.com"
9188+
},
9189+
"us-gov-west-1" : {
9190+
"credentialScope" : {
9191+
"region" : "us-gov-west-1"
9192+
},
9193+
"hostname" : "applicationinsights.us-gov-west-1.amazonaws.com"
9194+
}
9195+
}
9196+
},
91419197
"appstream2" : {
91429198
"defaults" : {
91439199
"credentialScope" : {
@@ -10018,6 +10074,12 @@
1001810074
},
1001910075
"kendra" : {
1002010076
"endpoints" : {
10077+
"fips-us-gov-west-1" : {
10078+
"credentialScope" : {
10079+
"region" : "us-gov-west-1"
10080+
},
10081+
"hostname" : "kendra-fips.us-gov-west-1.amazonaws.com"
10082+
},
1002110083
"us-gov-west-1" : { }
1002210084
}
1002310085
},

0 commit comments

Comments
 (0)