Sha256: 348c91cbc1238c47703762df420794067aab06676cb50e01837b230cd1fd0075

Contents?: true

Size: 1.47 KB

Versions: 4

Compression:

Stored size: 1.47 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::SupplyChain
  # @api private
  module Endpoints

    class CreateBillOfMaterialsImportJob
      def self.build(context)
        Aws::SupplyChain::EndpointParameters.new(
          region: context.config.region,
          use_dual_stack: context.config.use_dualstack_endpoint,
          use_fips: context.config.use_fips_endpoint,
          endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
        )
      end
    end

    class GetBillOfMaterialsImportJob
      def self.build(context)
        Aws::SupplyChain::EndpointParameters.new(
          region: context.config.region,
          use_dual_stack: context.config.use_dualstack_endpoint,
          use_fips: context.config.use_fips_endpoint,
          endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
        )
      end
    end

    class SendDataIntegrationEvent
      def self.build(context)
        Aws::SupplyChain::EndpointParameters.new(
          region: context.config.region,
          use_dual_stack: context.config.use_dualstack_endpoint,
          use_fips: context.config.use_fips_endpoint,
          endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
        )
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aws-sdk-supplychain-1.15.0 lib/aws-sdk-supplychain/endpoints.rb
aws-sdk-supplychain-1.14.0 lib/aws-sdk-supplychain/endpoints.rb
aws-sdk-supplychain-1.13.0 lib/aws-sdk-supplychain/endpoints.rb
aws-sdk-supplychain-1.12.0 lib/aws-sdk-supplychain/endpoints.rb