lib/aws-sdk-applicationdiscoveryservice.rb in aws-sdk-applicationdiscoveryservice-1.24.0 vs lib/aws-sdk-applicationdiscoveryservice.rb in aws-sdk-applicationdiscoveryservice-1.25.0

- old
+ new

@@ -22,26 +22,29 @@ # # The {Client} class provides one method for each API operation. Operation # methods each accept a hash of request parameters and return a response # structure. # +# application_discovery_service = Aws::ApplicationDiscoveryService::Client.new +# resp = application_discovery_service.associate_configuration_items_to_application(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from AWS Application Discovery Service all -# extend {Errors::ServiceError}. +# Errors returned from AWS Application Discovery Service are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::ApplicationDiscoveryService::Errors::ServiceError -# # rescues all service API errors +# # rescues all AWS Application Discovery Service API errors # end # # See {Errors} for more information. # # @service module Aws::ApplicationDiscoveryService - GEM_VERSION = '1.24.0' + GEM_VERSION = '1.25.0' end