aws-partitions 1.665.0 → 1.666.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +32 -1
- 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: 11d20d5957ea441a159a0ca5a821366ff39c937011f50699c2942be437d4ff45
|
|
4
|
+
data.tar.gz: 210dd93d9ffda8afb89993cb6d3ded1544338aa259f8561f5d4533a387917918
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '092bf53a05ee0cd487078cab29618f0455d3005bc0fd1c64447c68334ff4829773690aa667d840da98b47457f704dd326399fef107af18c5db780bb2ba0c68df'
|
|
7
|
+
data.tar.gz: 4f3785f57bebf46992e4ba070953d65d62126399fcfbeb2bfba7d718eb636d4387e0a70cee94acc52a122b54aaf0599564c1373c95f5c52b0ae317ec130c45cb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.666.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -10084,6 +10084,36 @@
|
|
|
10084
10084
|
"us-west-2" : { }
|
|
10085
10085
|
}
|
|
10086
10086
|
},
|
|
10087
|
+
"oam" : {
|
|
10088
|
+
"endpoints" : {
|
|
10089
|
+
"af-south-1" : { },
|
|
10090
|
+
"ap-east-1" : { },
|
|
10091
|
+
"ap-northeast-1" : { },
|
|
10092
|
+
"ap-northeast-2" : { },
|
|
10093
|
+
"ap-northeast-3" : { },
|
|
10094
|
+
"ap-south-1" : { },
|
|
10095
|
+
"ap-south-2" : { },
|
|
10096
|
+
"ap-southeast-1" : { },
|
|
10097
|
+
"ap-southeast-2" : { },
|
|
10098
|
+
"ap-southeast-3" : { },
|
|
10099
|
+
"ca-central-1" : { },
|
|
10100
|
+
"eu-central-1" : { },
|
|
10101
|
+
"eu-central-2" : { },
|
|
10102
|
+
"eu-north-1" : { },
|
|
10103
|
+
"eu-south-1" : { },
|
|
10104
|
+
"eu-south-2" : { },
|
|
10105
|
+
"eu-west-1" : { },
|
|
10106
|
+
"eu-west-2" : { },
|
|
10107
|
+
"eu-west-3" : { },
|
|
10108
|
+
"me-central-1" : { },
|
|
10109
|
+
"me-south-1" : { },
|
|
10110
|
+
"sa-east-1" : { },
|
|
10111
|
+
"us-east-1" : { },
|
|
10112
|
+
"us-east-2" : { },
|
|
10113
|
+
"us-west-1" : { },
|
|
10114
|
+
"us-west-2" : { }
|
|
10115
|
+
}
|
|
10116
|
+
},
|
|
10087
10117
|
"oidc" : {
|
|
10088
10118
|
"endpoints" : {
|
|
10089
10119
|
"ap-east-1" : {
|
|
@@ -21078,7 +21108,8 @@
|
|
|
21078
21108
|
},
|
|
21079
21109
|
"firehose" : {
|
|
21080
21110
|
"endpoints" : {
|
|
21081
|
-
"us-iso-east-1" : { }
|
|
21111
|
+
"us-iso-east-1" : { },
|
|
21112
|
+
"us-iso-west-1" : { }
|
|
21082
21113
|
}
|
|
21083
21114
|
},
|
|
21084
21115
|
"glacier" : {
|
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.666.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: 2022-11-
|
|
11
|
+
date: 2022-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|