aws-sdk-core 2.11.4 → 2.11.5
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/route53/2013-04-01/api-2.json +1 -0
- data/apis/sts/2011-06-15/api-2.json +2 -1
- 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: 9c5bbb4f68382bd2051104dfc2ae0faa3632700c
|
|
4
|
+
data.tar.gz: 97198df205cfed2cd14e97e4c0798ac32a841307
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dae0fe99643a3e5411b4dea242c69a25486206b37b40e1146b87333f90e345f0d587c4c332e032410f45f3d80c5375ec845cebdc096d60f0ea429db5d42993d1
|
|
7
|
+
data.tar.gz: cb0da54cbe385bc01d1a8c31ab286f01426a176a7a14ae6ff0fa9b0ebd09bfa83f4daa82e69201bf5538a2e6819f0a5d54ff30255f1dd7eb4ddee57071f2b147
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"protocol":"query",
|
|
8
8
|
"serviceAbbreviation":"AWS STS",
|
|
9
9
|
"serviceFullName":"AWS Security Token Service",
|
|
10
|
+
"serviceId":"STS",
|
|
10
11
|
"signatureVersion":"v4",
|
|
11
12
|
"uid":"sts-2011-06-15",
|
|
12
13
|
"xmlNamespace":"https://sts.amazonaws.com/doc/2011-06-15/"
|
|
@@ -405,7 +406,7 @@
|
|
|
405
406
|
},
|
|
406
407
|
"SAMLAssertionType":{
|
|
407
408
|
"type":"string",
|
|
408
|
-
"max":
|
|
409
|
+
"max":100000,
|
|
409
410
|
"min":4
|
|
410
411
|
},
|
|
411
412
|
"Subject":{"type":"string"},
|
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.5
|
|
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-02-
|
|
11
|
+
date: 2018-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|