# Packages
No description provided by the author
# Functions
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url.
New returns an initialized Client based on the functional options.
NewDefaultEndpointResolver constructs a new service endpoint resolver.
No description provided by the author
NewFromConfig returns a new client from the provided config.
NewListAppsPaginator returns a new ListAppsPaginator.
NewListBranchesPaginator returns a new ListBranchesPaginator.
NewListDomainAssociationsPaginator returns a new ListDomainAssociationsPaginator.
NewListJobsPaginator returns a new ListJobsPaginator.
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
Deprecated: EndpointResolver and WithEndpointResolver.
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
# Constants
No description provided by the author
No description provided by the author
# Structs
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
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.
EndpointParameters provides the parameters that influence how endpoints are resolved.
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.
ListAppsPaginator is a paginator for ListApps.
ListAppsPaginatorOptions is the paginator options for ListApps.
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.
ListBranchesPaginator is a paginator for ListBranches.
ListBranchesPaginatorOptions is the paginator options for ListBranches.
The request structure for the list domain associations request.
The result structure for the list domain association request.
ListDomainAssociationsPaginator is a paginator for ListDomainAssociations.
ListDomainAssociationsPaginatorOptions is the paginator options for ListDomainAssociations.
The request structure for the list jobs request.
The maximum number of records to list in a single response.
ListJobsPaginator is a paginator for ListJobs.
ListJobsPaginatorOptions is the paginator options for ListJobs.
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
AuthSchemeResolver returns a set of possible authentication options for an operation.
EndpointResolver interface for resolving service endpoints.
EndpointResolverV2 provides the interface for resolving service endpoints.
No description provided by the author
No description provided by the author
ListAppsAPIClient is a client that implements the ListApps operation.
ListBranchesAPIClient is a client that implements the ListBranches operation.
ListDomainAssociationsAPIClient is a client that implements the ListDomainAssociations operation.
ListJobsAPIClient is a client that implements the ListJobs operation.
# Type aliases
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface.
EndpointResolverOptions is the service endpoint resolver options.