Values.DeleteBucketAccessKeyRequestSourceDeletes an access key for the specified Amazon Lightsail bucket. We recommend that you delete an access key if the secret access key is compromised. For more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the Amazon Lightsail Developer Guide.
type nonrec t = {bucketName : BucketName.t;The name of the bucket that the access key belongs to.
*)accessKeyId : NonEmptyString.t;The ID of the access key to delete. Use the GetBucketAccessKeys action to get a list of access key IDs that you can specify.
*)}