lib/aws-sdk-secretsmanager.rb in aws-sdk-secretsmanager-1.85.0 vs lib/aws-sdk-secretsmanager.rb in aws-sdk-secretsmanager-1.86.0

- old
+ new

@@ -30,11 +30,11 @@ # The {Client} class provides one method for each API operation. Operation # methods each accept a hash of request parameters and return a response # structure. # # secrets_manager = Aws::SecretsManager::Client.new -# resp = secrets_manager.cancel_rotate_secret(params) +# resp = secrets_manager.batch_get_secret_value(params) # # See {Client} for more information. # # # Errors # @@ -50,8 +50,8 @@ # See {Errors} for more information. # # @!group service module Aws::SecretsManager - GEM_VERSION = '1.85.0' + GEM_VERSION = '1.86.0' end