@@ -700,47 +700,47 @@ final class CopyObjectRequest extends Input
700700
701701 /**
702702 * @param array{
703- * ACL?: null| ObjectCannedACL::*,
703+ * ACL?: ObjectCannedACL::*|null ,
704704 * Bucket?: string,
705- * CacheControl?: null| string,
706- * ChecksumAlgorithm?: null| ChecksumAlgorithm::*,
707- * ContentDisposition?: null| string,
708- * ContentEncoding?: null| string,
709- * ContentLanguage?: null| string,
710- * ContentType?: null| string,
705+ * CacheControl?: string|null ,
706+ * ChecksumAlgorithm?: ChecksumAlgorithm::*|null ,
707+ * ContentDisposition?: string|null ,
708+ * ContentEncoding?: string|null ,
709+ * ContentLanguage?: string|null ,
710+ * ContentType?: string|null ,
711711 * CopySource?: string,
712- * CopySourceIfMatch?: null| string,
713- * CopySourceIfModifiedSince?: null| \DateTimeImmutable|string,
714- * CopySourceIfNoneMatch?: null| string,
715- * CopySourceIfUnmodifiedSince?: null| \DateTimeImmutable|string,
716- * Expires?: null| string,
717- * GrantFullControl?: null| string,
718- * GrantRead?: null| string,
719- * GrantReadACP?: null| string,
720- * GrantWriteACP?: null| string,
712+ * CopySourceIfMatch?: string|null ,
713+ * CopySourceIfModifiedSince?: \DateTimeImmutable|string|null ,
714+ * CopySourceIfNoneMatch?: string|null ,
715+ * CopySourceIfUnmodifiedSince?: \DateTimeImmutable|string|null ,
716+ * Expires?: string|null ,
717+ * GrantFullControl?: string|null ,
718+ * GrantRead?: string|null ,
719+ * GrantReadACP?: string|null ,
720+ * GrantWriteACP?: string|null ,
721721 * Key?: string,
722- * Metadata?: null| array<string, string>,
723- * MetadataDirective?: null| MetadataDirective::*,
724- * TaggingDirective?: null| TaggingDirective::*,
725- * ServerSideEncryption?: null| ServerSideEncryption::*,
726- * StorageClass?: null| StorageClass::*,
727- * WebsiteRedirectLocation?: null| string,
728- * SSECustomerAlgorithm?: null| string,
729- * SSECustomerKey?: null| string,
730- * SSECustomerKeyMD5?: null| string,
731- * SSEKMSKeyId?: null| string,
732- * SSEKMSEncryptionContext?: null| string,
733- * BucketKeyEnabled?: null| bool,
734- * CopySourceSSECustomerAlgorithm?: null| string,
735- * CopySourceSSECustomerKey?: null| string,
736- * CopySourceSSECustomerKeyMD5?: null| string,
737- * RequestPayer?: null| RequestPayer::*,
738- * Tagging?: null| string,
739- * ObjectLockMode?: null| ObjectLockMode::*,
740- * ObjectLockRetainUntilDate?: null| \DateTimeImmutable|string,
741- * ObjectLockLegalHoldStatus?: null| ObjectLockLegalHoldStatus::*,
742- * ExpectedBucketOwner?: null| string,
743- * ExpectedSourceBucketOwner?: null| string,
722+ * Metadata?: array<string, string>|null ,
723+ * MetadataDirective?: MetadataDirective::*|null ,
724+ * TaggingDirective?: TaggingDirective::*|null ,
725+ * ServerSideEncryption?: ServerSideEncryption::*|null ,
726+ * StorageClass?: StorageClass::*|null ,
727+ * WebsiteRedirectLocation?: string|null ,
728+ * SSECustomerAlgorithm?: string|null ,
729+ * SSECustomerKey?: string|null ,
730+ * SSECustomerKeyMD5?: string|null ,
731+ * SSEKMSKeyId?: string|null ,
732+ * SSEKMSEncryptionContext?: string|null ,
733+ * BucketKeyEnabled?: bool|null ,
734+ * CopySourceSSECustomerAlgorithm?: string|null ,
735+ * CopySourceSSECustomerKey?: string|null ,
736+ * CopySourceSSECustomerKeyMD5?: string|null ,
737+ * RequestPayer?: RequestPayer::*|null ,
738+ * Tagging?: string|null ,
739+ * ObjectLockMode?: ObjectLockMode::*|null ,
740+ * ObjectLockRetainUntilDate?: \DateTimeImmutable|string|null ,
741+ * ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus::*|null ,
742+ * ExpectedBucketOwner?: string|null ,
743+ * ExpectedSourceBucketOwner?: string|null ,
744744 * '@region'?: string|null,
745745 * } $input
746746 */
@@ -792,47 +792,47 @@ public function __construct(array $input = [])
792792
793793 /**
794794 * @param array{
795- * ACL?: null| ObjectCannedACL::*,
795+ * ACL?: ObjectCannedACL::*|null ,
796796 * Bucket?: string,
797- * CacheControl?: null| string,
798- * ChecksumAlgorithm?: null| ChecksumAlgorithm::*,
799- * ContentDisposition?: null| string,
800- * ContentEncoding?: null| string,
801- * ContentLanguage?: null| string,
802- * ContentType?: null| string,
797+ * CacheControl?: string|null ,
798+ * ChecksumAlgorithm?: ChecksumAlgorithm::*|null ,
799+ * ContentDisposition?: string|null ,
800+ * ContentEncoding?: string|null ,
801+ * ContentLanguage?: string|null ,
802+ * ContentType?: string|null ,
803803 * CopySource?: string,
804- * CopySourceIfMatch?: null| string,
805- * CopySourceIfModifiedSince?: null| \DateTimeImmutable|string,
806- * CopySourceIfNoneMatch?: null| string,
807- * CopySourceIfUnmodifiedSince?: null| \DateTimeImmutable|string,
808- * Expires?: null| string,
809- * GrantFullControl?: null| string,
810- * GrantRead?: null| string,
811- * GrantReadACP?: null| string,
812- * GrantWriteACP?: null| string,
804+ * CopySourceIfMatch?: string|null ,
805+ * CopySourceIfModifiedSince?: \DateTimeImmutable|string|null ,
806+ * CopySourceIfNoneMatch?: string|null ,
807+ * CopySourceIfUnmodifiedSince?: \DateTimeImmutable|string|null ,
808+ * Expires?: string|null ,
809+ * GrantFullControl?: string|null ,
810+ * GrantRead?: string|null ,
811+ * GrantReadACP?: string|null ,
812+ * GrantWriteACP?: string|null ,
813813 * Key?: string,
814- * Metadata?: null| array<string, string>,
815- * MetadataDirective?: null| MetadataDirective::*,
816- * TaggingDirective?: null| TaggingDirective::*,
817- * ServerSideEncryption?: null| ServerSideEncryption::*,
818- * StorageClass?: null| StorageClass::*,
819- * WebsiteRedirectLocation?: null| string,
820- * SSECustomerAlgorithm?: null| string,
821- * SSECustomerKey?: null| string,
822- * SSECustomerKeyMD5?: null| string,
823- * SSEKMSKeyId?: null| string,
824- * SSEKMSEncryptionContext?: null| string,
825- * BucketKeyEnabled?: null| bool,
826- * CopySourceSSECustomerAlgorithm?: null| string,
827- * CopySourceSSECustomerKey?: null| string,
828- * CopySourceSSECustomerKeyMD5?: null| string,
829- * RequestPayer?: null| RequestPayer::*,
830- * Tagging?: null| string,
831- * ObjectLockMode?: null| ObjectLockMode::*,
832- * ObjectLockRetainUntilDate?: null| \DateTimeImmutable|string,
833- * ObjectLockLegalHoldStatus?: null| ObjectLockLegalHoldStatus::*,
834- * ExpectedBucketOwner?: null| string,
835- * ExpectedSourceBucketOwner?: null| string,
814+ * Metadata?: array<string, string>|null ,
815+ * MetadataDirective?: MetadataDirective::*|null ,
816+ * TaggingDirective?: TaggingDirective::*|null ,
817+ * ServerSideEncryption?: ServerSideEncryption::*|null ,
818+ * StorageClass?: StorageClass::*|null ,
819+ * WebsiteRedirectLocation?: string|null ,
820+ * SSECustomerAlgorithm?: string|null ,
821+ * SSECustomerKey?: string|null ,
822+ * SSECustomerKeyMD5?: string|null ,
823+ * SSEKMSKeyId?: string|null ,
824+ * SSEKMSEncryptionContext?: string|null ,
825+ * BucketKeyEnabled?: bool|null ,
826+ * CopySourceSSECustomerAlgorithm?: string|null ,
827+ * CopySourceSSECustomerKey?: string|null ,
828+ * CopySourceSSECustomerKeyMD5?: string|null ,
829+ * RequestPayer?: RequestPayer::*|null ,
830+ * Tagging?: string|null ,
831+ * ObjectLockMode?: ObjectLockMode::*|null ,
832+ * ObjectLockRetainUntilDate?: \DateTimeImmutable|string|null ,
833+ * ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus::*|null ,
834+ * ExpectedBucketOwner?: string|null ,
835+ * ExpectedSourceBucketOwner?: string|null ,
836836 * '@region'?: string|null,
837837 * }|CopyObjectRequest $input
838838 */
0 commit comments