Sha256: a60dee49708f361ccfa3cf3181f0bb73c8f61d73e39f2a3b0180171af7ee5d09
Contents?: true
Size: 1.99 KB
Versions: 37
Compression:
Stored size: 1.99 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::SSOOIDC # @api private module Endpoints class CreateToken def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::SSOOIDC::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 CreateTokenWithIAM def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::SSOOIDC::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 RegisterClient def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::SSOOIDC::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 StartDeviceAuthorization def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::SSOOIDC::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
37 entries across 37 versions & 1 rubygems