Sha256: 59f55701c870022db33622da2cdeb2556cf960e59ffab5b6339acb05ba70005e
Contents?: true
Size: 1.18 KB
Versions: 17
Compression:
Stored size: 1.18 KB
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::ForecastQueryService # @api private module Endpoints class QueryForecast def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::ForecastQueryService::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 class QueryWhatIfForecast def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::ForecastQueryService::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