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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82de7afb6d2a779e5f79bd12e26f655c83e79fd3
4
- data.tar.gz: ac36c5fcf24379b229e6a8bd0d329aea4dcf6332
3
+ metadata.gz: 9c5bbb4f68382bd2051104dfc2ae0faa3632700c
4
+ data.tar.gz: 97198df205cfed2cd14e97e4c0798ac32a841307
5
5
  SHA512:
6
- metadata.gz: e7db93881ee001d3e9cd2056b4fbb073d80b708ba3795e949d845a5404f098fab1fe3e667448a4463e2f2fa93e7b562036849602f95b3a5cf496f16dfd732760
7
- data.tar.gz: 85dd97d5ab3d85f58b7514b2d45f56bc1613a3f8c931730228aeb2ac89d5d646f0913a8c030b718742474a994bcc96f0a682f788525862e171387e454af8f334
6
+ metadata.gz: dae0fe99643a3e5411b4dea242c69a25486206b37b40e1146b87333f90e345f0d587c4c332e032410f45f3d80c5375ec845cebdc096d60f0ea429db5d42993d1
7
+ data.tar.gz: cb0da54cbe385bc01d1a8c31ab286f01426a176a7a14ae6ff0fa9b0ebd09bfa83f4daa82e69201bf5538a2e6819f0a5d54ff30255f1dd7eb4ddee57071f2b147
@@ -3186,6 +3186,7 @@
3186
3186
  "ap-southeast-2",
3187
3187
  "ap-northeast-1",
3188
3188
  "ap-northeast-2",
3189
+ "ap-northeast-3",
3189
3190
  "sa-east-1",
3190
3191
  "cn-north-1",
3191
3192
  "cn-northwest-1",
@@ -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":50000,
409
+ "max":100000,
409
410
  "min":4
410
411
  },
411
412
  "Subject":{"type":"string"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.4'
2
+ VERSION = '2.11.5'
3
3
  end
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
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-23 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath