aws-sdk-core 3.22.0 → 3.22.1

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: 54149f1832e91cbc45d96a83b677c5cf83d91dcc
4
- data.tar.gz: 0ad04974faf3da443b6b5093ab3397de0b62f84c
3
+ metadata.gz: 0135b4c9f4be1d1a66fc2e45dac396298d781b87
4
+ data.tar.gz: 382757f33aa64c8db8f609eb8e61efaaf54ab2f2
5
5
  SHA512:
6
- metadata.gz: 230cf3bb7ef5c247de6bb8b1f7363cae644d4869c415df572553ed1e4df3dd94465dd3768c037eca8b3d1bdf5d19bd3599df3ad850be7760a9f00637cd182645
7
- data.tar.gz: af831a1819233e5d722acc8767e5148f73ba6e2e71ef08725daf98370cf6b73194d66f6f1d5826903e5c755c4a3facdee4549578b46e69344faa099ba43e0533
6
+ metadata.gz: 5c7444fd636bc7e1c5cd10d019506c04e06ccb643798d119be7c0c6d65592ab304020be353646dd6f946075561b5005012d478b70f77bccf36fc8fb9b83fdc97
7
+ data.tar.gz: 579d24a8c9e22748dcf8605ccd1e5912d6f6137499dbec7d32e9460eca7fe8304d7a57233c21fd8c8e6687cb46605d1d8b2be81b08e9c9a67eba5023ae24c1a2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.22.0
1
+ 3.22.1
@@ -85,7 +85,7 @@ module Aws
85
85
  c['SecretAccessKey'],
86
86
  c['Token']
87
87
  )
88
- @expiration = c['Expiration'] ? Time.parse(c['Expiration']) : nil
88
+ @expiration = c['Expiration'] ? Time.iso8601(c['Expiration']) : nil
89
89
  end
90
90
  end
91
91
 
@@ -76,7 +76,7 @@ module Aws
76
76
  c['SecretAccessKey'],
77
77
  c['Token']
78
78
  )
79
- @expiration = c['Expiration'] ? Time.parse(c['Expiration']) : nil
79
+ @expiration = c['Expiration'] ? Time.iso8601(c['Expiration']) : nil
80
80
  end
81
81
  end
82
82
 
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.22.0'
43
+ GEM_VERSION = '3.22.1'
44
44
 
45
45
  end
@@ -1486,7 +1486,7 @@ module Aws::STS
1486
1486
  params: params,
1487
1487
  config: config)
1488
1488
  context[:gem_name] = 'aws-sdk-core'
1489
- context[:gem_version] = '3.22.0'
1489
+ context[:gem_version] = '3.22.1'
1490
1490
  Seahorse::Client::Request.new(handlers, context)
1491
1491
  end
1492
1492
 
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: 3.22.0
4
+ version: 3.22.1
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-06-26 00:00:00.000000000 Z
11
+ date: 2018-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath