aws-sdk-core 2.10.117 → 2.10.118
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/apis/lambda/2015-03-31/api-2.json +4 -1
- data/endpoints.json +2 -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: 587297e81e1d644a179aa34c8a74bf112de1ec33
|
|
4
|
+
data.tar.gz: 059f5273b121cf5047c2041ce4855f69d8534a23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f19909a36ea7f0dac5d2bddb959cc18a4891cde6ef41cc9ca46ef981ff236553282e279dab72db93462ebe06f318e2ec79f7399df68f7831b056e1deaa102ce
|
|
7
|
+
data.tar.gz: b11365b8ee0dc515cd97a64787ddc7239d49640365f701f52ec8be098688d0e4e29bb111f1e8310c19a5eef2f5bb36e7c2954974e89ae3de5d088322b3a2dae5
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"endpointPrefix":"lambda",
|
|
6
6
|
"protocol":"rest-json",
|
|
7
7
|
"serviceFullName":"AWS Lambda",
|
|
8
|
+
"serviceId":"Lambda",
|
|
8
9
|
"signatureVersion":"v4",
|
|
9
10
|
"uid":"lambda-2015-03-31"
|
|
10
11
|
},
|
|
@@ -1523,7 +1524,9 @@
|
|
|
1523
1524
|
"python2.7",
|
|
1524
1525
|
"python3.6",
|
|
1525
1526
|
"dotnetcore1.0",
|
|
1526
|
-
"
|
|
1527
|
+
"dotnetcore2.0",
|
|
1528
|
+
"nodejs4.3-edge",
|
|
1529
|
+
"go1.x"
|
|
1527
1530
|
]
|
|
1528
1531
|
},
|
|
1529
1532
|
"S3Bucket":{
|
data/endpoints.json
CHANGED
|
@@ -543,6 +543,7 @@
|
|
|
543
543
|
"eu-central-1" : { },
|
|
544
544
|
"eu-west-1" : { },
|
|
545
545
|
"eu-west-2" : { },
|
|
546
|
+
"eu-west-3" : { },
|
|
546
547
|
"sa-east-1" : { },
|
|
547
548
|
"us-east-1" : { },
|
|
548
549
|
"us-east-2" : { },
|
|
@@ -1386,6 +1387,7 @@
|
|
|
1386
1387
|
"ap-northeast-2" : { },
|
|
1387
1388
|
"ap-south-1" : { },
|
|
1388
1389
|
"ap-southeast-2" : { },
|
|
1390
|
+
"ca-central-1" : { },
|
|
1389
1391
|
"eu-central-1" : { },
|
|
1390
1392
|
"eu-west-1" : { },
|
|
1391
1393
|
"eu-west-3" : { },
|
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.10.
|
|
4
|
+
version: 2.10.118
|
|
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-01-
|
|
11
|
+
date: 2018-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|