aws-sdk-iam 1.37.0 → 1.42.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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -502,7 +504,7 @@ module Aws::IAM
502
504
  # @return [UserPolicy]
503
505
  def create_policy(options = {})
504
506
  options = options.merge(user_name: @name)
505
- resp = @client.put_user_policy(options)
507
+ @client.put_user_policy(options)
506
508
  UserPolicy.new(
507
509
  user_name: @name,
508
510
  name: options[:policy_name],
@@ -596,7 +598,7 @@ module Aws::IAM
596
598
  # @return [MfaDevice]
597
599
  def enable_mfa(options = {})
598
600
  options = options.merge(user_name: @name)
599
- resp = @client.enable_mfa_device(options)
601
+ @client.enable_mfa_device(options)
600
602
  MfaDevice.new(
601
603
  user_name: @name,
602
604
  serial_number: options[:serial_number],
@@ -659,7 +661,7 @@ module Aws::IAM
659
661
  # @return [User]
660
662
  def update(options = {})
661
663
  options = options.merge(user_name: @name)
662
- resp = @client.update_user(options)
664
+ @client.update_user(options)
663
665
  User.new(
664
666
  name: options[:new_user_name],
665
667
  client: @client
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.42.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement