# 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
Client provides the API client to make operations call for AWS Amplify.
The request structure used to create apps in Amplify.
No description provided by the author
The request structure for the backend environment create request.
The result structure for the create backend environment request.
The request structure for the create branch request.
The result structure for create branch request.
The request structure for the create a new deployment request.
The result structure for the create a new deployment request.
The request structure for the create domain association request.
The result structure for the create domain association request.
The request structure for the create webhook request.
The result structure for the create webhook request.
Describes the request structure for the delete app request.
The result structure for the delete app request.
The request structure for the delete backend environment request.
The result structure of the delete backend environment result.
The request structure for the delete branch request.
The result structure for the delete branch request.
The request structure for the delete domain association request.
No description provided by the author
The request structure for the delete job request.
The result structure for the delete job request.
The request structure for the delete webhook request.
The result structure for the delete webhook request.
The request structure for the generate access logs request.
The result structure for the generate access logs request.
The request structure for the get app request.
No description provided by the author
Returns the request structure for the get artifact request.
Returns the result structure for the get artifact request.
The request structure for the get backend environment request.
The result structure for the get backend environment result.
The request structure for the get branch request.
No description provided by the author
The request structure for the get domain association request.
The result structure for the get domain association request.
The request structure for the get job request.
No description provided by the author
The request structure for the get webhook request.
The result structure for the get webhook request.
The request structure for the list apps request.
The result structure for an Amplify app list request.
Describes the request structure for the list artifacts request.
The result structure for the list artifacts request.
The request structure for the list backend environments request.
The result structure for the list backend environments result.
The request structure for the list branches request.
The result structure for the list branches request.
The request structure for the list domain associations request.
The result structure for the list domain association request.
The request structure for the list jobs request.
The maximum number of records to list in a single response.
The request structure to use to list tags for a resource.
The response for the list tags for resource request.
The request structure for the list webhooks request.
The result structure for the list webhooks request.
No description provided by the author
No description provided by the author
The request structure for the start a deployment request.
The result structure for the start a deployment request.
The request structure for the start job request.
The result structure for the run job request.
The request structure for the stop job request.
The result structure for the stop job request.
The request structure to tag a resource with a tag key and value.
The response for the tag resource request.
The request structure for the untag resource request.
The response for the untag resource request.
The request structure for the update app request.
The result structure for an Amplify app update request.
The request structure for the update branch request.
The result structure for the update branch request.
The request structure for the update domain association request.
The result structure for the update domain association request.
The request structure for the update webhook request.
The result structure for the update webhook request.
# 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.