aws-partitions 1.935.0 → 1.937.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 +10 -6
- 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: 7e2f24136c31fcaff138013982c9cb47d4a300966ff0c3f59d1f70218749a229
|
4
|
+
data.tar.gz: 91441394427a7c5260f701145a6d954304939deb79273dad5451002f2280ba4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 712be5f1b822a467f4264d6827c8987ba9d3cd3a1f2cc5584b608e0ba02451384b311c6f7fd99b857f5de7a4f044bcf4e2ba7b6f28a80274e218dc1b9370b4ae
|
7
|
+
data.tar.gz: f07a51c2fae211ed81ebf07df7f04f976fc533e02debe6638602fd420c8c9a99fa5de387146288e773ade8a08347d736ec871fd0aa8f8b274268bf2bb46998d7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.937.0 (2024-05-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.936.0 (2024-05-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.935.0 (2024-05-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.937.0
|
data/partitions.json
CHANGED
@@ -112,11 +112,6 @@
|
|
112
112
|
}
|
113
113
|
},
|
114
114
|
"services" : {
|
115
|
-
"a4b" : {
|
116
|
-
"endpoints" : {
|
117
|
-
"us-east-1" : { }
|
118
|
-
}
|
119
|
-
},
|
120
115
|
"access-analyzer" : {
|
121
116
|
"endpoints" : {
|
122
117
|
"af-south-1" : { },
|
@@ -14005,14 +14000,19 @@
|
|
14005
14000
|
},
|
14006
14001
|
"quicksight" : {
|
14007
14002
|
"endpoints" : {
|
14003
|
+
"af-south-1" : { },
|
14008
14004
|
"ap-northeast-1" : { },
|
14009
14005
|
"ap-northeast-2" : { },
|
14010
14006
|
"ap-south-1" : { },
|
14011
14007
|
"ap-southeast-1" : { },
|
14012
14008
|
"ap-southeast-2" : { },
|
14009
|
+
"ap-southeast-3" : { },
|
14010
|
+
"api" : { },
|
14013
14011
|
"ca-central-1" : { },
|
14014
14012
|
"eu-central-1" : { },
|
14013
|
+
"eu-central-2" : { },
|
14015
14014
|
"eu-north-1" : { },
|
14015
|
+
"eu-south-1" : { },
|
14016
14016
|
"eu-west-1" : { },
|
14017
14017
|
"eu-west-2" : { },
|
14018
14018
|
"eu-west-3" : { },
|
@@ -14625,7 +14625,9 @@
|
|
14625
14625
|
} ]
|
14626
14626
|
},
|
14627
14627
|
"eu-central-1" : { },
|
14628
|
+
"eu-central-2" : { },
|
14628
14629
|
"eu-north-1" : { },
|
14630
|
+
"eu-south-2" : { },
|
14629
14631
|
"eu-west-1" : { },
|
14630
14632
|
"eu-west-2" : { },
|
14631
14633
|
"eu-west-3" : { },
|
@@ -14664,6 +14666,7 @@
|
|
14664
14666
|
"deprecated" : true,
|
14665
14667
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14666
14668
|
},
|
14669
|
+
"sa-east-1" : { },
|
14667
14670
|
"us-east-1" : {
|
14668
14671
|
"variants" : [ {
|
14669
14672
|
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
|
@@ -21896,7 +21899,8 @@
|
|
21896
21899
|
},
|
21897
21900
|
"redshift-serverless" : {
|
21898
21901
|
"endpoints" : {
|
21899
|
-
"cn-north-1" : { }
|
21902
|
+
"cn-north-1" : { },
|
21903
|
+
"cn-northwest-1" : { }
|
21900
21904
|
}
|
21901
21905
|
},
|
21902
21906
|
"resource-groups" : {
|
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.937.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-05-
|
11
|
+
date: 2024-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|