lib/aws-sdk-bedrockagentruntime.rb in aws-sdk-bedrockagentruntime-1.24.0 vs lib/aws-sdk-bedrockagentruntime.rb in aws-sdk-bedrockagentruntime-1.25.0
- old
+ new
@@ -9,22 +9,10 @@
require 'aws-sdk-core'
require 'aws-sigv4'
-require_relative 'aws-sdk-bedrockagentruntime/types'
-require_relative 'aws-sdk-bedrockagentruntime/client_api'
-require_relative 'aws-sdk-bedrockagentruntime/plugins/endpoints.rb'
-require_relative 'aws-sdk-bedrockagentruntime/client'
-require_relative 'aws-sdk-bedrockagentruntime/errors'
-require_relative 'aws-sdk-bedrockagentruntime/resource'
-require_relative 'aws-sdk-bedrockagentruntime/endpoint_parameters'
-require_relative 'aws-sdk-bedrockagentruntime/endpoint_provider'
-require_relative 'aws-sdk-bedrockagentruntime/endpoints'
-require_relative 'aws-sdk-bedrockagentruntime/customizations'
-require_relative 'aws-sdk-bedrockagentruntime/event_streams'
-
# This module provides support for Agents for Amazon Bedrock Runtime. This module is available in the
# `aws-sdk-bedrockagentruntime` gem.
#
# # Client
#
@@ -50,9 +38,23 @@
#
# See {Errors} for more information.
#
# @!group service
module Aws::BedrockAgentRuntime
+ autoload :Types, 'aws-sdk-bedrockagentruntime/types'
+ autoload :ClientApi, 'aws-sdk-bedrockagentruntime/client_api'
+ module Plugins
+ autoload :Endpoints, 'aws-sdk-bedrockagentruntime/plugins/endpoints.rb'
+ end
+ autoload :Client, 'aws-sdk-bedrockagentruntime/client'
+ autoload :Errors, 'aws-sdk-bedrockagentruntime/errors'
+ autoload :Resource, 'aws-sdk-bedrockagentruntime/resource'
+ autoload :EndpointParameters, 'aws-sdk-bedrockagentruntime/endpoint_parameters'
+ autoload :EndpointProvider, 'aws-sdk-bedrockagentruntime/endpoint_provider'
+ autoload :Endpoints, 'aws-sdk-bedrockagentruntime/endpoints'
+ autoload :EventStreams, 'aws-sdk-bedrockagentruntime/event_streams'
- GEM_VERSION = '1.24.0'
+ GEM_VERSION = '1.25.0'
end
+
+require_relative 'aws-sdk-bedrockagentruntime/customizations'