aws-sdk-core 3.62.0 → 3.63.0

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: 2b811af0a0b6f98eff0ac41814b2bf3fa42a01f2
4
- data.tar.gz: e0048beaf3b680698a72a26f25fa36d8e6ff67d8
3
+ metadata.gz: 27997ac6193ccdf27b347b4c284934e578ba5a65
4
+ data.tar.gz: 86bd4f6aa0804474ec023a02fce0fdf725f47cb6
5
5
  SHA512:
6
- metadata.gz: f2a3dfce2817aff05eb3e3e4204cde255458a8ea15ea349b7329779e22341e12162f00b5f46dc3c9273a7a7ab755cfd82b367899de5d79a517b1d2d15672f5f1
7
- data.tar.gz: 23e4d29427d6b99f40ed78f874761056ed8855ee79d629798d17e163b7bd0f602bab422103171c5774c55465f360f67e31510a5ed9fc4a05fbce2c18fc94f72f
6
+ metadata.gz: b82ccc68262770af243cad28d28f72590c1108730633f3b69466f3c5bbb6ced8c94672bcd1b4ecb0943a6e40fbc705b148d3d2b0a18d127a04a85e7eb189ff11
7
+ data.tar.gz: ec5149be208c5d3983551824b70cbeb15c5c05e6d8fd9aa609f4d88362a040e787079475899f3ecf4a211675ff26e59c4e81692187d88849d88eb657e62f2451
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.62.0
1
+ 3.63.0
@@ -250,6 +250,7 @@ module Aws
250
250
  opts[:role_session_name] ||= prof_cfg["role_session_name"]
251
251
  opts[:role_session_name] ||= "default_session"
252
252
  opts[:role_arn] ||= prof_cfg["role_arn"]
253
+ opts[:duration_seconds] ||= prof_cfg["duration_seconds"]
253
254
  opts[:external_id] ||= prof_cfg["external_id"]
254
255
  opts[:serial_number] ||= prof_cfg["mfa_serial"]
255
256
  opts[:profile] = opts.delete(:source_profile)
@@ -269,6 +270,7 @@ module Aws
269
270
  opts[:role_session_name] ||= prof_cfg["role_session_name"]
270
271
  opts[:role_session_name] ||= "default_session"
271
272
  opts[:role_arn] ||= prof_cfg["role_arn"]
273
+ opts[:duration_seconds] ||= prof_cfg["duration_seconds"]
272
274
  opts[:external_id] ||= prof_cfg["external_id"]
273
275
  opts[:serial_number] ||= prof_cfg["mfa_serial"]
274
276
  opts.delete(:source_profile) # Cleanup
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.62.0'
43
+ GEM_VERSION = '3.63.0'
44
44
 
45
45
  end
@@ -1808,7 +1808,7 @@ module Aws::STS
1808
1808
  params: params,
1809
1809
  config: config)
1810
1810
  context[:gem_name] = 'aws-sdk-core'
1811
- context[:gem_version] = '3.62.0'
1811
+ context[:gem_version] = '3.63.0'
1812
1812
  Seahorse::Client::Request.new(handlers, context)
1813
1813
  end
1814
1814
 
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.62.0
4
+ version: 3.63.0
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: 2019-08-02 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath