aws-partitions 1.75.0 → 1.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +27 -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: 28b28185f8e341c75dc972ec88ecbeb0c5ba3df7
|
4
|
+
data.tar.gz: da2a838ec36864f3d443fe43a9b1b7c961c59f4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5201de30d4abd4c490c1d74150b3421db09f0ca4b200d88f744e598914bfc67ae5b67881b4d4ecb753d5273387db971bcd810d186f8fe2da2808c0e29352bc5c
|
7
|
+
data.tar.gz: f6a1b6e72e37f9c7555467345e69fcf38b0d6793fb6d080f7cde88dd02784836e0cb49fc490c5a83ed3029a9367b5293bacf165cd8bed66fdac73cd52b5b16ad
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -375,9 +375,33 @@
|
|
375
375
|
"eu-west-3" : { },
|
376
376
|
"sa-east-1" : { },
|
377
377
|
"us-east-1" : { },
|
378
|
+
"us-east-1-fips" : {
|
379
|
+
"credentialScope" : {
|
380
|
+
"region" : "us-east-1"
|
381
|
+
},
|
382
|
+
"hostname" : "codebuild-fips.us-east-1.amazonaws.com"
|
383
|
+
},
|
378
384
|
"us-east-2" : { },
|
385
|
+
"us-east-2-fips" : {
|
386
|
+
"credentialScope" : {
|
387
|
+
"region" : "us-east-2"
|
388
|
+
},
|
389
|
+
"hostname" : "codebuild-fips.us-east-2.amazonaws.com"
|
390
|
+
},
|
379
391
|
"us-west-1" : { },
|
380
|
-
"us-west-
|
392
|
+
"us-west-1-fips" : {
|
393
|
+
"credentialScope" : {
|
394
|
+
"region" : "us-west-1"
|
395
|
+
},
|
396
|
+
"hostname" : "codebuild-fips.us-west-1.amazonaws.com"
|
397
|
+
},
|
398
|
+
"us-west-2" : { },
|
399
|
+
"us-west-2-fips" : {
|
400
|
+
"credentialScope" : {
|
401
|
+
"region" : "us-west-2"
|
402
|
+
},
|
403
|
+
"hostname" : "codebuild-fips.us-west-2.amazonaws.com"
|
404
|
+
}
|
381
405
|
}
|
382
406
|
},
|
383
407
|
"codecommit" : {
|
@@ -947,6 +971,8 @@
|
|
947
971
|
"glue" : {
|
948
972
|
"endpoints" : {
|
949
973
|
"ap-northeast-1" : { },
|
974
|
+
"ap-southeast-2" : { },
|
975
|
+
"eu-central-1" : { },
|
950
976
|
"eu-west-1" : { },
|
951
977
|
"us-east-1" : { },
|
952
978
|
"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.76.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: 2018-03-
|
11
|
+
date: 2018-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|