aws-sdk-rolesanywhere 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfe28a51801970c82d8c1b943633a533d46ae02d3923fbb49f930f0f1c11acb9
4
- data.tar.gz: 8eee05d9ab3cf6a31ed7f047f7e8fd23d23de4b2bf860f6d7a17d1987320df1f
3
+ metadata.gz: 10a15c0fede13d1ad9028644bbe1245bfe12a1cfa85b63c219a142fb3b1d6d17
4
+ data.tar.gz: ba0ce7465c77413722107c92e2d866e7fae8dee5ac4d079013176f3d46420f12
5
5
  SHA512:
6
- metadata.gz: 8aba8f2bd23690516e3cf1fcd5ca6d62a6a10f91c833bee72589e6e5858b6a6696f4a850c0eefa81b58c4b781aa30b4fbb11891cc68419f3bed25d17323d337f
7
- data.tar.gz: '08480442cc9759288a36b1db3b6af3909f20f9695d6370b98d085288d6c1af85cbde091217e36338eb34bc496c463d9019bd4752bcec2b5b4812bab1557a1885'
6
+ metadata.gz: 2bb3a55c995dff380338a622791b2a0c38f450682d89135cab40663502828b9030cbb21c89a6285b1f3875c2dfe48330405dec03903eb3b0592e6e703b5e960b
7
+ data.tar.gz: 34376dc34533a016ebb285b2e7c98bada99ce344a9868e5af12c12d7d5eb89bb30b56394b16187dd3c8e3fa46fd4ea9d7062ac82d699dc48d99f926b2186bebf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2024-04-02)
5
+ ------------------
6
+
7
+ * Feature - This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.
8
+
4
9
  1.13.0 (2024-03-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -397,7 +397,8 @@ module Aws::RolesAnywhere
397
397
  # @option params [Integer] :duration_seconds
398
398
  # Used to determine how long sessions vended using this profile are
399
399
  # valid for. See the `Expiration` section of the [CreateSession API
400
- # documentation][1] page for more details.
400
+ # documentation][1] page for more details. In requests, if this value is
401
+ # not provided, the default value will be 3600.
401
402
  #
402
403
  #
403
404
  #
@@ -1648,7 +1649,8 @@ module Aws::RolesAnywhere
1648
1649
  # @option params [Integer] :duration_seconds
1649
1650
  # Used to determine how long sessions vended using this profile are
1650
1651
  # valid for. See the `Expiration` section of the [CreateSession API
1651
- # documentation][1] page for more details.
1652
+ # documentation][1] page for more details. In requests, if this value is
1653
+ # not provided, the default value will be 3600.
1652
1654
  #
1653
1655
  #
1654
1656
  #
@@ -1790,7 +1792,7 @@ module Aws::RolesAnywhere
1790
1792
  params: params,
1791
1793
  config: config)
1792
1794
  context[:gem_name] = 'aws-sdk-rolesanywhere'
1793
- context[:gem_version] = '1.13.0'
1795
+ context[:gem_version] = '1.14.0'
1794
1796
  Seahorse::Client::Request.new(handlers, context)
1795
1797
  end
1796
1798
 
@@ -26,7 +26,8 @@ module Aws::RolesAnywhere
26
26
  # @!attribute [rw] duration_seconds
27
27
  # Used to determine how long sessions vended using this profile are
28
28
  # valid for. See the `Expiration` section of the [CreateSession API
29
- # documentation][1] page for more details.
29
+ # documentation][1] page for more details. In requests, if this value
30
+ # is not provided, the default value will be 3600.
30
31
  #
31
32
  #
32
33
  #
@@ -521,7 +522,8 @@ module Aws::RolesAnywhere
521
522
  # @!attribute [rw] duration_seconds
522
523
  # Used to determine how long sessions vended using this profile are
523
524
  # valid for. See the `Expiration` section of the [CreateSession API
524
- # documentation][1] page for more details.
525
+ # documentation][1] page for more details. In requests, if this value
526
+ # is not provided, the default value will be 3600.
525
527
  #
526
528
  #
527
529
  #
@@ -1046,7 +1048,8 @@ module Aws::RolesAnywhere
1046
1048
  # @!attribute [rw] duration_seconds
1047
1049
  # Used to determine how long sessions vended using this profile are
1048
1050
  # valid for. See the `Expiration` section of the [CreateSession API
1049
- # documentation][1] page for more details.
1051
+ # documentation][1] page for more details. In requests, if this value
1052
+ # is not provided, the default value will be 3600.
1050
1053
  #
1051
1054
  #
1052
1055
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-rolesanywhere/customizations'
52
52
  # @!group service
53
53
  module Aws::RolesAnywhere
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rolesanywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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: 2024-03-22 00:00:00.000000000 Z
11
+ date: 2024-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core