aws-sdk-core 2.11.29 → 2.11.30
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/endpoints.json +18 -0
- data/lib/aws-sdk-core/version.rb +1 -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: 977f3192bfeec100552f27a80261d2865aa6f178
|
|
4
|
+
data.tar.gz: e724e63c07df42ef930b596bec14a556bce98c0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f38dcf3959d46e31a7abe48523d81b0bfdc4be40bdcbfab62e5c32e22d98408f881f1ab4fa11005eccf4215c30a9e464102101e5882f1fbd9c5c6921c974d32c
|
|
7
|
+
data.tar.gz: 38a008668782d3938751d52df0bf0f9d88fc1c5e83ed2e0c93ea9677a2b10639de1f6b461f3895fa3152aada231d540284f82f973587cb0e172db5250977b7b9
|
data/endpoints.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" ]
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.30
|
|
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
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|