Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Package__hva50k = &core.Package{ PackageName: "namespacelabs.dev/foundation/universe/aws/client", PackageDependencies: []string{"namespacelabs.dev/foundation/std/monitoring/tracing"}, } Provider__hva50k = core.Provider{ Package: Package__hva50k, Instantiate: makeDeps__hva50k, } )
View Source
var File_universe_aws_client_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClientFactory ¶
type ClientFactory struct {
// contains filtered or unexported fields
}
func ProvideClientFactory ¶
func ProvideClientFactory(_ context.Context, _ *ClientFactoryArgs, deps ExtensionDeps) (ClientFactory, error)
func (ClientFactory) New ¶
func (cf ClientFactory) New(ctx context.Context, optFns ...func(*config.LoadOptions) error) (aws.Config, error)
func (ClientFactory) NewWithCreds ¶
func (cf ClientFactory) NewWithCreds(ctx context.Context, optFns ...func(*config.LoadOptions) error) (aws.Config, error)
type ClientFactoryArgs ¶
type ClientFactoryArgs struct {
// contains filtered or unexported fields
}
func (*ClientFactoryArgs) Descriptor
deprecated
func (*ClientFactoryArgs) Descriptor() ([]byte, []int)
Deprecated: Use ClientFactoryArgs.ProtoReflect.Descriptor instead.
func (*ClientFactoryArgs) ProtoMessage ¶
func (*ClientFactoryArgs) ProtoMessage()
func (*ClientFactoryArgs) ProtoReflect ¶
func (x *ClientFactoryArgs) ProtoReflect() protoreflect.Message
func (*ClientFactoryArgs) Reset ¶
func (x *ClientFactoryArgs) Reset()
func (*ClientFactoryArgs) String ¶
func (x *ClientFactoryArgs) String() string
type ExtensionDeps ¶
type ExtensionDeps struct {
OpenTelemetry tracing.DeferredTracerProvider
}
Dependencies that are instantiated once for the lifetime of the extension.
Click to show internal directories.
Click to hide internal directories.