aws-partitions 1.502.0 → 1.503.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/partitions.json +22 -0
- 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: 2ab9e26f3a7d335f977750b3b26426599d868c8b7c73750da52a90d84f176228
|
|
4
|
+
data.tar.gz: b085dd2e3d8d1850542015440ef5f8fce2d327d8e9b1f88e961eda6678340491
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 773ec44647abf0265b4df9f6875eaf1ac384209eb1f235a905409b546384a043011ceb419ce72beef745a927890dfca142ed69f2092b8e2b05278378a6223006
|
|
7
|
+
data.tar.gz: 0cd85229dcd408bb610914995ec74d6bf315df88d7960fdb40c1e88706a480f75919d651e4c94df667d914be6da112c9471e03bdc17da1aae1e18e67378ccdc0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.503.0
|
data/partitions.json
CHANGED
|
@@ -1348,6 +1348,7 @@
|
|
|
1348
1348
|
},
|
|
1349
1349
|
"codecommit" : {
|
|
1350
1350
|
"endpoints" : {
|
|
1351
|
+
"af-south-1" : { },
|
|
1351
1352
|
"ap-east-1" : { },
|
|
1352
1353
|
"ap-northeast-1" : { },
|
|
1353
1354
|
"ap-northeast-2" : { },
|
|
@@ -3991,6 +3992,26 @@
|
|
|
3991
3992
|
"us-west-2" : { }
|
|
3992
3993
|
}
|
|
3993
3994
|
},
|
|
3995
|
+
"kafkaconnect" : {
|
|
3996
|
+
"endpoints" : {
|
|
3997
|
+
"ap-northeast-1" : { },
|
|
3998
|
+
"ap-northeast-2" : { },
|
|
3999
|
+
"ap-south-1" : { },
|
|
4000
|
+
"ap-southeast-1" : { },
|
|
4001
|
+
"ap-southeast-2" : { },
|
|
4002
|
+
"ca-central-1" : { },
|
|
4003
|
+
"eu-central-1" : { },
|
|
4004
|
+
"eu-north-1" : { },
|
|
4005
|
+
"eu-west-1" : { },
|
|
4006
|
+
"eu-west-2" : { },
|
|
4007
|
+
"eu-west-3" : { },
|
|
4008
|
+
"sa-east-1" : { },
|
|
4009
|
+
"us-east-1" : { },
|
|
4010
|
+
"us-east-2" : { },
|
|
4011
|
+
"us-west-1" : { },
|
|
4012
|
+
"us-west-2" : { }
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
3994
4015
|
"kinesis" : {
|
|
3995
4016
|
"endpoints" : {
|
|
3996
4017
|
"af-south-1" : { },
|
|
@@ -4113,6 +4134,7 @@
|
|
|
4113
4134
|
"ap-east-1" : { },
|
|
4114
4135
|
"ap-northeast-1" : { },
|
|
4115
4136
|
"ap-northeast-2" : { },
|
|
4137
|
+
"ap-northeast-3" : { },
|
|
4116
4138
|
"ap-south-1" : { },
|
|
4117
4139
|
"ap-southeast-1" : { },
|
|
4118
4140
|
"ap-southeast-2" : { },
|
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.503.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: 2021-09-
|
|
11
|
+
date: 2021-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|