Sha256: 686518d3a14757345c2b274d685337404f4cd11d411e001a854ae06e4dd7792f
Contents?: true
Size: 745 Bytes
Versions: 17
Compression:
Stored size: 745 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::QLDBSession # @api private module Endpoints class SendCommand def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::QLDBSession::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems