aws-partitions 1.989.0 → 1.991.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +157 -14
- 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: 4db62d21f0172df1af9f5707c1d912c091c5ec8e69fa6f1c1547ffb43f57f065
|
4
|
+
data.tar.gz: 2e5dadb47b2c7b3022823830ac131d9710622039b023ac46aa243f6c22522ff8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4e0e51f2d37940d7cbd8b97babc7bef615faf2534abec759bffb32a53231f657649d0bb5b86e920d6ab9ef8abe74f8fdbb3a0bfd394cf7724ed342823fad2b2
|
7
|
+
data.tar.gz: 814949d443c93ca6fc4088bf18c968ff070edfbe4a2edcd745bf0c819655dc9d37a63e855ab0986ee5b4ad931769b778809df99e27b32856f0283c31eedee95e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.991.0 (2024-10-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.990.0 (2024-10-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.989.0 (2024-10-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.991.0
|
data/partitions.json
CHANGED
@@ -2055,20 +2055,76 @@
|
|
2055
2055
|
"protocols" : [ "https" ]
|
2056
2056
|
},
|
2057
2057
|
"endpoints" : {
|
2058
|
-
"ap-northeast-1" : {
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2063
|
-
"
|
2064
|
-
|
2065
|
-
|
2066
|
-
|
2067
|
-
|
2068
|
-
"
|
2069
|
-
|
2070
|
-
|
2071
|
-
|
2058
|
+
"ap-northeast-1" : {
|
2059
|
+
"variants" : [ {
|
2060
|
+
"tags" : [ "dualstack" ]
|
2061
|
+
} ]
|
2062
|
+
},
|
2063
|
+
"ap-northeast-2" : {
|
2064
|
+
"variants" : [ {
|
2065
|
+
"tags" : [ "dualstack" ]
|
2066
|
+
} ]
|
2067
|
+
},
|
2068
|
+
"ap-south-1" : {
|
2069
|
+
"variants" : [ {
|
2070
|
+
"tags" : [ "dualstack" ]
|
2071
|
+
} ]
|
2072
|
+
},
|
2073
|
+
"ap-southeast-1" : {
|
2074
|
+
"variants" : [ {
|
2075
|
+
"tags" : [ "dualstack" ]
|
2076
|
+
} ]
|
2077
|
+
},
|
2078
|
+
"ap-southeast-2" : {
|
2079
|
+
"variants" : [ {
|
2080
|
+
"tags" : [ "dualstack" ]
|
2081
|
+
} ]
|
2082
|
+
},
|
2083
|
+
"eu-central-1" : {
|
2084
|
+
"variants" : [ {
|
2085
|
+
"tags" : [ "dualstack" ]
|
2086
|
+
} ]
|
2087
|
+
},
|
2088
|
+
"eu-north-1" : {
|
2089
|
+
"variants" : [ {
|
2090
|
+
"tags" : [ "dualstack" ]
|
2091
|
+
} ]
|
2092
|
+
},
|
2093
|
+
"eu-west-1" : {
|
2094
|
+
"variants" : [ {
|
2095
|
+
"tags" : [ "dualstack" ]
|
2096
|
+
} ]
|
2097
|
+
},
|
2098
|
+
"eu-west-2" : {
|
2099
|
+
"variants" : [ {
|
2100
|
+
"tags" : [ "dualstack" ]
|
2101
|
+
} ]
|
2102
|
+
},
|
2103
|
+
"eu-west-3" : {
|
2104
|
+
"variants" : [ {
|
2105
|
+
"tags" : [ "dualstack" ]
|
2106
|
+
} ]
|
2107
|
+
},
|
2108
|
+
"sa-east-1" : {
|
2109
|
+
"variants" : [ {
|
2110
|
+
"tags" : [ "dualstack" ]
|
2111
|
+
} ]
|
2112
|
+
},
|
2113
|
+
"us-east-1" : {
|
2114
|
+
"variants" : [ {
|
2115
|
+
"tags" : [ "dualstack" ]
|
2116
|
+
} ]
|
2117
|
+
},
|
2118
|
+
"us-east-2" : {
|
2119
|
+
"variants" : [ {
|
2120
|
+
"tags" : [ "dualstack" ]
|
2121
|
+
} ]
|
2122
|
+
},
|
2123
|
+
"us-west-2" : {
|
2124
|
+
"variants" : [ {
|
2125
|
+
"tags" : [ "dualstack" ]
|
2126
|
+
} ]
|
2127
|
+
}
|
2072
2128
|
}
|
2073
2129
|
},
|
2074
2130
|
"arc-zonal-shift" : {
|
@@ -2576,6 +2632,7 @@
|
|
2576
2632
|
"ap-southeast-2" : { },
|
2577
2633
|
"ap-southeast-3" : { },
|
2578
2634
|
"ap-southeast-4" : { },
|
2635
|
+
"ap-southeast-5" : { },
|
2579
2636
|
"ca-central-1" : { },
|
2580
2637
|
"ca-west-1" : { },
|
2581
2638
|
"eu-central-1" : { },
|
@@ -19787,6 +19844,86 @@
|
|
19787
19844
|
}
|
19788
19845
|
}
|
19789
19846
|
},
|
19847
|
+
"ssm-quicksetup" : {
|
19848
|
+
"endpoints" : {
|
19849
|
+
"ap-northeast-1" : { },
|
19850
|
+
"ap-northeast-2" : { },
|
19851
|
+
"ap-south-1" : { },
|
19852
|
+
"ap-southeast-1" : { },
|
19853
|
+
"ap-southeast-2" : { },
|
19854
|
+
"ca-central-1" : {
|
19855
|
+
"variants" : [ {
|
19856
|
+
"hostname" : "ssm-quicksetup-fips.ca-central-1.amazonaws.com",
|
19857
|
+
"tags" : [ "fips" ]
|
19858
|
+
} ]
|
19859
|
+
},
|
19860
|
+
"eu-central-1" : { },
|
19861
|
+
"eu-north-1" : { },
|
19862
|
+
"eu-west-1" : { },
|
19863
|
+
"eu-west-2" : { },
|
19864
|
+
"eu-west-3" : { },
|
19865
|
+
"fips-ca-central-1" : {
|
19866
|
+
"credentialScope" : {
|
19867
|
+
"region" : "ca-central-1"
|
19868
|
+
},
|
19869
|
+
"deprecated" : true,
|
19870
|
+
"hostname" : "ssm-quicksetup-fips.ca-central-1.amazonaws.com"
|
19871
|
+
},
|
19872
|
+
"fips-us-east-1" : {
|
19873
|
+
"credentialScope" : {
|
19874
|
+
"region" : "us-east-1"
|
19875
|
+
},
|
19876
|
+
"deprecated" : true,
|
19877
|
+
"hostname" : "ssm-quicksetup-fips.us-east-1.amazonaws.com"
|
19878
|
+
},
|
19879
|
+
"fips-us-east-2" : {
|
19880
|
+
"credentialScope" : {
|
19881
|
+
"region" : "us-east-2"
|
19882
|
+
},
|
19883
|
+
"deprecated" : true,
|
19884
|
+
"hostname" : "ssm-quicksetup-fips.us-east-2.amazonaws.com"
|
19885
|
+
},
|
19886
|
+
"fips-us-west-1" : {
|
19887
|
+
"credentialScope" : {
|
19888
|
+
"region" : "us-west-1"
|
19889
|
+
},
|
19890
|
+
"deprecated" : true,
|
19891
|
+
"hostname" : "ssm-quicksetup-fips.us-west-1.amazonaws.com"
|
19892
|
+
},
|
19893
|
+
"fips-us-west-2" : {
|
19894
|
+
"credentialScope" : {
|
19895
|
+
"region" : "us-west-2"
|
19896
|
+
},
|
19897
|
+
"deprecated" : true,
|
19898
|
+
"hostname" : "ssm-quicksetup-fips.us-west-2.amazonaws.com"
|
19899
|
+
},
|
19900
|
+
"sa-east-1" : { },
|
19901
|
+
"us-east-1" : {
|
19902
|
+
"variants" : [ {
|
19903
|
+
"hostname" : "ssm-quicksetup-fips.us-east-1.amazonaws.com",
|
19904
|
+
"tags" : [ "fips" ]
|
19905
|
+
} ]
|
19906
|
+
},
|
19907
|
+
"us-east-2" : {
|
19908
|
+
"variants" : [ {
|
19909
|
+
"hostname" : "ssm-quicksetup-fips.us-east-2.amazonaws.com",
|
19910
|
+
"tags" : [ "fips" ]
|
19911
|
+
} ]
|
19912
|
+
},
|
19913
|
+
"us-west-1" : {
|
19914
|
+
"variants" : [ {
|
19915
|
+
"hostname" : "ssm-quicksetup-fips.us-west-1.amazonaws.com",
|
19916
|
+
"tags" : [ "fips" ]
|
19917
|
+
} ]
|
19918
|
+
},
|
19919
|
+
"us-west-2" : {
|
19920
|
+
"variants" : [ {
|
19921
|
+
"hostname" : "ssm-quicksetup-fips.us-west-2.amazonaws.com",
|
19922
|
+
"tags" : [ "fips" ]
|
19923
|
+
} ]
|
19924
|
+
}
|
19925
|
+
}
|
19926
|
+
},
|
19790
19927
|
"ssm-sap" : {
|
19791
19928
|
"endpoints" : {
|
19792
19929
|
"af-south-1" : { },
|
@@ -28092,6 +28229,12 @@
|
|
28092
28229
|
}
|
28093
28230
|
}
|
28094
28231
|
},
|
28232
|
+
"schemas" : {
|
28233
|
+
"endpoints" : {
|
28234
|
+
"us-gov-east-1" : { },
|
28235
|
+
"us-gov-west-1" : { }
|
28236
|
+
}
|
28237
|
+
},
|
28095
28238
|
"secretsmanager" : {
|
28096
28239
|
"endpoints" : {
|
28097
28240
|
"us-gov-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.991.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: 2024-10-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|