Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Removes the entire tag set from the specified object. For more information about managing object tags, see Object Tagging.
To use this operation, you must have permission to perform the
s3:DeleteObjectTagging
action.
To delete tags of a specific object version, add the versionId
query
parameter in the request. You will need permission for the
s3:DeleteObjectVersionTagging
action.
The following operations are related to
DeleteBucketMetricsConfiguration
:
Synopsis
- data DeleteObjectTagging = DeleteObjectTagging' {}
- newDeleteObjectTagging :: BucketName -> ObjectKey -> DeleteObjectTagging
- deleteObjectTagging_versionId :: Lens' DeleteObjectTagging (Maybe ObjectVersionId)
- deleteObjectTagging_expectedBucketOwner :: Lens' DeleteObjectTagging (Maybe Text)
- deleteObjectTagging_bucket :: Lens' DeleteObjectTagging BucketName
- deleteObjectTagging_key :: Lens' DeleteObjectTagging ObjectKey
- data DeleteObjectTaggingResponse = DeleteObjectTaggingResponse' {}
- newDeleteObjectTaggingResponse :: Int -> DeleteObjectTaggingResponse
- deleteObjectTaggingResponse_versionId :: Lens' DeleteObjectTaggingResponse (Maybe ObjectVersionId)
- deleteObjectTaggingResponse_httpStatus :: Lens' DeleteObjectTaggingResponse Int
Creating a Request
data DeleteObjectTagging Source #
See: newDeleteObjectTagging
smart constructor.
DeleteObjectTagging' | |
|
Instances
newDeleteObjectTagging Source #
Create a value of DeleteObjectTagging
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:versionId:DeleteObjectTagging'
, deleteObjectTagging_versionId
- The versionId of the object that the tag-set will be removed from.
$sel:expectedBucketOwner:DeleteObjectTagging'
, deleteObjectTagging_expectedBucketOwner
- The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request will fail with an HTTP
403 (Access Denied)
error.
$sel:bucket:DeleteObjectTagging'
, deleteObjectTagging_bucket
- The bucket name containing the objects from which to remove the tags.
When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.
When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon S3 User Guide.
$sel:key:DeleteObjectTagging'
, deleteObjectTagging_key
- The key that identifies the object in the bucket from which to remove
all tags.
Request Lenses
deleteObjectTagging_versionId :: Lens' DeleteObjectTagging (Maybe ObjectVersionId) Source #
The versionId of the object that the tag-set will be removed from.
deleteObjectTagging_expectedBucketOwner :: Lens' DeleteObjectTagging (Maybe Text) Source #
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request will fail with an HTTP
403 (Access Denied)
error.
deleteObjectTagging_bucket :: Lens' DeleteObjectTagging BucketName Source #
The bucket name containing the objects from which to remove the tags.
When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points in the Amazon S3 User Guide.
When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When using this action using S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts in the Amazon S3 User Guide.
deleteObjectTagging_key :: Lens' DeleteObjectTagging ObjectKey Source #
The key that identifies the object in the bucket from which to remove all tags.
Destructuring the Response
data DeleteObjectTaggingResponse Source #
See: newDeleteObjectTaggingResponse
smart constructor.
DeleteObjectTaggingResponse' | |
|
Instances
newDeleteObjectTaggingResponse Source #
Create a value of DeleteObjectTaggingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:versionId:DeleteObjectTagging'
, deleteObjectTaggingResponse_versionId
- The versionId of the object the tag-set was removed from.
$sel:httpStatus:DeleteObjectTaggingResponse'
, deleteObjectTaggingResponse_httpStatus
- The response's http status code.
Response Lenses
deleteObjectTaggingResponse_versionId :: Lens' DeleteObjectTaggingResponse (Maybe ObjectVersionId) Source #
The versionId of the object the tag-set was removed from.
deleteObjectTaggingResponse_httpStatus :: Lens' DeleteObjectTaggingResponse Int Source #
The response's http status code.