...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/aws/client/metadata"
Overview
Index

Overview ▾

Index ▾

Package files

client_info.go

type ClientInfo

type ClientInfo struct {
    ServiceName    string
    ServiceID      string
    APIVersion     string
    PartitionID    string
    Endpoint       string
    SigningName    string
    SigningRegion  string
    JSONVersion    string
    TargetPrefix   string
    ResolvedRegion string
}

ClientInfo wraps immutable data from the client.Client structure.