# Packages
No description provided by the author
# Functions
New returns an initialized Client based on the functional options.
NewDefaultEndpointResolver constructs a new service endpoint resolver.
NewFromConfig returns a new client from the provided config.
WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver.
# Constants
No description provided by the author
No description provided by the author
# Structs
The request parameters represent the input of a SQL statement over an array of data.
The response elements represent the output of a SQL statement over an array of data.
The request parameters represent the input of a request to start a SQL transaction.
The response elements represent the output of a request to start a SQL transaction.
Client provides the API client to make operations call for AWS RDS DataService.
The request parameters represent the input of a commit transaction request.
The response elements represent the output of a commit transaction request.
The request parameters represent the input of a request to run one or more SQL statements.
The response elements represent the output of a request to run one or more SQL statements.
The request parameters represent the input of a request to run a SQL statement against a database.
The response elements represent the output of a request to run a SQL statement against a database.
No description provided by the author
No description provided by the author
The request parameters represent the input of a request to perform a rollback of a transaction.
The response elements represent the output of a request to perform a rollback of a transaction.
# Interfaces
EndpointResolver interface for resolving service endpoints.
No description provided by the author
No description provided by the author
# Type aliases
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface.
EndpointResolverOptions is the service endpoint resolver options.