AmplifyBackend.Client.
list_s3_buckets
(**kwargs)¶The list of S3 buckets in your account.
See also: AWS API Documentation
Request Syntax
response = client.list_s3_buckets(
NextToken='string'
)
{
'Buckets': [
{
'CreationDate': 'string',
'Name': 'string'
},
],
'NextToken': 'string'
}
Response Structure
200 response
The list of S3 buckets.
Describes the metadata of the S3 bucket.
The creation date of the S3 bucket.
The name of the S3 bucket.
Reserved for future use.
Exceptions
AmplifyBackend.Client.exceptions.NotFoundException
AmplifyBackend.Client.exceptions.GatewayTimeoutException
AmplifyBackend.Client.exceptions.TooManyRequestsException
AmplifyBackend.Client.exceptions.BadRequestException