aws-partitions 1.292.0 → 1.293.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 +13 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6e369b5531e4ca365d8cb12c259a3d173e219cc
|
|
4
|
+
data.tar.gz: 3e5f9357cbcc88f1f886ab367251274b7e28053e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6374f74d3bddca7f63b087c9fa2e7337e6e383cd212a2fecec951142dc1c1dfc5bba18b0e268be1ffe8a25b02ed2c9f7ef8a031ce72f21f81ca8034c599e683f
|
|
7
|
+
data.tar.gz: 343d83813ff596df32775a68f2ec55e15a0e81d04a2387e067a4a8e5cdd2e96cebde42d5b6accf6c9bff8940b3b92fda1f05d08572ce39c25d192905041e90dd
|
data/partitions.json
CHANGED
|
@@ -5929,7 +5929,19 @@
|
|
|
5929
5929
|
"codebuild" : {
|
|
5930
5930
|
"endpoints" : {
|
|
5931
5931
|
"us-gov-east-1" : { },
|
|
5932
|
-
"us-gov-
|
|
5932
|
+
"us-gov-east-1-fips" : {
|
|
5933
|
+
"credentialScope" : {
|
|
5934
|
+
"region" : "us-gov-east-1"
|
|
5935
|
+
},
|
|
5936
|
+
"hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com"
|
|
5937
|
+
},
|
|
5938
|
+
"us-gov-west-1" : { },
|
|
5939
|
+
"us-gov-west-1-fips" : {
|
|
5940
|
+
"credentialScope" : {
|
|
5941
|
+
"region" : "us-gov-west-1"
|
|
5942
|
+
},
|
|
5943
|
+
"hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com"
|
|
5944
|
+
}
|
|
5933
5945
|
}
|
|
5934
5946
|
},
|
|
5935
5947
|
"codecommit" : {
|
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.293.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-
|
|
11
|
+
date: 2020-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|