type github.com/aws/aws-sdk-go-v2/service/s3/types.ObjectLockLegalHoldStatus

16 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		enums.go#L695: type ObjectLockLegalHoldStatus string
		enums.go#L699: 	ObjectLockLegalHoldStatusOn  ObjectLockLegalHoldStatus = "ON"
		enums.go#L700: 	ObjectLockLegalHoldStatusOff ObjectLockLegalHoldStatus = "OFF"
		enums.go#L706: func (ObjectLockLegalHoldStatus) Values() []ObjectLockLegalHoldStatus {
		enums.go#L707: 	return []ObjectLockLegalHoldStatus{
		types.go#L2702: 	Status ObjectLockLegalHoldStatus

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_CopyObject.go#L337: 	ObjectLockLegalHoldStatus types.ObjectLockLegalHoldStatus
		api_op_CreateMultipartUpload.go#L341: 	ObjectLockLegalHoldStatus types.ObjectLockLegalHoldStatus
		api_op_GetObject.go#L372: 	ObjectLockLegalHoldStatus types.ObjectLockLegalHoldStatus
		api_op_HeadObject.go#L318: 	ObjectLockLegalHoldStatus types.ObjectLockLegalHoldStatus
		api_op_PutObject.go#L275: 	ObjectLockLegalHoldStatus types.ObjectLockLegalHoldStatus
		api_op_WriteGetObjectResponse.go#L209: 	ObjectLockLegalHoldStatus types.ObjectLockLegalHoldStatus
		deserializers.go#L5386: 		v.ObjectLockLegalHoldStatus = types.ObjectLockLegalHoldStatus(headerValues[0])
		deserializers.go#L6976: 		v.ObjectLockLegalHoldStatus = types.ObjectLockLegalHoldStatus(headerValues[0])
		deserializers.go#L18599: 				sv.Status = types.ObjectLockLegalHoldStatus(xtv)