Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIGateWayClientWithHelpers ¶ added in v1.226.0
type APIGateWayClientWithHelpers struct { APIGatewayClient *apigatewaymanagementapi.Client Available bool }
func GetClient ¶ added in v1.226.0
func GetClient(region ...string) *APIGateWayClientWithHelpers
func NewClient ¶ added in v1.226.0
func NewClient(config aws.Config, domainName string, env string) *APIGateWayClientWithHelpers
func (APIGateWayClientWithHelpers) PostToConnectionID ¶ added in v1.247.0
func (a APIGateWayClientWithHelpers) PostToConnectionID(data []byte, connectionID string) error
func (APIGateWayClientWithHelpers) PostToConnectionIDs ¶ added in v1.226.0
func (a APIGateWayClientWithHelpers) PostToConnectionIDs(data []byte, connectionIDs []string)
Click to show internal directories.
Click to hide internal directories.