aws-partitions 1.77.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/partitions.json +18 -0
- 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: 6e07c52347a45e8f51b200f423611dbf79bd896b
|
4
|
+
data.tar.gz: 4eef4a9492d93c96d849fb90d28321c68b397c3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cc5685538a9fd4c0d993fe0dca6420443c4da8128847683406a73615027a249d7c2fe557783fc2a070598327c624845bfd496b7ebaa2d68beba3159174d2a89
|
7
|
+
data.tar.gz: f0e42ae19c09905b1cddc4cb37a1af4e0f80eefcd234957137ffe3bc20f8a8c93ce179108927d8c8a50e8f0b104aae70b5db9ecc237b7b958bbea2d505331987
|
data/partitions.json
CHANGED
@@ -1573,6 +1573,24 @@
|
|
1573
1573
|
"us-west-2" : { }
|
1574
1574
|
}
|
1575
1575
|
},
|
1576
|
+
"secretsmanager" : {
|
1577
|
+
"endpoints" : {
|
1578
|
+
"ap-northeast-1" : { },
|
1579
|
+
"ap-northeast-2" : { },
|
1580
|
+
"ap-south-1" : { },
|
1581
|
+
"ap-southeast-1" : { },
|
1582
|
+
"ap-southeast-2" : { },
|
1583
|
+
"ca-central-1" : { },
|
1584
|
+
"eu-central-1" : { },
|
1585
|
+
"eu-west-1" : { },
|
1586
|
+
"eu-west-2" : { },
|
1587
|
+
"sa-east-1" : { },
|
1588
|
+
"us-east-1" : { },
|
1589
|
+
"us-east-2" : { },
|
1590
|
+
"us-west-1" : { },
|
1591
|
+
"us-west-2" : { }
|
1592
|
+
}
|
1593
|
+
},
|
1576
1594
|
"serverlessrepo" : {
|
1577
1595
|
"defaults" : {
|
1578
1596
|
"protocols" : [ "https" ]
|
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.78.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-04-
|
11
|
+
date: 2018-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|