Amplify#
Client#
- class Amplify.Client#
 A low-level client representing AWS Amplify
Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Console User Guide. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework.
import boto3 client = boto3.client('amplify')
These are the available methods:
- can_paginate
 - close
 - create_app
 - create_backend_environment
 - create_branch
 - create_deployment
 - create_domain_association
 - create_webhook
 - delete_app
 - delete_backend_environment
 - delete_branch
 - delete_domain_association
 - delete_job
 - delete_webhook
 - generate_access_logs
 - get_app
 - get_artifact_url
 - get_backend_environment
 - get_branch
 - get_domain_association
 - get_job
 - get_paginator
 - get_waiter
 - get_webhook
 - list_apps
 - list_artifacts
 - list_backend_environments
 - list_branches
 - list_domain_associations
 - list_jobs
 - list_tags_for_resource
 - list_webhooks
 - start_deployment
 - start_job
 - stop_job
 - tag_resource
 - untag_resource
 - update_app
 - update_branch
 - update_domain_association
 - update_webhook
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: