aws-partitions 1.1059.0 → 1.1064.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +749 -84
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffdea33edc7a8fc706acf542432b607504b5bae0a3e2c6aa55ef6c76e0aa62c5
|
4
|
+
data.tar.gz: eecf21ebf151deabed81bad0cb42279539d8cfb2ecd80ef795704f49eb77ec84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dab51802b979eacacd2f15229e0f60c6dd71490e89fa361bf0cf03d2127eb4a9a50c9546296397c4ec0b3e05b30d7868697c34599be79735f7b00d3f73c9800a
|
7
|
+
data.tar.gz: 5ea45524ce47d743be40a65dcf8a9ec2d5d8ceecd7d66982e65fb6557b4fd175068068509ab62c6175ecd9a24e566f73633cea5cc5e0c98eba3f772842ecb79c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,31 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1064.0 (2025-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1063.0 (2025-03-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1062.0 (2025-03-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1061.0 (2025-03-05)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::GameLiftStreams`.
|
23
|
+
|
24
|
+
1.1060.0 (2025-03-04)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::IoTManagedIntegrations`.
|
28
|
+
|
4
29
|
1.1059.0 (2025-03-03)
|
5
30
|
------------------
|
6
31
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1064.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -403,6 +403,7 @@ module Aws
|
|
403
403
|
'FraudDetector' => 'frauddetector',
|
404
404
|
'FreeTier' => 'freetier',
|
405
405
|
'GameLift' => 'gamelift',
|
406
|
+
'GameLiftStreams' => 'gameliftstreams',
|
406
407
|
'GeoMaps' => 'geo-maps',
|
407
408
|
'GeoPlaces' => 'geo-places',
|
408
409
|
'GeoRoutes' => 'geo-routes',
|
@@ -435,6 +436,7 @@ module Aws
|
|
435
436
|
'IoTFleetHub' => 'api.fleethub.iot',
|
436
437
|
'IoTFleetWise' => 'iotfleetwise',
|
437
438
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
439
|
+
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
438
440
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
439
441
|
'IoTSiteWise' => 'iotsitewise',
|
440
442
|
'IoTThingsGraph' => 'iotthingsgraph',
|
data/partitions.json
CHANGED
@@ -1913,35 +1913,180 @@
|
|
1913
1913
|
},
|
1914
1914
|
"applicationinsights" : {
|
1915
1915
|
"endpoints" : {
|
1916
|
-
"af-south-1" : {
|
1917
|
-
|
1918
|
-
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
"ap-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1928
|
-
"
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
"
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1940
|
-
"
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1916
|
+
"af-south-1" : {
|
1917
|
+
"credentialScope" : {
|
1918
|
+
"region" : "af-south-1"
|
1919
|
+
},
|
1920
|
+
"hostname" : "applicationinsights.af-south-1.amazonaws.com"
|
1921
|
+
},
|
1922
|
+
"ap-east-1" : {
|
1923
|
+
"credentialScope" : {
|
1924
|
+
"region" : "ap-east-1"
|
1925
|
+
},
|
1926
|
+
"hostname" : "applicationinsights.ap-east-1.amazonaws.com"
|
1927
|
+
},
|
1928
|
+
"ap-northeast-1" : {
|
1929
|
+
"credentialScope" : {
|
1930
|
+
"region" : "ap-northeast-1"
|
1931
|
+
},
|
1932
|
+
"hostname" : "applicationinsights.ap-northeast-1.amazonaws.com"
|
1933
|
+
},
|
1934
|
+
"ap-northeast-2" : {
|
1935
|
+
"credentialScope" : {
|
1936
|
+
"region" : "ap-northeast-2"
|
1937
|
+
},
|
1938
|
+
"hostname" : "applicationinsights.ap-northeast-2.amazonaws.com"
|
1939
|
+
},
|
1940
|
+
"ap-northeast-3" : {
|
1941
|
+
"credentialScope" : {
|
1942
|
+
"region" : "ap-northeast-3"
|
1943
|
+
},
|
1944
|
+
"hostname" : "applicationinsights.ap-northeast-3.amazonaws.com"
|
1945
|
+
},
|
1946
|
+
"ap-south-1" : {
|
1947
|
+
"credentialScope" : {
|
1948
|
+
"region" : "ap-south-1"
|
1949
|
+
},
|
1950
|
+
"hostname" : "applicationinsights.ap-south-1.amazonaws.com"
|
1951
|
+
},
|
1952
|
+
"ap-south-2" : {
|
1953
|
+
"credentialScope" : {
|
1954
|
+
"region" : "ap-south-2"
|
1955
|
+
},
|
1956
|
+
"hostname" : "applicationinsights.ap-south-2.amazonaws.com"
|
1957
|
+
},
|
1958
|
+
"ap-southeast-1" : {
|
1959
|
+
"credentialScope" : {
|
1960
|
+
"region" : "ap-southeast-1"
|
1961
|
+
},
|
1962
|
+
"hostname" : "applicationinsights.ap-southeast-1.amazonaws.com"
|
1963
|
+
},
|
1964
|
+
"ap-southeast-2" : {
|
1965
|
+
"credentialScope" : {
|
1966
|
+
"region" : "ap-southeast-2"
|
1967
|
+
},
|
1968
|
+
"hostname" : "applicationinsights.ap-southeast-2.amazonaws.com"
|
1969
|
+
},
|
1970
|
+
"ap-southeast-3" : {
|
1971
|
+
"credentialScope" : {
|
1972
|
+
"region" : "ap-southeast-3"
|
1973
|
+
},
|
1974
|
+
"hostname" : "applicationinsights.ap-southeast-3.amazonaws.com"
|
1975
|
+
},
|
1976
|
+
"ap-southeast-4" : {
|
1977
|
+
"credentialScope" : {
|
1978
|
+
"region" : "ap-southeast-4"
|
1979
|
+
},
|
1980
|
+
"hostname" : "applicationinsights.ap-southeast-4.amazonaws.com"
|
1981
|
+
},
|
1982
|
+
"ca-central-1" : {
|
1983
|
+
"credentialScope" : {
|
1984
|
+
"region" : "ca-central-1"
|
1985
|
+
},
|
1986
|
+
"hostname" : "applicationinsights.ca-central-1.amazonaws.com"
|
1987
|
+
},
|
1988
|
+
"ca-west-1" : {
|
1989
|
+
"credentialScope" : {
|
1990
|
+
"region" : "ca-west-1"
|
1991
|
+
},
|
1992
|
+
"hostname" : "applicationinsights.ca-west-1.amazonaws.com"
|
1993
|
+
},
|
1994
|
+
"eu-central-1" : {
|
1995
|
+
"credentialScope" : {
|
1996
|
+
"region" : "eu-central-1"
|
1997
|
+
},
|
1998
|
+
"hostname" : "applicationinsights.eu-central-1.amazonaws.com"
|
1999
|
+
},
|
2000
|
+
"eu-central-2" : {
|
2001
|
+
"credentialScope" : {
|
2002
|
+
"region" : "eu-central-2"
|
2003
|
+
},
|
2004
|
+
"hostname" : "applicationinsights.eu-central-2.amazonaws.com"
|
2005
|
+
},
|
2006
|
+
"eu-north-1" : {
|
2007
|
+
"credentialScope" : {
|
2008
|
+
"region" : "eu-north-1"
|
2009
|
+
},
|
2010
|
+
"hostname" : "applicationinsights.eu-north-1.amazonaws.com"
|
2011
|
+
},
|
2012
|
+
"eu-south-1" : {
|
2013
|
+
"credentialScope" : {
|
2014
|
+
"region" : "eu-south-1"
|
2015
|
+
},
|
2016
|
+
"hostname" : "applicationinsights.eu-south-1.amazonaws.com"
|
2017
|
+
},
|
2018
|
+
"eu-south-2" : {
|
2019
|
+
"credentialScope" : {
|
2020
|
+
"region" : "eu-south-2"
|
2021
|
+
},
|
2022
|
+
"hostname" : "applicationinsights.eu-south-2.amazonaws.com"
|
2023
|
+
},
|
2024
|
+
"eu-west-1" : {
|
2025
|
+
"credentialScope" : {
|
2026
|
+
"region" : "eu-west-1"
|
2027
|
+
},
|
2028
|
+
"hostname" : "applicationinsights.eu-west-1.amazonaws.com"
|
2029
|
+
},
|
2030
|
+
"eu-west-2" : {
|
2031
|
+
"credentialScope" : {
|
2032
|
+
"region" : "eu-west-2"
|
2033
|
+
},
|
2034
|
+
"hostname" : "applicationinsights.eu-west-2.amazonaws.com"
|
2035
|
+
},
|
2036
|
+
"eu-west-3" : {
|
2037
|
+
"credentialScope" : {
|
2038
|
+
"region" : "eu-west-3"
|
2039
|
+
},
|
2040
|
+
"hostname" : "applicationinsights.eu-west-3.amazonaws.com"
|
2041
|
+
},
|
2042
|
+
"il-central-1" : {
|
2043
|
+
"credentialScope" : {
|
2044
|
+
"region" : "il-central-1"
|
2045
|
+
},
|
2046
|
+
"hostname" : "applicationinsights.il-central-1.amazonaws.com"
|
2047
|
+
},
|
2048
|
+
"me-central-1" : {
|
2049
|
+
"credentialScope" : {
|
2050
|
+
"region" : "me-central-1"
|
2051
|
+
},
|
2052
|
+
"hostname" : "applicationinsights.me-central-1.amazonaws.com"
|
2053
|
+
},
|
2054
|
+
"me-south-1" : {
|
2055
|
+
"credentialScope" : {
|
2056
|
+
"region" : "me-south-1"
|
2057
|
+
},
|
2058
|
+
"hostname" : "applicationinsights.me-south-1.amazonaws.com"
|
2059
|
+
},
|
2060
|
+
"sa-east-1" : {
|
2061
|
+
"credentialScope" : {
|
2062
|
+
"region" : "sa-east-1"
|
2063
|
+
},
|
2064
|
+
"hostname" : "applicationinsights.sa-east-1.amazonaws.com"
|
2065
|
+
},
|
2066
|
+
"us-east-1" : {
|
2067
|
+
"credentialScope" : {
|
2068
|
+
"region" : "us-east-1"
|
2069
|
+
},
|
2070
|
+
"hostname" : "applicationinsights.us-east-1.amazonaws.com"
|
2071
|
+
},
|
2072
|
+
"us-east-2" : {
|
2073
|
+
"credentialScope" : {
|
2074
|
+
"region" : "us-east-2"
|
2075
|
+
},
|
2076
|
+
"hostname" : "applicationinsights.us-east-2.amazonaws.com"
|
2077
|
+
},
|
2078
|
+
"us-west-1" : {
|
2079
|
+
"credentialScope" : {
|
2080
|
+
"region" : "us-west-1"
|
2081
|
+
},
|
2082
|
+
"hostname" : "applicationinsights.us-west-1.amazonaws.com"
|
2083
|
+
},
|
2084
|
+
"us-west-2" : {
|
2085
|
+
"credentialScope" : {
|
2086
|
+
"region" : "us-west-2"
|
2087
|
+
},
|
2088
|
+
"hostname" : "applicationinsights.us-west-2.amazonaws.com"
|
2089
|
+
}
|
1945
2090
|
}
|
1946
2091
|
},
|
1947
2092
|
"appmesh" : {
|
@@ -4908,6 +5053,12 @@
|
|
4908
5053
|
"tags" : [ "dualstack" ]
|
4909
5054
|
} ]
|
4910
5055
|
},
|
5056
|
+
"ap-southeast-5" : {
|
5057
|
+
"variants" : [ {
|
5058
|
+
"hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
|
5059
|
+
"tags" : [ "dualstack" ]
|
5060
|
+
} ]
|
5061
|
+
},
|
4911
5062
|
"ca-central-1" : {
|
4912
5063
|
"variants" : [ {
|
4913
5064
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5138,6 +5289,12 @@
|
|
5138
5289
|
"tags" : [ "dualstack" ]
|
5139
5290
|
} ]
|
5140
5291
|
},
|
5292
|
+
"ap-southeast-5" : {
|
5293
|
+
"variants" : [ {
|
5294
|
+
"hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
|
5295
|
+
"tags" : [ "dualstack" ]
|
5296
|
+
} ]
|
5297
|
+
},
|
5141
5298
|
"ca-central-1" : {
|
5142
5299
|
"variants" : [ {
|
5143
5300
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|
@@ -10640,6 +10797,114 @@
|
|
10640
10797
|
"us-west-2" : { }
|
10641
10798
|
}
|
10642
10799
|
},
|
10800
|
+
"gameliftstreams" : {
|
10801
|
+
"defaults" : {
|
10802
|
+
"dnsSuffix" : "api.aws",
|
10803
|
+
"variants" : [ {
|
10804
|
+
"dnsSuffix" : "api.aws",
|
10805
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
10806
|
+
"tags" : [ "fips" ]
|
10807
|
+
} ]
|
10808
|
+
},
|
10809
|
+
"endpoints" : {
|
10810
|
+
"af-south-1" : {
|
10811
|
+
"hostname" : "gameliftstreams.af-south-1.api.aws"
|
10812
|
+
},
|
10813
|
+
"ap-east-1" : {
|
10814
|
+
"hostname" : "gameliftstreams.ap-east-1.api.aws"
|
10815
|
+
},
|
10816
|
+
"ap-northeast-1" : {
|
10817
|
+
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
|
10818
|
+
},
|
10819
|
+
"ap-northeast-2" : {
|
10820
|
+
"hostname" : "gameliftstreams.ap-northeast-2.api.aws"
|
10821
|
+
},
|
10822
|
+
"ap-northeast-3" : {
|
10823
|
+
"hostname" : "gameliftstreams.ap-northeast-3.api.aws"
|
10824
|
+
},
|
10825
|
+
"ap-south-1" : {
|
10826
|
+
"hostname" : "gameliftstreams.ap-south-1.api.aws"
|
10827
|
+
},
|
10828
|
+
"ap-south-2" : {
|
10829
|
+
"hostname" : "gameliftstreams.ap-south-2.api.aws"
|
10830
|
+
},
|
10831
|
+
"ap-southeast-1" : {
|
10832
|
+
"hostname" : "gameliftstreams.ap-southeast-1.api.aws"
|
10833
|
+
},
|
10834
|
+
"ap-southeast-2" : {
|
10835
|
+
"hostname" : "gameliftstreams.ap-southeast-2.api.aws"
|
10836
|
+
},
|
10837
|
+
"ap-southeast-3" : {
|
10838
|
+
"hostname" : "gameliftstreams.ap-southeast-3.api.aws"
|
10839
|
+
},
|
10840
|
+
"ap-southeast-4" : {
|
10841
|
+
"hostname" : "gameliftstreams.ap-southeast-4.api.aws"
|
10842
|
+
},
|
10843
|
+
"ap-southeast-5" : {
|
10844
|
+
"hostname" : "gameliftstreams.ap-southeast-5.api.aws"
|
10845
|
+
},
|
10846
|
+
"ap-southeast-7" : {
|
10847
|
+
"hostname" : "gameliftstreams.ap-southeast-7.api.aws"
|
10848
|
+
},
|
10849
|
+
"ca-central-1" : {
|
10850
|
+
"hostname" : "gameliftstreams.ca-central-1.api.aws"
|
10851
|
+
},
|
10852
|
+
"ca-west-1" : {
|
10853
|
+
"hostname" : "gameliftstreams.ca-west-1.api.aws"
|
10854
|
+
},
|
10855
|
+
"eu-central-1" : {
|
10856
|
+
"hostname" : "gameliftstreams.eu-central-1.api.aws"
|
10857
|
+
},
|
10858
|
+
"eu-central-2" : {
|
10859
|
+
"hostname" : "gameliftstreams.eu-central-2.api.aws"
|
10860
|
+
},
|
10861
|
+
"eu-north-1" : {
|
10862
|
+
"hostname" : "gameliftstreams.eu-north-1.api.aws"
|
10863
|
+
},
|
10864
|
+
"eu-south-1" : {
|
10865
|
+
"hostname" : "gameliftstreams.eu-south-1.api.aws"
|
10866
|
+
},
|
10867
|
+
"eu-south-2" : {
|
10868
|
+
"hostname" : "gameliftstreams.eu-south-2.api.aws"
|
10869
|
+
},
|
10870
|
+
"eu-west-1" : {
|
10871
|
+
"hostname" : "gameliftstreams.eu-west-1.api.aws"
|
10872
|
+
},
|
10873
|
+
"eu-west-2" : {
|
10874
|
+
"hostname" : "gameliftstreams.eu-west-2.api.aws"
|
10875
|
+
},
|
10876
|
+
"eu-west-3" : {
|
10877
|
+
"hostname" : "gameliftstreams.eu-west-3.api.aws"
|
10878
|
+
},
|
10879
|
+
"il-central-1" : {
|
10880
|
+
"hostname" : "gameliftstreams.il-central-1.api.aws"
|
10881
|
+
},
|
10882
|
+
"me-central-1" : {
|
10883
|
+
"hostname" : "gameliftstreams.me-central-1.api.aws"
|
10884
|
+
},
|
10885
|
+
"me-south-1" : {
|
10886
|
+
"hostname" : "gameliftstreams.me-south-1.api.aws"
|
10887
|
+
},
|
10888
|
+
"mx-central-1" : {
|
10889
|
+
"hostname" : "gameliftstreams.mx-central-1.api.aws"
|
10890
|
+
},
|
10891
|
+
"sa-east-1" : {
|
10892
|
+
"hostname" : "gameliftstreams.sa-east-1.api.aws"
|
10893
|
+
},
|
10894
|
+
"us-east-1" : {
|
10895
|
+
"hostname" : "gameliftstreams.us-east-1.api.aws"
|
10896
|
+
},
|
10897
|
+
"us-east-2" : {
|
10898
|
+
"hostname" : "gameliftstreams.us-east-2.api.aws"
|
10899
|
+
},
|
10900
|
+
"us-west-1" : {
|
10901
|
+
"hostname" : "gameliftstreams.us-west-1.api.aws"
|
10902
|
+
},
|
10903
|
+
"us-west-2" : {
|
10904
|
+
"hostname" : "gameliftstreams.us-west-2.api.aws"
|
10905
|
+
}
|
10906
|
+
}
|
10907
|
+
},
|
10643
10908
|
"geo" : {
|
10644
10909
|
"endpoints" : {
|
10645
10910
|
"ap-northeast-1" : { },
|
@@ -16479,20 +16744,10 @@
|
|
16479
16744
|
},
|
16480
16745
|
"opsworks" : {
|
16481
16746
|
"endpoints" : {
|
16482
|
-
"ap-northeast-1" : { },
|
16483
|
-
"ap-northeast-2" : { },
|
16484
|
-
"ap-south-1" : { },
|
16485
16747
|
"ap-southeast-1" : { },
|
16486
|
-
"ap-southeast-2" : { },
|
16487
|
-
"ca-central-1" : { },
|
16488
16748
|
"eu-central-1" : { },
|
16489
16749
|
"eu-west-1" : { },
|
16490
|
-
"eu-west-2" : { },
|
16491
|
-
"eu-west-3" : { },
|
16492
|
-
"sa-east-1" : { },
|
16493
16750
|
"us-east-1" : { },
|
16494
|
-
"us-east-2" : { },
|
16495
|
-
"us-west-1" : { },
|
16496
16751
|
"us-west-2" : { }
|
16497
16752
|
}
|
16498
16753
|
},
|
@@ -22767,34 +23022,147 @@
|
|
22767
23022
|
"protocols" : [ "http", "https" ]
|
22768
23023
|
},
|
22769
23024
|
"endpoints" : {
|
22770
|
-
"af-south-1" : {
|
22771
|
-
|
22772
|
-
|
22773
|
-
|
22774
|
-
|
22775
|
-
|
22776
|
-
"ap-
|
22777
|
-
|
22778
|
-
|
22779
|
-
|
22780
|
-
|
22781
|
-
|
22782
|
-
"ap-
|
22783
|
-
|
23025
|
+
"af-south-1" : {
|
23026
|
+
"variants" : [ {
|
23027
|
+
"hostname" : "sns.af-south-1.api.aws",
|
23028
|
+
"tags" : [ "dualstack" ]
|
23029
|
+
} ]
|
23030
|
+
},
|
23031
|
+
"ap-east-1" : {
|
23032
|
+
"variants" : [ {
|
23033
|
+
"hostname" : "sns.ap-east-1.api.aws",
|
23034
|
+
"tags" : [ "dualstack" ]
|
23035
|
+
} ]
|
23036
|
+
},
|
23037
|
+
"ap-northeast-1" : {
|
23038
|
+
"variants" : [ {
|
23039
|
+
"hostname" : "sns.ap-northeast-1.api.aws",
|
23040
|
+
"tags" : [ "dualstack" ]
|
23041
|
+
} ]
|
23042
|
+
},
|
23043
|
+
"ap-northeast-2" : {
|
23044
|
+
"variants" : [ {
|
23045
|
+
"hostname" : "sns.ap-northeast-2.api.aws",
|
23046
|
+
"tags" : [ "dualstack" ]
|
23047
|
+
} ]
|
23048
|
+
},
|
23049
|
+
"ap-northeast-3" : {
|
23050
|
+
"variants" : [ {
|
23051
|
+
"hostname" : "sns.ap-northeast-3.api.aws",
|
23052
|
+
"tags" : [ "dualstack" ]
|
23053
|
+
} ]
|
23054
|
+
},
|
23055
|
+
"ap-south-1" : {
|
23056
|
+
"variants" : [ {
|
23057
|
+
"hostname" : "sns.ap-south-1.api.aws",
|
23058
|
+
"tags" : [ "dualstack" ]
|
23059
|
+
} ]
|
23060
|
+
},
|
23061
|
+
"ap-south-2" : {
|
23062
|
+
"variants" : [ {
|
23063
|
+
"hostname" : "sns.ap-south-2.api.aws",
|
23064
|
+
"tags" : [ "dualstack" ]
|
23065
|
+
} ]
|
23066
|
+
},
|
23067
|
+
"ap-southeast-1" : {
|
23068
|
+
"variants" : [ {
|
23069
|
+
"hostname" : "sns.ap-southeast-1.api.aws",
|
23070
|
+
"tags" : [ "dualstack" ]
|
23071
|
+
} ]
|
23072
|
+
},
|
23073
|
+
"ap-southeast-2" : {
|
23074
|
+
"variants" : [ {
|
23075
|
+
"hostname" : "sns.ap-southeast-2.api.aws",
|
23076
|
+
"tags" : [ "dualstack" ]
|
23077
|
+
} ]
|
23078
|
+
},
|
23079
|
+
"ap-southeast-3" : {
|
23080
|
+
"variants" : [ {
|
23081
|
+
"hostname" : "sns.ap-southeast-3.api.aws",
|
23082
|
+
"tags" : [ "dualstack" ]
|
23083
|
+
} ]
|
23084
|
+
},
|
23085
|
+
"ap-southeast-4" : {
|
23086
|
+
"variants" : [ {
|
23087
|
+
"hostname" : "sns.ap-southeast-4.api.aws",
|
23088
|
+
"tags" : [ "dualstack" ]
|
23089
|
+
} ]
|
23090
|
+
},
|
23091
|
+
"ap-southeast-5" : {
|
23092
|
+
"variants" : [ {
|
23093
|
+
"hostname" : "sns.ap-southeast-5.api.aws",
|
23094
|
+
"tags" : [ "dualstack" ]
|
23095
|
+
} ]
|
23096
|
+
},
|
23097
|
+
"ap-southeast-7" : {
|
23098
|
+
"variants" : [ {
|
23099
|
+
"hostname" : "sns.ap-southeast-7.api.aws",
|
23100
|
+
"tags" : [ "dualstack" ]
|
23101
|
+
} ]
|
23102
|
+
},
|
23103
|
+
"ca-central-1" : {
|
23104
|
+
"variants" : [ {
|
23105
|
+
"hostname" : "sns.ca-central-1.api.aws",
|
23106
|
+
"tags" : [ "dualstack" ]
|
23107
|
+
} ]
|
23108
|
+
},
|
22784
23109
|
"ca-west-1" : {
|
22785
23110
|
"variants" : [ {
|
22786
23111
|
"hostname" : "sns-fips.ca-west-1.amazonaws.com",
|
22787
23112
|
"tags" : [ "fips" ]
|
23113
|
+
}, {
|
23114
|
+
"hostname" : "sns.ca-west-1.api.aws",
|
23115
|
+
"tags" : [ "dualstack" ]
|
23116
|
+
} ]
|
23117
|
+
},
|
23118
|
+
"eu-central-1" : {
|
23119
|
+
"variants" : [ {
|
23120
|
+
"hostname" : "sns.eu-central-1.api.aws",
|
23121
|
+
"tags" : [ "dualstack" ]
|
23122
|
+
} ]
|
23123
|
+
},
|
23124
|
+
"eu-central-2" : {
|
23125
|
+
"variants" : [ {
|
23126
|
+
"hostname" : "sns.eu-central-2.api.aws",
|
23127
|
+
"tags" : [ "dualstack" ]
|
23128
|
+
} ]
|
23129
|
+
},
|
23130
|
+
"eu-north-1" : {
|
23131
|
+
"variants" : [ {
|
23132
|
+
"hostname" : "sns.eu-north-1.api.aws",
|
23133
|
+
"tags" : [ "dualstack" ]
|
23134
|
+
} ]
|
23135
|
+
},
|
23136
|
+
"eu-south-1" : {
|
23137
|
+
"variants" : [ {
|
23138
|
+
"hostname" : "sns.eu-south-1.api.aws",
|
23139
|
+
"tags" : [ "dualstack" ]
|
23140
|
+
} ]
|
23141
|
+
},
|
23142
|
+
"eu-south-2" : {
|
23143
|
+
"variants" : [ {
|
23144
|
+
"hostname" : "sns.eu-south-2.api.aws",
|
23145
|
+
"tags" : [ "dualstack" ]
|
23146
|
+
} ]
|
23147
|
+
},
|
23148
|
+
"eu-west-1" : {
|
23149
|
+
"variants" : [ {
|
23150
|
+
"hostname" : "sns.eu-west-1.api.aws",
|
23151
|
+
"tags" : [ "dualstack" ]
|
23152
|
+
} ]
|
23153
|
+
},
|
23154
|
+
"eu-west-2" : {
|
23155
|
+
"variants" : [ {
|
23156
|
+
"hostname" : "sns.eu-west-2.api.aws",
|
23157
|
+
"tags" : [ "dualstack" ]
|
23158
|
+
} ]
|
23159
|
+
},
|
23160
|
+
"eu-west-3" : {
|
23161
|
+
"variants" : [ {
|
23162
|
+
"hostname" : "sns.eu-west-3.api.aws",
|
23163
|
+
"tags" : [ "dualstack" ]
|
22788
23164
|
} ]
|
22789
23165
|
},
|
22790
|
-
"eu-central-1" : { },
|
22791
|
-
"eu-central-2" : { },
|
22792
|
-
"eu-north-1" : { },
|
22793
|
-
"eu-south-1" : { },
|
22794
|
-
"eu-south-2" : { },
|
22795
|
-
"eu-west-1" : { },
|
22796
|
-
"eu-west-2" : { },
|
22797
|
-
"eu-west-3" : { },
|
22798
23166
|
"fips-ca-west-1" : {
|
22799
23167
|
"credentialScope" : {
|
22800
23168
|
"region" : "ca-west-1"
|
@@ -22830,33 +23198,70 @@
|
|
22830
23198
|
"deprecated" : true,
|
22831
23199
|
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
22832
23200
|
},
|
22833
|
-
"il-central-1" : {
|
22834
|
-
|
22835
|
-
|
22836
|
-
|
22837
|
-
|
23201
|
+
"il-central-1" : {
|
23202
|
+
"variants" : [ {
|
23203
|
+
"hostname" : "sns.il-central-1.api.aws",
|
23204
|
+
"tags" : [ "dualstack" ]
|
23205
|
+
} ]
|
23206
|
+
},
|
23207
|
+
"me-central-1" : {
|
23208
|
+
"variants" : [ {
|
23209
|
+
"hostname" : "sns.me-central-1.api.aws",
|
23210
|
+
"tags" : [ "dualstack" ]
|
23211
|
+
} ]
|
23212
|
+
},
|
23213
|
+
"me-south-1" : {
|
23214
|
+
"variants" : [ {
|
23215
|
+
"hostname" : "sns.me-south-1.api.aws",
|
23216
|
+
"tags" : [ "dualstack" ]
|
23217
|
+
} ]
|
23218
|
+
},
|
23219
|
+
"mx-central-1" : {
|
23220
|
+
"variants" : [ {
|
23221
|
+
"hostname" : "sns.mx-central-1.api.aws",
|
23222
|
+
"tags" : [ "dualstack" ]
|
23223
|
+
} ]
|
23224
|
+
},
|
23225
|
+
"sa-east-1" : {
|
23226
|
+
"variants" : [ {
|
23227
|
+
"hostname" : "sns.sa-east-1.api.aws",
|
23228
|
+
"tags" : [ "dualstack" ]
|
23229
|
+
} ]
|
23230
|
+
},
|
22838
23231
|
"us-east-1" : {
|
22839
23232
|
"variants" : [ {
|
22840
23233
|
"hostname" : "sns-fips.us-east-1.amazonaws.com",
|
22841
23234
|
"tags" : [ "fips" ]
|
23235
|
+
}, {
|
23236
|
+
"hostname" : "sns.us-east-1.api.aws",
|
23237
|
+
"tags" : [ "dualstack" ]
|
22842
23238
|
} ]
|
22843
23239
|
},
|
22844
23240
|
"us-east-2" : {
|
22845
23241
|
"variants" : [ {
|
22846
23242
|
"hostname" : "sns-fips.us-east-2.amazonaws.com",
|
22847
23243
|
"tags" : [ "fips" ]
|
23244
|
+
}, {
|
23245
|
+
"hostname" : "sns.us-east-2.api.aws",
|
23246
|
+
"tags" : [ "dualstack" ]
|
22848
23247
|
} ]
|
22849
23248
|
},
|
22850
23249
|
"us-west-1" : {
|
22851
23250
|
"variants" : [ {
|
22852
23251
|
"hostname" : "sns-fips.us-west-1.amazonaws.com",
|
22853
23252
|
"tags" : [ "fips" ]
|
23253
|
+
}, {
|
23254
|
+
"hostname" : "sns.us-west-1.api.aws",
|
23255
|
+
"tags" : [ "dualstack" ]
|
22854
23256
|
} ]
|
22855
23257
|
},
|
22856
23258
|
"us-west-2" : {
|
22857
23259
|
"variants" : [ {
|
22858
23260
|
"hostname" : "sns-fips.us-west-2.amazonaws.com",
|
22859
23261
|
"tags" : [ "fips" ]
|
23262
|
+
}, {
|
23263
|
+
"hostname" : "sns.us-west-2.api.aws",
|
23264
|
+
"tags" : [ "dualstack" ]
|
22860
23265
|
} ]
|
22861
23266
|
}
|
22862
23267
|
}
|
@@ -23152,22 +23557,78 @@
|
|
23152
23557
|
},
|
23153
23558
|
"ssm-incidents" : {
|
23154
23559
|
"endpoints" : {
|
23155
|
-
"ap-northeast-1" : {
|
23156
|
-
|
23157
|
-
|
23158
|
-
|
23159
|
-
|
23560
|
+
"ap-northeast-1" : {
|
23561
|
+
"variants" : [ {
|
23562
|
+
"hostname" : "ssm-incidents.ap-northeast-1.api.aws",
|
23563
|
+
"tags" : [ "dualstack" ]
|
23564
|
+
} ]
|
23565
|
+
},
|
23566
|
+
"ap-northeast-2" : {
|
23567
|
+
"variants" : [ {
|
23568
|
+
"hostname" : "ssm-incidents.ap-northeast-2.api.aws",
|
23569
|
+
"tags" : [ "dualstack" ]
|
23570
|
+
} ]
|
23571
|
+
},
|
23572
|
+
"ap-south-1" : {
|
23573
|
+
"variants" : [ {
|
23574
|
+
"hostname" : "ssm-incidents.ap-south-1.api.aws",
|
23575
|
+
"tags" : [ "dualstack" ]
|
23576
|
+
} ]
|
23577
|
+
},
|
23578
|
+
"ap-southeast-1" : {
|
23579
|
+
"variants" : [ {
|
23580
|
+
"hostname" : "ssm-incidents.ap-southeast-1.api.aws",
|
23581
|
+
"tags" : [ "dualstack" ]
|
23582
|
+
} ]
|
23583
|
+
},
|
23584
|
+
"ap-southeast-2" : {
|
23585
|
+
"variants" : [ {
|
23586
|
+
"hostname" : "ssm-incidents.ap-southeast-2.api.aws",
|
23587
|
+
"tags" : [ "dualstack" ]
|
23588
|
+
} ]
|
23589
|
+
},
|
23160
23590
|
"ca-central-1" : {
|
23161
23591
|
"variants" : [ {
|
23162
23592
|
"hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com",
|
23163
23593
|
"tags" : [ "fips" ]
|
23594
|
+
}, {
|
23595
|
+
"hostname" : "ssm-incidents-fips.ca-central-1.api.aws",
|
23596
|
+
"tags" : [ "dualstack", "fips" ]
|
23597
|
+
}, {
|
23598
|
+
"hostname" : "ssm-incidents.ca-central-1.api.aws",
|
23599
|
+
"tags" : [ "dualstack" ]
|
23600
|
+
} ]
|
23601
|
+
},
|
23602
|
+
"eu-central-1" : {
|
23603
|
+
"variants" : [ {
|
23604
|
+
"hostname" : "ssm-incidents.eu-central-1.api.aws",
|
23605
|
+
"tags" : [ "dualstack" ]
|
23606
|
+
} ]
|
23607
|
+
},
|
23608
|
+
"eu-north-1" : {
|
23609
|
+
"variants" : [ {
|
23610
|
+
"hostname" : "ssm-incidents.eu-north-1.api.aws",
|
23611
|
+
"tags" : [ "dualstack" ]
|
23612
|
+
} ]
|
23613
|
+
},
|
23614
|
+
"eu-west-1" : {
|
23615
|
+
"variants" : [ {
|
23616
|
+
"hostname" : "ssm-incidents.eu-west-1.api.aws",
|
23617
|
+
"tags" : [ "dualstack" ]
|
23618
|
+
} ]
|
23619
|
+
},
|
23620
|
+
"eu-west-2" : {
|
23621
|
+
"variants" : [ {
|
23622
|
+
"hostname" : "ssm-incidents.eu-west-2.api.aws",
|
23623
|
+
"tags" : [ "dualstack" ]
|
23624
|
+
} ]
|
23625
|
+
},
|
23626
|
+
"eu-west-3" : {
|
23627
|
+
"variants" : [ {
|
23628
|
+
"hostname" : "ssm-incidents.eu-west-3.api.aws",
|
23629
|
+
"tags" : [ "dualstack" ]
|
23164
23630
|
} ]
|
23165
23631
|
},
|
23166
|
-
"eu-central-1" : { },
|
23167
|
-
"eu-north-1" : { },
|
23168
|
-
"eu-west-1" : { },
|
23169
|
-
"eu-west-2" : { },
|
23170
|
-
"eu-west-3" : { },
|
23171
23632
|
"fips-ca-central-1" : {
|
23172
23633
|
"credentialScope" : {
|
23173
23634
|
"region" : "ca-central-1"
|
@@ -23203,29 +23664,58 @@
|
|
23203
23664
|
"deprecated" : true,
|
23204
23665
|
"hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com"
|
23205
23666
|
},
|
23206
|
-
"sa-east-1" : {
|
23667
|
+
"sa-east-1" : {
|
23668
|
+
"variants" : [ {
|
23669
|
+
"hostname" : "ssm-incidents.sa-east-1.api.aws",
|
23670
|
+
"tags" : [ "dualstack" ]
|
23671
|
+
} ]
|
23672
|
+
},
|
23207
23673
|
"us-east-1" : {
|
23208
23674
|
"variants" : [ {
|
23209
23675
|
"hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com",
|
23210
23676
|
"tags" : [ "fips" ]
|
23677
|
+
}, {
|
23678
|
+
"hostname" : "ssm-incidents-fips.us-east-1.api.aws",
|
23679
|
+
"tags" : [ "dualstack", "fips" ]
|
23680
|
+
}, {
|
23681
|
+
"hostname" : "ssm-incidents.us-east-1.api.aws",
|
23682
|
+
"tags" : [ "dualstack" ]
|
23211
23683
|
} ]
|
23212
23684
|
},
|
23213
23685
|
"us-east-2" : {
|
23214
23686
|
"variants" : [ {
|
23215
23687
|
"hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com",
|
23216
23688
|
"tags" : [ "fips" ]
|
23689
|
+
}, {
|
23690
|
+
"hostname" : "ssm-incidents-fips.us-east-2.api.aws",
|
23691
|
+
"tags" : [ "dualstack", "fips" ]
|
23692
|
+
}, {
|
23693
|
+
"hostname" : "ssm-incidents.us-east-2.api.aws",
|
23694
|
+
"tags" : [ "dualstack" ]
|
23217
23695
|
} ]
|
23218
23696
|
},
|
23219
23697
|
"us-west-1" : {
|
23220
23698
|
"variants" : [ {
|
23221
23699
|
"hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com",
|
23222
23700
|
"tags" : [ "fips" ]
|
23701
|
+
}, {
|
23702
|
+
"hostname" : "ssm-incidents-fips.us-west-1.api.aws",
|
23703
|
+
"tags" : [ "dualstack", "fips" ]
|
23704
|
+
}, {
|
23705
|
+
"hostname" : "ssm-incidents.us-west-1.api.aws",
|
23706
|
+
"tags" : [ "dualstack" ]
|
23223
23707
|
} ]
|
23224
23708
|
},
|
23225
23709
|
"us-west-2" : {
|
23226
23710
|
"variants" : [ {
|
23227
23711
|
"hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com",
|
23228
23712
|
"tags" : [ "fips" ]
|
23713
|
+
}, {
|
23714
|
+
"hostname" : "ssm-incidents-fips.us-west-2.api.aws",
|
23715
|
+
"tags" : [ "dualstack", "fips" ]
|
23716
|
+
}, {
|
23717
|
+
"hostname" : "ssm-incidents.us-west-2.api.aws",
|
23718
|
+
"tags" : [ "dualstack" ]
|
23229
23719
|
} ]
|
23230
23720
|
}
|
23231
23721
|
}
|
@@ -25953,6 +26443,16 @@
|
|
25953
26443
|
"tags" : [ "fips" ]
|
25954
26444
|
} ]
|
25955
26445
|
},
|
26446
|
+
"ap-southeast-7" : {
|
26447
|
+
"credentialScope" : {
|
26448
|
+
"region" : "ap-southeast-7"
|
26449
|
+
},
|
26450
|
+
"hostname" : "wafv2.ap-southeast-7.amazonaws.com",
|
26451
|
+
"variants" : [ {
|
26452
|
+
"hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com",
|
26453
|
+
"tags" : [ "fips" ]
|
26454
|
+
} ]
|
26455
|
+
},
|
25956
26456
|
"ca-central-1" : {
|
25957
26457
|
"credentialScope" : {
|
25958
26458
|
"region" : "ca-central-1"
|
@@ -26137,6 +26637,13 @@
|
|
26137
26637
|
"deprecated" : true,
|
26138
26638
|
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
|
26139
26639
|
},
|
26640
|
+
"fips-ap-southeast-7" : {
|
26641
|
+
"credentialScope" : {
|
26642
|
+
"region" : "ap-southeast-7"
|
26643
|
+
},
|
26644
|
+
"deprecated" : true,
|
26645
|
+
"hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com"
|
26646
|
+
},
|
26140
26647
|
"fips-ca-central-1" : {
|
26141
26648
|
"credentialScope" : {
|
26142
26649
|
"region" : "ca-central-1"
|
@@ -26228,6 +26735,13 @@
|
|
26228
26735
|
"deprecated" : true,
|
26229
26736
|
"hostname" : "wafv2-fips.me-south-1.amazonaws.com"
|
26230
26737
|
},
|
26738
|
+
"fips-mx-central-1" : {
|
26739
|
+
"credentialScope" : {
|
26740
|
+
"region" : "mx-central-1"
|
26741
|
+
},
|
26742
|
+
"deprecated" : true,
|
26743
|
+
"hostname" : "wafv2-fips.mx-central-1.amazonaws.com"
|
26744
|
+
},
|
26231
26745
|
"fips-sa-east-1" : {
|
26232
26746
|
"credentialScope" : {
|
26233
26747
|
"region" : "sa-east-1"
|
@@ -26293,6 +26807,16 @@
|
|
26293
26807
|
"tags" : [ "fips" ]
|
26294
26808
|
} ]
|
26295
26809
|
},
|
26810
|
+
"mx-central-1" : {
|
26811
|
+
"credentialScope" : {
|
26812
|
+
"region" : "mx-central-1"
|
26813
|
+
},
|
26814
|
+
"hostname" : "wafv2.mx-central-1.amazonaws.com",
|
26815
|
+
"variants" : [ {
|
26816
|
+
"hostname" : "wafv2-fips.mx-central-1.amazonaws.com",
|
26817
|
+
"tags" : [ "fips" ]
|
26818
|
+
} ]
|
26819
|
+
},
|
26296
26820
|
"sa-east-1" : {
|
26297
26821
|
"credentialScope" : {
|
26298
26822
|
"region" : "sa-east-1"
|
@@ -26790,8 +27314,18 @@
|
|
26790
27314
|
},
|
26791
27315
|
"applicationinsights" : {
|
26792
27316
|
"endpoints" : {
|
26793
|
-
"cn-north-1" : {
|
26794
|
-
|
27317
|
+
"cn-north-1" : {
|
27318
|
+
"credentialScope" : {
|
27319
|
+
"region" : "cn-north-1"
|
27320
|
+
},
|
27321
|
+
"hostname" : "applicationinsights.cn-north-1.amazonaws.com.cn"
|
27322
|
+
},
|
27323
|
+
"cn-northwest-1" : {
|
27324
|
+
"credentialScope" : {
|
27325
|
+
"region" : "cn-northwest-1"
|
27326
|
+
},
|
27327
|
+
"hostname" : "applicationinsights.cn-northwest-1.amazonaws.com.cn"
|
27328
|
+
}
|
26795
27329
|
}
|
26796
27330
|
},
|
26797
27331
|
"appmesh" : {
|
@@ -27342,6 +27876,24 @@
|
|
27342
27876
|
"cn-northwest-1" : { }
|
27343
27877
|
}
|
27344
27878
|
},
|
27879
|
+
"gameliftstreams" : {
|
27880
|
+
"defaults" : {
|
27881
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
27882
|
+
"variants" : [ {
|
27883
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
27884
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
27885
|
+
"tags" : [ "fips" ]
|
27886
|
+
} ]
|
27887
|
+
},
|
27888
|
+
"endpoints" : {
|
27889
|
+
"cn-north-1" : {
|
27890
|
+
"hostname" : "gameliftstreams.cn-north-1.api.amazonwebservices.com.cn"
|
27891
|
+
},
|
27892
|
+
"cn-northwest-1" : {
|
27893
|
+
"hostname" : "gameliftstreams.cn-northwest-1.api.amazonwebservices.com.cn"
|
27894
|
+
}
|
27895
|
+
}
|
27896
|
+
},
|
27345
27897
|
"glacier" : {
|
27346
27898
|
"defaults" : {
|
27347
27899
|
"protocols" : [ "http", "https" ]
|
@@ -28076,8 +28628,18 @@
|
|
28076
28628
|
"protocols" : [ "http", "https" ]
|
28077
28629
|
},
|
28078
28630
|
"endpoints" : {
|
28079
|
-
"cn-north-1" : {
|
28080
|
-
|
28631
|
+
"cn-north-1" : {
|
28632
|
+
"variants" : [ {
|
28633
|
+
"hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
|
28634
|
+
"tags" : [ "dualstack" ]
|
28635
|
+
} ]
|
28636
|
+
},
|
28637
|
+
"cn-northwest-1" : {
|
28638
|
+
"variants" : [ {
|
28639
|
+
"hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
|
28640
|
+
"tags" : [ "dualstack" ]
|
28641
|
+
} ]
|
28642
|
+
}
|
28081
28643
|
}
|
28082
28644
|
},
|
28083
28645
|
"sqs" : {
|
@@ -29355,6 +29917,12 @@
|
|
29355
29917
|
"deprecated" : true,
|
29356
29918
|
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
|
29357
29919
|
},
|
29920
|
+
"us-gov-east-1" : {
|
29921
|
+
"variants" : [ {
|
29922
|
+
"hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
|
29923
|
+
"tags" : [ "dualstack" ]
|
29924
|
+
} ]
|
29925
|
+
},
|
29358
29926
|
"us-gov-west-1" : {
|
29359
29927
|
"variants" : [ {
|
29360
29928
|
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
|
@@ -29378,6 +29946,12 @@
|
|
29378
29946
|
"deprecated" : true,
|
29379
29947
|
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
|
29380
29948
|
},
|
29949
|
+
"us-gov-east-1" : {
|
29950
|
+
"variants" : [ {
|
29951
|
+
"hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
|
29952
|
+
"tags" : [ "dualstack" ]
|
29953
|
+
} ]
|
29954
|
+
},
|
29381
29955
|
"us-gov-west-1" : {
|
29382
29956
|
"variants" : [ {
|
29383
29957
|
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
|
@@ -30522,6 +31096,24 @@
|
|
30522
31096
|
}
|
30523
31097
|
}
|
30524
31098
|
},
|
31099
|
+
"gameliftstreams" : {
|
31100
|
+
"defaults" : {
|
31101
|
+
"dnsSuffix" : "api.aws",
|
31102
|
+
"variants" : [ {
|
31103
|
+
"dnsSuffix" : "api.aws",
|
31104
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
31105
|
+
"tags" : [ "fips" ]
|
31106
|
+
} ]
|
31107
|
+
},
|
31108
|
+
"endpoints" : {
|
31109
|
+
"us-gov-east-1" : {
|
31110
|
+
"hostname" : "gameliftstreams.us-gov-east-1.api.aws"
|
31111
|
+
},
|
31112
|
+
"us-gov-west-1" : {
|
31113
|
+
"hostname" : "gameliftstreams.us-gov-west-1.api.aws"
|
31114
|
+
}
|
31115
|
+
}
|
31116
|
+
},
|
30525
31117
|
"geo" : {
|
30526
31118
|
"endpoints" : {
|
30527
31119
|
"fips-us-gov-west-1" : {
|
@@ -33856,6 +34448,18 @@
|
|
33856
34448
|
"isRegionalized" : false,
|
33857
34449
|
"partitionEndpoint" : "aws-iso-global"
|
33858
34450
|
},
|
34451
|
+
"ce" : {
|
34452
|
+
"endpoints" : {
|
34453
|
+
"aws-iso-global" : {
|
34454
|
+
"credentialScope" : {
|
34455
|
+
"region" : "us-iso-east-1"
|
34456
|
+
},
|
34457
|
+
"hostname" : "ce.us-iso-east-1.c2s.ic.gov"
|
34458
|
+
}
|
34459
|
+
},
|
34460
|
+
"isRegionalized" : false,
|
34461
|
+
"partitionEndpoint" : "aws-iso-global"
|
34462
|
+
},
|
33859
34463
|
"cloudcontrolapi" : {
|
33860
34464
|
"endpoints" : {
|
33861
34465
|
"us-iso-east-1" : { },
|
@@ -34407,6 +35011,16 @@
|
|
34407
35011
|
"us-iso-east-1" : { }
|
34408
35012
|
}
|
34409
35013
|
},
|
35014
|
+
"pi" : {
|
35015
|
+
"endpoints" : {
|
35016
|
+
"us-iso-east-1" : {
|
35017
|
+
"protocols" : [ "https" ]
|
35018
|
+
},
|
35019
|
+
"us-iso-west-1" : {
|
35020
|
+
"protocols" : [ "https" ]
|
35021
|
+
}
|
35022
|
+
}
|
35023
|
+
},
|
34410
35024
|
"ram" : {
|
34411
35025
|
"endpoints" : {
|
34412
35026
|
"us-iso-east-1" : { },
|
@@ -34651,8 +35265,22 @@
|
|
34651
35265
|
},
|
34652
35266
|
"secretsmanager" : {
|
34653
35267
|
"endpoints" : {
|
34654
|
-
"us-iso-east-1" : {
|
34655
|
-
|
35268
|
+
"us-iso-east-1" : {
|
35269
|
+
"variants" : [ {
|
35270
|
+
"tags" : [ "fips" ]
|
35271
|
+
} ]
|
35272
|
+
},
|
35273
|
+
"us-iso-east-1-fips" : {
|
35274
|
+
"deprecated" : true
|
35275
|
+
},
|
35276
|
+
"us-iso-west-1" : {
|
35277
|
+
"variants" : [ {
|
35278
|
+
"tags" : [ "fips" ]
|
35279
|
+
} ]
|
35280
|
+
},
|
35281
|
+
"us-iso-west-1-fips" : {
|
35282
|
+
"deprecated" : true
|
35283
|
+
}
|
34656
35284
|
}
|
34657
35285
|
},
|
34658
35286
|
"snowball" : {
|
@@ -34916,6 +35544,18 @@
|
|
34916
35544
|
"isRegionalized" : false,
|
34917
35545
|
"partitionEndpoint" : "aws-iso-b-global"
|
34918
35546
|
},
|
35547
|
+
"ce" : {
|
35548
|
+
"endpoints" : {
|
35549
|
+
"aws-iso-b-global" : {
|
35550
|
+
"credentialScope" : {
|
35551
|
+
"region" : "us-isob-east-1"
|
35552
|
+
},
|
35553
|
+
"hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
|
35554
|
+
}
|
35555
|
+
},
|
35556
|
+
"isRegionalized" : false,
|
35557
|
+
"partitionEndpoint" : "aws-iso-b-global"
|
35558
|
+
},
|
34919
35559
|
"cloudcontrolapi" : {
|
34920
35560
|
"endpoints" : {
|
34921
35561
|
"us-isob-east-1" : { }
|
@@ -35416,7 +36056,14 @@
|
|
35416
36056
|
},
|
35417
36057
|
"secretsmanager" : {
|
35418
36058
|
"endpoints" : {
|
35419
|
-
"us-isob-east-1" : {
|
36059
|
+
"us-isob-east-1" : {
|
36060
|
+
"variants" : [ {
|
36061
|
+
"tags" : [ "fips" ]
|
36062
|
+
} ]
|
36063
|
+
},
|
36064
|
+
"us-isob-east-1-fips" : {
|
36065
|
+
"deprecated" : true
|
36066
|
+
}
|
35420
36067
|
}
|
35421
36068
|
},
|
35422
36069
|
"snowball" : {
|
@@ -35710,6 +36357,24 @@
|
|
35710
36357
|
"isRegionalized" : false,
|
35711
36358
|
"partitionEndpoint" : "aws-iso-f-global"
|
35712
36359
|
},
|
36360
|
+
"ce" : {
|
36361
|
+
"endpoints" : {
|
36362
|
+
"aws-iso-f-global" : {
|
36363
|
+
"credentialScope" : {
|
36364
|
+
"region" : "us-isof-south-1"
|
36365
|
+
},
|
36366
|
+
"hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
|
36367
|
+
}
|
36368
|
+
},
|
36369
|
+
"isRegionalized" : false,
|
36370
|
+
"partitionEndpoint" : "aws-iso-f-global"
|
36371
|
+
},
|
36372
|
+
"cloudcontrolapi" : {
|
36373
|
+
"endpoints" : {
|
36374
|
+
"us-isof-east-1" : { },
|
36375
|
+
"us-isof-south-1" : { }
|
36376
|
+
}
|
36377
|
+
},
|
35713
36378
|
"cloudformation" : {
|
35714
36379
|
"endpoints" : {
|
35715
36380
|
"us-isof-east-1" : { },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1064.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|