lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.70.0 vs lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.71.0

- old
+ new

@@ -2693,13 +2693,12 @@ def delete_instance_profile(params = {}, options = {}) req = build_request(:delete_instance_profile, params) req.send_request(options) end - # Deletes the password for the specified IAM user, which terminates the - # user's ability to access Amazon Web Services services through the - # Amazon Web Services Management Console. + # Deletes the password for the specified IAM user, For more information, + # see [Managing passwords for IAM users][1]. # # You can use the CLI, the Amazon Web Services API, or the **Users** # page in the IAM console to delete a password for any IAM user. You can # use ChangePassword to update, but not delete, your own password in the # **My Security Credentials** page in the Amazon Web Services Management @@ -2709,10 +2708,14 @@ # Amazon Web Services through the command line interface or the API. To # prevent all user access, you must also either make any access keys # inactive or delete them. For more information about making keys # inactive or deleting them, see UpdateAccessKey and DeleteAccessKey. # + # + # + # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html + # # @option params [required, String] :user_name # The name of the user whose password you want to delete. # # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of upper and lowercase alphanumeric characters @@ -13211,10 +13214,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-iam' - context[:gem_version] = '1.70.0' + context[:gem_version] = '1.71.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #