diff options
author | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 13:33:55 +0300 |
---|---|---|
committer | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 14:04:39 +0300 |
commit | 2a718325637e5302334b6d0a6430f63168f8dbb3 (patch) | |
tree | 64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h | |
parent | e0d94a470142d95c3007e9c5d80380994940664a (diff) | |
download | ydb-2a718325637e5302334b6d0a6430f63168f8dbb3.tar.gz |
Update contrib/libs/aws-sdk-cpp to 1.11.37
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h index c8d1edafbd..f0a3b99be9 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TargetGrant.h @@ -24,18 +24,23 @@ namespace Model { /** - * <p>Container for granting information.</p><p><h3>See Also:</h3> <a + * <p>Container for granting information.</p> <p>Buckets that use the bucket owner + * enforced setting for Object Ownership don't support target grants. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general">Permissions + * server access log delivery</a> in the <i>Amazon S3 User Guide</i>.</p><p><h3>See + * Also:</h3> <a * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/TargetGrant">AWS API * Reference</a></p> */ - class AWS_S3_API TargetGrant + class TargetGrant { public: - TargetGrant(); - TargetGrant(const Aws::Utils::Xml::XmlNode& xmlNode); - TargetGrant& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); + AWS_S3_API TargetGrant(); + AWS_S3_API TargetGrant(const Aws::Utils::Xml::XmlNode& xmlNode); + AWS_S3_API TargetGrant& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); - void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; + AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; /** @@ -102,10 +107,10 @@ namespace Model private: Grantee m_grantee; - bool m_granteeHasBeenSet; + bool m_granteeHasBeenSet = false; BucketLogsPermission m_permission; - bool m_permissionHasBeenSet; + bool m_permissionHasBeenSet = false; }; } // namespace Model |