lib/aws-sdk-chatbot.rb in aws-sdk-chatbot-1.18.0 vs lib/aws-sdk-chatbot.rb in aws-sdk-chatbot-1.19.0

- old
+ new

@@ -21,11 +21,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. # # chatbot = Aws::Chatbot::Client.new -# resp = chatbot.create_chime_webhook_configuration(params) +# resp = chatbot.associate_to_configuration(params) # # See {Client} for more information. # # # Errors # @@ -52,10 +52,10 @@ autoload :Resource, 'aws-sdk-chatbot/resource' autoload :EndpointParameters, 'aws-sdk-chatbot/endpoint_parameters' autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider' autoload :Endpoints, 'aws-sdk-chatbot/endpoints' - GEM_VERSION = '1.18.0' + GEM_VERSION = '1.19.0' end require_relative 'aws-sdk-chatbot/customizations'