aws-partitions 1.411.0 → 1.412.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/partitions.json +5 -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: 71094c8d4bdf3489090d186aa5eea2173211edfcc5475615e9eaa6a536bf6f60
|
4
|
+
data.tar.gz: 6e298a236427ce72c6793cdb55584fcd1bb742a215ad1bbd5b040047ac37b67f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e922cffabe6318eb7f3ec3fd7a532d43b941a4664547f50e53bd84978e91a83379e3a7254d49c918d54505d76195d9635a56618fa2399991ca158c8a42a8d5eb
|
7
|
+
data.tar.gz: 556d2e21fb494a0241a3cefa57d10ac3f0783a1aadfba3d694b10573ea0ad7dbda40e654767b27357ec719da2bcb1d96f9d271db120fb62846b299386f3c2ecf
|
data/partitions.json
CHANGED
@@ -1129,6 +1129,7 @@
|
|
1129
1129
|
},
|
1130
1130
|
"codebuild" : {
|
1131
1131
|
"endpoints" : {
|
1132
|
+
"af-south-1" : { },
|
1132
1133
|
"ap-east-1" : { },
|
1133
1134
|
"ap-northeast-1" : { },
|
1134
1135
|
"ap-northeast-2" : { },
|
@@ -1267,6 +1268,7 @@
|
|
1267
1268
|
},
|
1268
1269
|
"codepipeline" : {
|
1269
1270
|
"endpoints" : {
|
1271
|
+
"ap-east-1" : { },
|
1270
1272
|
"ap-northeast-1" : { },
|
1271
1273
|
"ap-northeast-2" : { },
|
1272
1274
|
"ap-south-1" : { },
|
@@ -3794,6 +3796,7 @@
|
|
3794
3796
|
},
|
3795
3797
|
"macie2" : {
|
3796
3798
|
"endpoints" : {
|
3799
|
+
"af-south-1" : { },
|
3797
3800
|
"ap-east-1" : { },
|
3798
3801
|
"ap-northeast-1" : { },
|
3799
3802
|
"ap-northeast-2" : { },
|
@@ -3803,6 +3806,7 @@
|
|
3803
3806
|
"ca-central-1" : { },
|
3804
3807
|
"eu-central-1" : { },
|
3805
3808
|
"eu-north-1" : { },
|
3809
|
+
"eu-south-1" : { },
|
3806
3810
|
"eu-west-1" : { },
|
3807
3811
|
"eu-west-2" : { },
|
3808
3812
|
"eu-west-3" : { },
|
@@ -3830,6 +3834,7 @@
|
|
3830
3834
|
},
|
3831
3835
|
"hostname" : "macie2-fips.us-west-2.amazonaws.com"
|
3832
3836
|
},
|
3837
|
+
"me-south-1" : { },
|
3833
3838
|
"sa-east-1" : { },
|
3834
3839
|
"us-east-1" : { },
|
3835
3840
|
"us-east-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.412.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: 2020-12-
|
11
|
+
date: 2020-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|